Skip to content

Conversation

@nghialv
Copy link
Member

@nghialv nghialv commented Jan 25, 2021

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

NONE

@nakabonne
Copy link
Member

👍
/approve

@pipecd-bot
Copy link
Collaborator

APPROVE

This pull request is APPROVED by nakabonne.

Approvers can cancel the approval by writing /approve cancel in a comment. Any additional commits also will change this pull request to be not-approved.

@nghialv
Copy link
Member Author

nghialv commented Jan 25, 2021

/changelog

@pipecd-bot
Copy link
Collaborator

CHANGELOG

@nghialv: Changelog has been generated in response to this comment.

Details

Changelog since v0.9.4

Notable Changes

  • Failed lambda application deployment can be rolled back automatically (#1462)
  • You can deploy Lambda application under Pipeline sync strategy (#1452)
  • Show N/A if application live state is not available (#1428)
  • Be able to deploy lambda application under QuickSync strategy (#1427)
  • Make deployment's timeout value configuration (#1394)
  • Change disabled piped row styles on the piped list (#1384)
  • Show all applications by default on the application list (#1378)
  • Update disabled application list item's appearance (#1377)
  • Redesign piped list page (#1345)

Internal Changes

  • Update feature status (#1473)
  • Refactor insight's chart component (#1466)
  • Update screenshots in docs to fix wrong baseURL and uploadURL (#1468)
  • Allow several types to be used by Event watcher (#1467)
  • Add description about event watcher (#1469)
  • Update docs for Lambda deployment (#1463)
  • Make numerical values replaceable (#1465)
  • Using aws.StringValue and destructuring map with key value pair (#1464)
  • Remove Image watcher (#1459)
  • Update Event watcher docs (#1456)
  • Add web tests (#1457)
  • Fix to directly use WAIT_APPROVAL timeout (#1455)
  • Add notice to tell being Alpha status (#1454)
  • Use code splitting for web frontend (#1453)
  • Using retry instead of waiting for a specific duration of time (#1451)
  • Refactor piped list components (#1446)
  • Reimplement Lambda deployment QUICK_SYNC strategy (#1443)
  • Update overview docs (#1445)
  • Add docs for Event watcher (#1442)
  • Add Event key to identify events (#1440)
  • Enable event watcher (#1441)
  • Add ops the ability to clean orphan commands (#1434)
  • Move role config to Function manifest instead of Piped manifest (#1439)
  • Implement Event watcher (#1411)
  • Redesign lambda application config (#1438)
  • Add apistore for caching the latest events (#1429)
  • Fix to use config's timeout on Prometheus (#1435)
  • Remove TODO comment about merging events (#1431)
  • Update log message for prepare deployment configuration step (#1430)
  • Remove deploying detection logic from drift detector (#1426)
  • Fix application sync status displaying (#1424)
  • Update controller to detect and mark deploying status for applications (#1422)
  • Using aws.String to cast CreateFunctionInput data fields (#1425)
  • Fix the bug that deploying status was unable to be updated (#1423)
  • Use deploying field for application sync status displaying (#1420)
  • Add Piped API to give back the latest Event (#1410)
  • Update pipectl command to allow specifying labels of event (#1419)
  • Fix the bug that default deployment timeout was not configured for all app kinds except Kubernetes (#1417)
  • Report StateStatus in all cases except piped process is terminated (#1414)
  • Only trigger CodeQL analysis on the schedule event (#1408)
  • Add runtime and handler to FunctionCreateInput (#1407)
  • Refactor application list components (#1403)
  • Create Role, RoleBinding, ClusterRole, ClusterRoleBinding health check (#1398)
  • Add configurations for Event watcher (#1399)
  • Enable CodeQL to discover vulnerabilities (#1402)
  • Add missing mandatory parameters for functions created with deployment packages (#1401)
  • Add gRPC api to update application deploying status (#1395)
  • Add timeout for wait approval (#1386)
  • Return filestore.ErrNotFound when object not found (#1388)
  • Add missing triggerPaths field in doc (#1396)
  • Fix importing of react router module (#1391)
  • Update the pipectl and gRPC api to deal with event (#1385)
  • Create determineCronJobHealth (#1390)
  • Prune repositories no longer needed (#1387)
  • Create determinePersistentVolumeHealth (#1389)
  • Add deploying field to application model (#1383)
  • Rename notification event model (#1382)
  • Lambda QuickSync strategy planner (#1379)
  • Fix the bug that deployment timeout error was not handled (#1376)
  • Add missing gazelle ignore (#1380)
  • Add deleted_at field to mark when the application was deleted (#1375)
  • Add guide to the next after quick start (#1372)
  • Lambda deployment executor (#1365)
  • Add pipectl command to push image reference (#1366)
  • Rename spec.sync to spec.quickSync (#1368)
  • Add gRPC API to push metadata of container image (#1358)
  • Lambda cloud provider (#1347)
  • Improve insight collector (#1340)
  • Refactor filter components (#1361)
  • Update docs to show details on GCR (#1356)
  • Make GCR image provider available (#1344)

@pipecd-bot
Copy link
Collaborator

COVERAGE

Code coverage for golang is 32.33%. This pull request does not change code coverage.

@pipecd-bot pipecd-bot merged commit 0a20165 into master Jan 25, 2021
@pipecd-bot pipecd-bot deleted the docs branch January 25, 2021 01:08
@nghialv
Copy link
Member Author

nghialv commented Jan 25, 2021

/changelog

@pipecd-bot
Copy link
Collaborator

CHANGELOG

@nghialv: Changelog has been generated in response to this comment.

Details

Changelog since v0.9.4

Notable Changes

  • Failed lambda application deployment can be rolled back automatically (#1462)
  • You can deploy Lambda application under Pipeline sync strategy (#1452)
  • Show N/A if application live state is not available (#1428)
  • Be able to deploy lambda application under QuickSync strategy (#1427)
  • Make deployment's timeout value configuration (#1394)
  • Change disabled piped row styles on the piped list (#1384)
  • Show all applications by default on the application list (#1378)
  • Update disabled application list item's appearance (#1377)
  • Redesign piped list page (#1345)

Internal Changes

  • Update feature status (#1474)
  • Update feature status (#1473)
  • Refactor insight's chart component (#1466)
  • Update screenshots in docs to fix wrong baseURL and uploadURL (#1468)
  • Allow several types to be used by Event watcher (#1467)
  • Add description about event watcher (#1469)
  • Update docs for Lambda deployment (#1463)
  • Make numerical values replaceable (#1465)
  • Using aws.StringValue and destructuring map with key value pair (#1464)
  • Remove Image watcher (#1459)
  • Update Event watcher docs (#1456)
  • Add web tests (#1457)
  • Fix to directly use WAIT_APPROVAL timeout (#1455)
  • Add notice to tell being Alpha status (#1454)
  • Use code splitting for web frontend (#1453)
  • Using retry instead of waiting for a specific duration of time (#1451)
  • Refactor piped list components (#1446)
  • Reimplement Lambda deployment QUICK_SYNC strategy (#1443)
  • Update overview docs (#1445)
  • Add docs for Event watcher (#1442)
  • Add Event key to identify events (#1440)
  • Enable event watcher (#1441)
  • Add ops the ability to clean orphan commands (#1434)
  • Move role config to Function manifest instead of Piped manifest (#1439)
  • Implement Event watcher (#1411)
  • Redesign lambda application config (#1438)
  • Add apistore for caching the latest events (#1429)
  • Fix to use config's timeout on Prometheus (#1435)
  • Remove TODO comment about merging events (#1431)
  • Update log message for prepare deployment configuration step (#1430)
  • Remove deploying detection logic from drift detector (#1426)
  • Fix application sync status displaying (#1424)
  • Update controller to detect and mark deploying status for applications (#1422)
  • Using aws.String to cast CreateFunctionInput data fields (#1425)
  • Fix the bug that deploying status was unable to be updated (#1423)
  • Use deploying field for application sync status displaying (#1420)
  • Add Piped API to give back the latest Event (#1410)
  • Update pipectl command to allow specifying labels of event (#1419)
  • Fix the bug that default deployment timeout was not configured for all app kinds except Kubernetes (#1417)
  • Report StateStatus in all cases except piped process is terminated (#1414)
  • Only trigger CodeQL analysis on the schedule event (#1408)
  • Add runtime and handler to FunctionCreateInput (#1407)
  • Refactor application list components (#1403)
  • Create Role, RoleBinding, ClusterRole, ClusterRoleBinding health check (#1398)
  • Add configurations for Event watcher (#1399)
  • Enable CodeQL to discover vulnerabilities (#1402)
  • Add missing mandatory parameters for functions created with deployment packages (#1401)
  • Add gRPC api to update application deploying status (#1395)
  • Add timeout for wait approval (#1386)
  • Return filestore.ErrNotFound when object not found (#1388)
  • Add missing triggerPaths field in doc (#1396)
  • Fix importing of react router module (#1391)
  • Update the pipectl and gRPC api to deal with event (#1385)
  • Create determineCronJobHealth (#1390)
  • Prune repositories no longer needed (#1387)
  • Create determinePersistentVolumeHealth (#1389)
  • Add deploying field to application model (#1383)
  • Rename notification event model (#1382)
  • Lambda QuickSync strategy planner (#1379)
  • Fix the bug that deployment timeout error was not handled (#1376)
  • Add missing gazelle ignore (#1380)
  • Add deleted_at field to mark when the application was deleted (#1375)
  • Add guide to the next after quick start (#1372)
  • Lambda deployment executor (#1365)
  • Add pipectl command to push image reference (#1366)
  • Rename spec.sync to spec.quickSync (#1368)
  • Add gRPC API to push metadata of container image (#1358)
  • Lambda cloud provider (#1347)
  • Improve insight collector (#1340)
  • Refactor filter components (#1361)
  • Update docs to show details on GCR (#1356)
  • Make GCR image provider available (#1344)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants