Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.46.0 #4775

Merged
merged 3 commits into from Feb 6, 2024
Merged

Release v0.46.0 #4775

merged 3 commits into from Feb 6, 2024

Conversation

ffjlabo
Copy link
Member

@ffjlabo ffjlabo commented Feb 6, 2024

What this PR does / why we need it:

Release v0.46.0

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Copy link

github-actions bot commented Feb 6, 2024

RELEASE

The following 1 GitHub releases will be created once this pull request got merged.

Release v0.46.0 with changes since v0.45.4

Internal Changes

  • Release v0.46.0
  • Disable gc.autoDetach by default (#4772)
  • Implement rollback for script run as pre defined stage (#4743)
  • Create a new branch if makePullRequest is true in git config (#4395)
  • [doc] Add NOTE for ECS ELB Listeners (#4766)
  • Set 'gc.autoDetach' to false to be executed 'git gc' in the foreground by some git commands (#4761)
  • [doc] Add pipectl init (#4763)
  • Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 (#4768)
  • Add a param to run/piped in Makefile for setting --log-encoding to run the piped with specific log format (#4762)
  • Update contributors by ./hack/gen-contributions.sh (#4757)
  • Fix pipectl plugin installation command by asdf (#4756)
  • Create pipectl init for ECS (#4741)
  • Fix docs about notifications for DEPLOYMENT_ROLLING_BACK (#4751)
  • Add RC Release Procedure (#4749)
  • Bump follow-redirects from 1.15.2 to 1.15.4 in /web (#4747)
  • Add reference to the blog that shows how to install control plane on ECS (#4746)
  • Update copyright (#4745)
  • [ECS] Refactored from json.RawMessage to ECSTargetGroup struct (#4737)
  • Add docs for options of SCRIPT_RUN (#4738)
  • Replace deprecated io/ioutil package (#4742)
  • [ECS] Modify ELB listener rules other than defaults without adding config (#4733)
  • Add rfc for script run stage (#4603)
  • Mark CUSTOM_SYNC as deprecated feature (#4740)
  • Fix typo in the example of ECS Service Discovery (#4735)
  • Fix docs for SCRIPT_RUN stage (#4736)
  • Add docs for SCRIPT_RUN stage (#4734)
  • Script run stage (#4720)
  • Bump golang.org/x/crypto in /tool/actions-plan-preview (#4728)
  • Bump golang.org/x/crypto in /tool/actions-gh-release (#4727)
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#4729)
  • Add vpc and architectures option to the creation of lambda from source (#4723)
  • fix: exclude pipecd image to gcr.io as we won't need, (#4722)
  • fix dockefile path (#4721)
  • cover gcr.io/pipecd and ghcr.io/pipe-cd (#4719)
  • fix: matrix build recorrect and use docker build and push action on v5.0.0 (#4718)
  • Rename actions (#4715)
  • cache listeners on routing stage for later use (#4599)
  • feat: github action matrix for images build (#4712)
  • Specify gpt-4-1106-preview as the model for code-butler (#4714)
  • Update documents for ECS Service Discovery (#4711)
  • Add rfc for pipectl init (#4672)
  • Minimize latest plan preview comment before comment error message (#4683)
  • Add @minhquang4334 as a contributor (#4707)
  • Add @t-kikuc to codeowner (#4708)
  • Add setValues to HelmOptions (#4699)
  • Fix docs format (#4703)
  • Add documentation of pprof (#4705)
  • fix typos on notification event (#4706)
  • avoid nil pointer (#4704)
  • Update docs for v0.45.4 (#4700)
  • Update contributors list (#4701)
  • Add an example of ECS canary for Service Discovery (#4691)
  • Support Canary for ECS without ELB or target groups (#4690)
  • Cherry-pick #4680 #4682 #4695 (#4698)
  • Release v0.45.4 (#4697)
  • [ECS] Tag to the new taskset in rollback (fixes #4692) (#4695)
  • Cherry-pick #4668 #4688 (#4689)
  • Remove ModifyRules interface (#4688)
  • feat(ECS): enable selection of listener rules (#4668)
  • add ephemeralStorage option to lambda config (#4680)
  • Support QuickSync for ECS without ELB or target groups (#4685)
  • Add v2 to versionWhitelist (#4682)
  • fix typo (#4678)
  • Add rfc for ECS not under ELB (Issue#4616) (#4676)
  • Update contributors list (#4675)
  • Add docs for k8s annotations (#4673)
  • Increase limit of stale action operations (#4671)
  • Cherry-pick #4611 #4612 #4613 #4619 #4621 #4622 #4624 #4625 #4626 #4627 #4628 #4629 #4631 #4632 #4633 #4637 #4638 #4641 #4648 #4650 #4656 #4658 #4662 #4666 (#4669)
  • Make actions plan preview handle timeout option (#4648)
  • Handle plan preview workflow's error and exit with error status code (#4662)
  • Add actions/stale workflow (#4653)
  • fix: typo (#4667)
  • Add a flag to skip running standalone task during deployment (#4666)
  • Update golangci-lint and fix lint errors (#4656)
  • Send error comment before plan preview exit (#4658)
  • Fix trial form link (#4654)
  • Update docs for overview (#4655)
  • Add tests to model/deployment_chain (#4632)
  • Update contributions (#4652)
  • Fix typo (#4651)
  • Fix panic error in ListDeployments API (#4650)
  • Add ECSTargetGroupObject to the configuration reference documentation (#4649)
  • Add tests to model/notificationevent (#4631)
  • Update configuration-reference.md (#4645)
  • Fix lint/go errors (gocritic) (#4637)
  • Add Code-Butler (#4642)
  • Improve example for regex (#4644)
  • Bump github.com/docker/docker (#4641)
  • Fix part of lint/go errors (stylecheck) (#4638)
  • Bump google.golang.org/grpc from 1.54.0 to 1.56.3 (#4633)
  • Add tests to model/deployment (#4629)
  • Add tests to application model (#4627)
  • Add tests to apikey model (#4626)
  • Add tests to terraform platform provider (#4625)
  • Reduce make lint/go execution time by adding the GOCACHE environment variable (#4628)
  • Fix part of lint/go errors (deadcode, ineffassign, depguard) (#4624)
  • Update contributors (#4623)
  • Fix part of lint/go errors (goimports, staticcheck, gosimple) (#4622)
  • Fix part of lint/go errors (misspell, depguard, unconvert) (#4621)
  • Bump @babel/traverse from 7.14.7 to 7.23.2 in /web (#4619)
  • Fix unable to rollout ECS first taskset (#4614) (#4615)
  • Fix unable to rollout ECS first taskset (#4614)
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 in /tool/actions-plan-preview (#4611)
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 in /tool/actions-gh-release (#4612)
  • Bump golang.org/x/net from 0.8.0 to 0.17.0 (#4613)
  • Cherry-pick #4590 #4597 #4598 #4600 #4605 #4608 (#4610)
  • Support recreate for ECS tasks (#4608)
  • Add ffjlabo to maintainer (#4607)
  • Fix unable to fetch ECS taskset tags (#4605)
  • Update CODEOWNERS (#4606)
  • [ECS] Fix remove all previous active tasksets on QuickSync (#4600)
  • Bump postcss from 8.3.9 to 8.4.31 in /docs (#4604)
  • Add link to request trial form to docs (#4602)
  • Don't overtrim whitespace in template that leading 3 dash or multple manifest (#4587)
  • Add service tags as takset task on create (#4598)
  • Display MySQL user defined error of piped, command, and application (#4597)
  • Add new adopter (#4596)
  • Display MySQL user defined error in API Key UI (#4590)
  • Update contributors list (#4595)
  • Release v0.45.3 (#4594)
  • Cherry-pick #4586 #4592 (#4593)
  • Inactive task definition after delete all of its taskset (#4592)
  • Enable to specific image tag for container images in Helm template (#4586)
  • Cherry-pick #4580 #4581 (#4582)
  • Fix ECS not remove taskset on quick sync rollback (#4580)
  • Update release cycle note (#4575)
  • Bump gopkg.in/yaml.v3 in /tool/actions-plan-preview (#4581)
  • add: make command for dependency installation (#4572)
  • Cherry-pick #4565 #4573 (#4576)
  • Wait ECS taskset stable (#4573)
  • update: support to wait to update function (#4565)
  • Cherry-pick #4564 #4567 #4568 (#4569)
  • fix: ECS WaitService finish before task running (#4568)
  • add qemu and buildx for multi arch (arm64) (#4552)
  • Support update service which contains serviceRegistries (#4567)
  • Support create ECS service with serviceRegistries configuration (#4564)
  • Cherry pick #4560 #4561 to release v0.45.x (#4563)
  • Release v0.45.2 (#4561)
  • fix: update function configuration (#4560)
  • Release v0.45.1 (#4559)
  • fix: update function configuration (#4557) (#4558)
  • fix: update function configuration (#4557)

Copy link

github-actions bot commented Feb 6, 2024

RELEASE

The following 1 GitHub releases will be created once this pull request got merged.

Release v0.46.0 with changes since v0.45.4

Internal Changes

  • Add docs for v0.46.0
  • Release v0.46.0
  • Disable gc.autoDetach by default (#4772)
  • Implement rollback for script run as pre defined stage (#4743)
  • Create a new branch if makePullRequest is true in git config (#4395)
  • [doc] Add NOTE for ECS ELB Listeners (#4766)
  • Set 'gc.autoDetach' to false to be executed 'git gc' in the foreground by some git commands (#4761)
  • [doc] Add pipectl init (#4763)
  • Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 (#4768)
  • Add a param to run/piped in Makefile for setting --log-encoding to run the piped with specific log format (#4762)
  • Update contributors by ./hack/gen-contributions.sh (#4757)
  • Fix pipectl plugin installation command by asdf (#4756)
  • Create pipectl init for ECS (#4741)
  • Fix docs about notifications for DEPLOYMENT_ROLLING_BACK (#4751)
  • Add RC Release Procedure (#4749)
  • Bump follow-redirects from 1.15.2 to 1.15.4 in /web (#4747)
  • Add reference to the blog that shows how to install control plane on ECS (#4746)
  • Update copyright (#4745)
  • [ECS] Refactored from json.RawMessage to ECSTargetGroup struct (#4737)
  • Add docs for options of SCRIPT_RUN (#4738)
  • Replace deprecated io/ioutil package (#4742)
  • [ECS] Modify ELB listener rules other than defaults without adding config (#4733)
  • Add rfc for script run stage (#4603)
  • Mark CUSTOM_SYNC as deprecated feature (#4740)
  • Fix typo in the example of ECS Service Discovery (#4735)
  • Fix docs for SCRIPT_RUN stage (#4736)
  • Add docs for SCRIPT_RUN stage (#4734)
  • Script run stage (#4720)
  • Bump golang.org/x/crypto in /tool/actions-plan-preview (#4728)
  • Bump golang.org/x/crypto in /tool/actions-gh-release (#4727)
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#4729)
  • Add vpc and architectures option to the creation of lambda from source (#4723)
  • fix: exclude pipecd image to gcr.io as we won't need, (#4722)
  • fix dockefile path (#4721)
  • cover gcr.io/pipecd and ghcr.io/pipe-cd (#4719)
  • fix: matrix build recorrect and use docker build and push action on v5.0.0 (#4718)
  • Rename actions (#4715)
  • cache listeners on routing stage for later use (#4599)
  • feat: github action matrix for images build (#4712)
  • Specify gpt-4-1106-preview as the model for code-butler (#4714)
  • Update documents for ECS Service Discovery (#4711)
  • Add rfc for pipectl init (#4672)
  • Minimize latest plan preview comment before comment error message (#4683)
  • Add @minhquang4334 as a contributor (#4707)
  • Add @t-kikuc to codeowner (#4708)
  • Add setValues to HelmOptions (#4699)
  • Fix docs format (#4703)
  • Add documentation of pprof (#4705)
  • fix typos on notification event (#4706)
  • avoid nil pointer (#4704)
  • Update docs for v0.45.4 (#4700)
  • Update contributors list (#4701)
  • Add an example of ECS canary for Service Discovery (#4691)
  • Support Canary for ECS without ELB or target groups (#4690)
  • Cherry-pick #4680 #4682 #4695 (#4698)
  • Release v0.45.4 (#4697)
  • [ECS] Tag to the new taskset in rollback (fixes #4692) (#4695)
  • Cherry-pick #4668 #4688 (#4689)
  • Remove ModifyRules interface (#4688)
  • feat(ECS): enable selection of listener rules (#4668)
  • add ephemeralStorage option to lambda config (#4680)
  • Support QuickSync for ECS without ELB or target groups (#4685)
  • Add v2 to versionWhitelist (#4682)
  • fix typo (#4678)
  • Add rfc for ECS not under ELB (Issue#4616) (#4676)
  • Update contributors list (#4675)
  • Add docs for k8s annotations (#4673)
  • Increase limit of stale action operations (#4671)
  • Cherry-pick #4611 #4612 #4613 #4619 #4621 #4622 #4624 #4625 #4626 #4627 #4628 #4629 #4631 #4632 #4633 #4637 #4638 #4641 #4648 #4650 #4656 #4658 #4662 #4666 (#4669)
  • Make actions plan preview handle timeout option (#4648)
  • Handle plan preview workflow's error and exit with error status code (#4662)
  • Add actions/stale workflow (#4653)
  • fix: typo (#4667)
  • Add a flag to skip running standalone task during deployment (#4666)
  • Update golangci-lint and fix lint errors (#4656)
  • Send error comment before plan preview exit (#4658)
  • Fix trial form link (#4654)
  • Update docs for overview (#4655)
  • Add tests to model/deployment_chain (#4632)
  • Update contributions (#4652)
  • Fix typo (#4651)
  • Fix panic error in ListDeployments API (#4650)
  • Add ECSTargetGroupObject to the configuration reference documentation (#4649)
  • Add tests to model/notificationevent (#4631)
  • Update configuration-reference.md (#4645)
  • Fix lint/go errors (gocritic) (#4637)
  • Add Code-Butler (#4642)
  • Improve example for regex (#4644)
  • Bump github.com/docker/docker (#4641)
  • Fix part of lint/go errors (stylecheck) (#4638)
  • Bump google.golang.org/grpc from 1.54.0 to 1.56.3 (#4633)
  • Add tests to model/deployment (#4629)
  • Add tests to application model (#4627)
  • Add tests to apikey model (#4626)
  • Add tests to terraform platform provider (#4625)
  • Reduce make lint/go execution time by adding the GOCACHE environment variable (#4628)
  • Fix part of lint/go errors (deadcode, ineffassign, depguard) (#4624)
  • Update contributors (#4623)
  • Fix part of lint/go errors (goimports, staticcheck, gosimple) (#4622)
  • Fix part of lint/go errors (misspell, depguard, unconvert) (#4621)
  • Bump @babel/traverse from 7.14.7 to 7.23.2 in /web (#4619)
  • Fix unable to rollout ECS first taskset (#4614) (#4615)
  • Fix unable to rollout ECS first taskset (#4614)
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 in /tool/actions-plan-preview (#4611)
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 in /tool/actions-gh-release (#4612)
  • Bump golang.org/x/net from 0.8.0 to 0.17.0 (#4613)
  • Cherry-pick #4590 #4597 #4598 #4600 #4605 #4608 (#4610)
  • Support recreate for ECS tasks (#4608)
  • Add ffjlabo to maintainer (#4607)
  • Fix unable to fetch ECS taskset tags (#4605)
  • Update CODEOWNERS (#4606)
  • [ECS] Fix remove all previous active tasksets on QuickSync (#4600)
  • Bump postcss from 8.3.9 to 8.4.31 in /docs (#4604)
  • Add link to request trial form to docs (#4602)
  • Don't overtrim whitespace in template that leading 3 dash or multple manifest (#4587)
  • Add service tags as takset task on create (#4598)
  • Display MySQL user defined error of piped, command, and application (#4597)
  • Add new adopter (#4596)
  • Display MySQL user defined error in API Key UI (#4590)
  • Update contributors list (#4595)
  • Release v0.45.3 (#4594)
  • Cherry-pick #4586 #4592 (#4593)
  • Inactive task definition after delete all of its taskset (#4592)
  • Enable to specific image tag for container images in Helm template (#4586)
  • Cherry-pick #4580 #4581 (#4582)
  • Fix ECS not remove taskset on quick sync rollback (#4580)
  • Update release cycle note (#4575)
  • Bump gopkg.in/yaml.v3 in /tool/actions-plan-preview (#4581)
  • add: make command for dependency installation (#4572)
  • Cherry-pick #4565 #4573 (#4576)
  • Wait ECS taskset stable (#4573)
  • update: support to wait to update function (#4565)
  • Cherry-pick #4564 #4567 #4568 (#4569)
  • fix: ECS WaitService finish before task running (#4568)
  • add qemu and buildx for multi arch (arm64) (#4552)
  • Support update service which contains serviceRegistries (#4567)
  • Support create ECS service with serviceRegistries configuration (#4564)
  • Cherry pick #4560 #4561 to release v0.45.x (#4563)
  • Release v0.45.2 (#4561)
  • fix: update function configuration (#4560)
  • Release v0.45.1 (#4559)
  • fix: update function configuration (#4557) (#4558)
  • fix: update function configuration (#4557)

@ffjlabo
Copy link
Member Author

ffjlabo commented Feb 6, 2024

@t-kikuc Sorry for re-reviewing 🙏 I Added docs for v0.46.0 27f4098
This is the generated code by make release/docs version=v0.46.0
ref: https://github.com/pipe-cd/pipecd/blob/master/RELEASES.md#generate-document-for-new-version

@khanhtc1202
Copy link
Member

@ffjlabo Please re-gen docs due to this pr is merged recently
#4770

Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2551594) 31.03% compared to head (55a1494) 31.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4775      +/-   ##
==========================================
- Coverage   31.03%   31.00%   -0.04%     
==========================================
  Files         225      225              
  Lines       26353    26353              
==========================================
- Hits         8179     8171       -8     
- Misses      17521    17528       +7     
- Partials      653      654       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
Copy link

github-actions bot commented Feb 6, 2024

RELEASE

The following 1 GitHub releases will be created once this pull request got merged.

Release v0.46.0 with changes since v0.45.4

Internal Changes

  • Regen docs for v0.46.0
  • Add docs for v0.46.0
  • Release v0.46.0
  • [doc] fix typo of AWS Secrets Manager (#4770)
  • [doc] Add authentication to GitHub Container Registry to the Prerequisites section in QuickStart Page (#4773)
  • Fix docs for on rollback for script run (#4774)
  • Disable gc.autoDetach by default (#4772)
  • Implement rollback for script run as pre defined stage (#4743)
  • Create a new branch if makePullRequest is true in git config (#4395)
  • [doc] Add NOTE for ECS ELB Listeners (#4766)
  • Set 'gc.autoDetach' to false to be executed 'git gc' in the foreground by some git commands (#4761)
  • [doc] Add pipectl init (#4763)
  • Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 (#4768)
  • Add a param to run/piped in Makefile for setting --log-encoding to run the piped with specific log format (#4762)
  • Update contributors by ./hack/gen-contributions.sh (#4757)
  • Fix pipectl plugin installation command by asdf (#4756)
  • Create pipectl init for ECS (#4741)
  • Fix docs about notifications for DEPLOYMENT_ROLLING_BACK (#4751)
  • Add RC Release Procedure (#4749)
  • Bump follow-redirects from 1.15.2 to 1.15.4 in /web (#4747)
  • Add reference to the blog that shows how to install control plane on ECS (#4746)
  • Update copyright (#4745)
  • [ECS] Refactored from json.RawMessage to ECSTargetGroup struct (#4737)
  • Add docs for options of SCRIPT_RUN (#4738)
  • Replace deprecated io/ioutil package (#4742)
  • [ECS] Modify ELB listener rules other than defaults without adding config (#4733)
  • Add rfc for script run stage (#4603)
  • Mark CUSTOM_SYNC as deprecated feature (#4740)
  • Fix typo in the example of ECS Service Discovery (#4735)
  • Fix docs for SCRIPT_RUN stage (#4736)
  • Add docs for SCRIPT_RUN stage (#4734)
  • Script run stage (#4720)
  • Bump golang.org/x/crypto in /tool/actions-plan-preview (#4728)
  • Bump golang.org/x/crypto in /tool/actions-gh-release (#4727)
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#4729)
  • Add vpc and architectures option to the creation of lambda from source (#4723)
  • fix: exclude pipecd image to gcr.io as we won't need, (#4722)
  • fix dockefile path (#4721)
  • cover gcr.io/pipecd and ghcr.io/pipe-cd (#4719)
  • fix: matrix build recorrect and use docker build and push action on v5.0.0 (#4718)
  • Rename actions (#4715)
  • cache listeners on routing stage for later use (#4599)
  • feat: github action matrix for images build (#4712)
  • Specify gpt-4-1106-preview as the model for code-butler (#4714)
  • Update documents for ECS Service Discovery (#4711)
  • Add rfc for pipectl init (#4672)
  • Minimize latest plan preview comment before comment error message (#4683)
  • Add @minhquang4334 as a contributor (#4707)
  • Add @t-kikuc to codeowner (#4708)
  • Add setValues to HelmOptions (#4699)
  • Fix docs format (#4703)
  • Add documentation of pprof (#4705)
  • fix typos on notification event (#4706)
  • avoid nil pointer (#4704)
  • Update docs for v0.45.4 (#4700)
  • Update contributors list (#4701)
  • Add an example of ECS canary for Service Discovery (#4691)
  • Support Canary for ECS without ELB or target groups (#4690)
  • Cherry-pick #4680 #4682 #4695 (#4698)
  • Release v0.45.4 (#4697)
  • [ECS] Tag to the new taskset in rollback (fixes #4692) (#4695)
  • Cherry-pick #4668 #4688 (#4689)
  • Remove ModifyRules interface (#4688)
  • feat(ECS): enable selection of listener rules (#4668)
  • add ephemeralStorage option to lambda config (#4680)
  • Support QuickSync for ECS without ELB or target groups (#4685)
  • Add v2 to versionWhitelist (#4682)
  • fix typo (#4678)
  • Add rfc for ECS not under ELB (Issue#4616) (#4676)
  • Update contributors list (#4675)
  • Add docs for k8s annotations (#4673)
  • Increase limit of stale action operations (#4671)
  • Cherry-pick #4611 #4612 #4613 #4619 #4621 #4622 #4624 #4625 #4626 #4627 #4628 #4629 #4631 #4632 #4633 #4637 #4638 #4641 #4648 #4650 #4656 #4658 #4662 #4666 (#4669)
  • Make actions plan preview handle timeout option (#4648)
  • Handle plan preview workflow's error and exit with error status code (#4662)
  • Add actions/stale workflow (#4653)
  • fix: typo (#4667)
  • Add a flag to skip running standalone task during deployment (#4666)
  • Update golangci-lint and fix lint errors (#4656)
  • Send error comment before plan preview exit (#4658)
  • Fix trial form link (#4654)
  • Update docs for overview (#4655)
  • Add tests to model/deployment_chain (#4632)
  • Update contributions (#4652)
  • Fix typo (#4651)
  • Fix panic error in ListDeployments API (#4650)
  • Add ECSTargetGroupObject to the configuration reference documentation (#4649)
  • Add tests to model/notificationevent (#4631)
  • Update configuration-reference.md (#4645)
  • Fix lint/go errors (gocritic) (#4637)
  • Add Code-Butler (#4642)
  • Improve example for regex (#4644)
  • Bump github.com/docker/docker (#4641)
  • Fix part of lint/go errors (stylecheck) (#4638)
  • Bump google.golang.org/grpc from 1.54.0 to 1.56.3 (#4633)
  • Add tests to model/deployment (#4629)
  • Add tests to application model (#4627)
  • Add tests to apikey model (#4626)
  • Add tests to terraform platform provider (#4625)
  • Reduce make lint/go execution time by adding the GOCACHE environment variable (#4628)
  • Fix part of lint/go errors (deadcode, ineffassign, depguard) (#4624)
  • Update contributors (#4623)
  • Fix part of lint/go errors (goimports, staticcheck, gosimple) (#4622)
  • Fix part of lint/go errors (misspell, depguard, unconvert) (#4621)
  • Bump @babel/traverse from 7.14.7 to 7.23.2 in /web (#4619)
  • Fix unable to rollout ECS first taskset (#4614) (#4615)
  • Fix unable to rollout ECS first taskset (#4614)
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 in /tool/actions-plan-preview (#4611)
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 in /tool/actions-gh-release (#4612)
  • Bump golang.org/x/net from 0.8.0 to 0.17.0 (#4613)
  • Cherry-pick #4590 #4597 #4598 #4600 #4605 #4608 (#4610)
  • Support recreate for ECS tasks (#4608)
  • Add ffjlabo to maintainer (#4607)
  • Fix unable to fetch ECS taskset tags (#4605)
  • Update CODEOWNERS (#4606)
  • [ECS] Fix remove all previous active tasksets on QuickSync (#4600)
  • Bump postcss from 8.3.9 to 8.4.31 in /docs (#4604)
  • Add link to request trial form to docs (#4602)
  • Don't overtrim whitespace in template that leading 3 dash or multple manifest (#4587)
  • Add service tags as takset task on create (#4598)
  • Display MySQL user defined error of piped, command, and application (#4597)
  • Add new adopter (#4596)
  • Display MySQL user defined error in API Key UI (#4590)
  • Update contributors list (#4595)
  • Release v0.45.3 (#4594)
  • Cherry-pick #4586 #4592 (#4593)
  • Inactive task definition after delete all of its taskset (#4592)
  • Enable to specific image tag for container images in Helm template (#4586)
  • Cherry-pick #4580 #4581 (#4582)
  • Fix ECS not remove taskset on quick sync rollback (#4580)
  • Update release cycle note (#4575)
  • Bump gopkg.in/yaml.v3 in /tool/actions-plan-preview (#4581)
  • add: make command for dependency installation (#4572)
  • Cherry-pick #4565 #4573 (#4576)
  • Wait ECS taskset stable (#4573)
  • update: support to wait to update function (#4565)
  • Cherry-pick #4564 #4567 #4568 (#4569)
  • fix: ECS WaitService finish before task running (#4568)
  • add qemu and buildx for multi arch (arm64) (#4552)
  • Support update service which contains serviceRegistries (#4567)
  • Support create ECS service with serviceRegistries configuration (#4564)
  • Cherry pick #4560 #4561 to release v0.45.x (#4563)
  • Release v0.45.2 (#4561)
  • fix: update function configuration (#4560)
  • Release v0.45.1 (#4559)
  • fix: update function configuration (#4557) (#4558)
  • fix: update function configuration (#4557)

@ffjlabo
Copy link
Member Author

ffjlabo commented Feb 6, 2024

@khanhtc1202 Rebase to master and re-gen 🙏 55a1494

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

@t-kikuc t-kikuc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀

@ffjlabo
Copy link
Member Author

ffjlabo commented Feb 6, 2024

Thank you! Let's go 🚀 🚀 🚀

@ffjlabo ffjlabo merged commit 49627aa into master Feb 6, 2024
14 of 15 checks passed
@ffjlabo ffjlabo deleted the release-v0.46.0 branch February 6, 2024 05:15
@ffjlabo
Copy link
Member Author

ffjlabo commented Feb 6, 2024

It looks strange 👀 the diff is expected from v0.45.3 to the latest commit, but it includes older over v0.45.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants