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.45.4 #4697

Merged
merged 2 commits into from Dec 1, 2023
Merged

Release v0.45.4 #4697

merged 2 commits into from Dec 1, 2023

Conversation

khanhtc1202
Copy link
Member

What this PR does / why we need it:

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):

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Copy link

github-actions bot commented Dec 1, 2023

RELEASE

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

Release v0.45.4 with changes since v0.45.3

Internal Changes

  • Release v0.45.4
  • [ECS] Tag to the new taskset in rollback (fixes #4692) (#4695)
  • 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)
  • 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)
  • 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)
  • 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)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Copy link

github-actions bot commented Dec 1, 2023

RELEASE

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

Release v0.45.4 with changes since v0.45.3

Internal Changes

  • Update v0.45.x docs
  • Release v0.45.4
  • [ECS] Tag to the new taskset in rollback (fixes #4692) (#4695)
  • 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)
  • 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)
  • 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)
  • 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

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dddec37) 30.84% compared to head (eaf94a1) 30.85%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4697      +/-   ##
==========================================
+ Coverage   30.84%   30.85%   +0.01%     
==========================================
  Files         221      221              
  Lines       25975    25975              
==========================================
+ Hits         8011     8014       +3     
+ Misses      17314    17311       -3     
  Partials      650      650              

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

Copy link
Member

@ffjlabo ffjlabo left a comment

Choose a reason for hiding this comment

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

🚀

@khanhtc1202 khanhtc1202 merged commit e5d7b4b into master Dec 1, 2023
15 checks passed
@khanhtc1202 khanhtc1202 deleted the release branch December 1, 2023 09:57
sZma5a pushed a commit to sZma5a/pipecd that referenced this pull request Dec 17, 2023
* Release v0.45.4

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* Update v0.45.x docs

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

---------

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
sZma5a pushed a commit to sZma5a/pipecd that referenced this pull request Dec 17, 2023
* Release v0.45.4

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* Update v0.45.x docs

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

---------

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
sZma5a pushed a commit to sZma5a/pipecd that referenced this pull request Dec 17, 2023
* Release v0.45.4

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* Update v0.45.x docs

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

---------

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: sZma5a <masaaki.haribote@gmail.com>
@github-actions github-actions bot mentioned this pull request Feb 6, 2024
sZma5a pushed a commit to sZma5a/pipecd that referenced this pull request Feb 12, 2024
* Release v0.45.4

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* Update v0.45.x docs

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

---------

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: 鈴木 優耀 <suzuki_masaaki@cyberagent.co.jp>
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

2 participants