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.41.4 #4161

Merged
merged 2 commits into from Feb 7, 2023
Merged

Release v0.41.4 #4161

merged 2 commits into from Feb 7, 2023

Conversation

knanao
Copy link
Member

@knanao knanao commented Feb 7, 2023

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

NONE

@github-actions
Copy link

github-actions bot commented Feb 7, 2023

RELEASE

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

Release v0.41.4 with changes since v0.41.3

Internal Changes

  • Release v0.41.4
  • Make all changes that not be listed in ignores but placed under appDir considered as touched commit (#4157)
  • tool: Replace set-output with GITHUB_OUTPUT (#4155)
  • Add environment variable expire web session (#4127)
  • Add pipecd builtin tags to ECS resources (#4140)
  • Add upgrade a release method for helm (#4143)
  • Add terraform drift detection (#4144)
  • Add kubectl version to stage log (#4137)
  • Fix pod config for envoy upstreaming termination error (#4134)
  • Change build tag every time when make run/pipecd (#4130)
  • Fix Fix parseComitMsg's comment (#4135)
  • Templating commit message used by Event watcher (#4120)
  • Fix docs wrong params name (#4132)
  • Cherry-pick #4033 #4084 #4097 #4102 #4104 #4114 #4117 #4119 #4122 #4123 (#4128)
  • Release version v0.41.3 (#4125)
  • Update contributors list (#4126)
  • add document how to disable (#4123)
  • Add new line in detailsFormat to fix plan preview format (#4122)
  • Add kenvin to contributiors list (#4121)
  • feature: cli and grpc to disable application (#4119)
  • Run update go deps (#4117)
  • Add update contributions command (#4114)
  • Keep new line at end of file in yamlprocessor (#4033)
  • Bump json5 from 2.1.3 to 2.2.3 in /web (#4115)
  • Fix the example for running make release/pick (#4113)
  • Cherry-pick #4100 #4101 #4103 #4105 #4111 (#4112)
  • Add example for ecs standalone task (#4104)
  • Release v0.41.2 (#4111)
  • Remove deprecated envName field (#4105)
  • fix null pointer (#4102)
  • Update the planpreview format (#4103)
  • Update planpreview comment format (#4101)
  • Fix to return an error when not finding the last commit (#4100)
  • Small lint fix (#4097)
  • support standalone ECS task (#4084)
  • Cherry-pick #4091 #4092 #4093 (#4095)
  • Release v0.41.1 (#4093)
  • Ensure retrying revision check on NotFound error (#4092)
  • Remove old version docs (#4091)

@knanao knanao closed this Feb 7, 2023
@knanao knanao deleted the release branch February 7, 2023 01:58
@knanao knanao restored the release branch February 7, 2023 02:51
@knanao knanao reopened this Feb 7, 2023
@github-actions
Copy link

github-actions bot commented Feb 7, 2023

RELEASE

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

Release v0.41.4 with changes since v0.41.3

Internal Changes

  • Update the release note
  • Release v0.41.4
  • Make all changes that not be listed in ignores but placed under appDir considered as touched commit (#4157)
  • tool: Replace set-output with GITHUB_OUTPUT (#4155)
  • Add environment variable expire web session (#4127)
  • Add pipecd builtin tags to ECS resources (#4140)
  • Add upgrade a release method for helm (#4143)
  • Add terraform drift detection (#4144)
  • Add kubectl version to stage log (#4137)
  • Fix pod config for envoy upstreaming termination error (#4134)
  • Change build tag every time when make run/pipecd (#4130)
  • Fix Fix parseComitMsg's comment (#4135)
  • Templating commit message used by Event watcher (#4120)
  • Fix docs wrong params name (#4132)
  • Cherry-pick #4033 #4084 #4097 #4102 #4104 #4114 #4117 #4119 #4122 #4123 (#4128)
  • Release version v0.41.3 (#4125)
  • Update contributors list (#4126)
  • add document how to disable (#4123)
  • Add new line in detailsFormat to fix plan preview format (#4122)
  • Add kenvin to contributiors list (#4121)
  • feature: cli and grpc to disable application (#4119)
  • Run update go deps (#4117)
  • Add update contributions command (#4114)
  • Keep new line at end of file in yamlprocessor (#4033)
  • Bump json5 from 2.1.3 to 2.2.3 in /web (#4115)
  • Fix the example for running make release/pick (#4113)
  • Cherry-pick #4100 #4101 #4103 #4105 #4111 (#4112)
  • Add example for ecs standalone task (#4104)
  • Release v0.41.2 (#4111)
  • Remove deprecated envName field (#4105)
  • fix null pointer (#4102)
  • Update the planpreview format (#4103)
  • Update planpreview comment format (#4101)
  • Fix to return an error when not finding the last commit (#4100)
  • Small lint fix (#4097)
  • support standalone ECS task (#4084)
  • Cherry-pick #4091 #4092 #4093 (#4095)
  • Release v0.41.1 (#4093)
  • Ensure retrying revision check on NotFound error (#4092)
  • Remove old version docs (#4091)

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.

LGTM 🚀

@knanao knanao merged commit 2e6754a into master Feb 7, 2023
@knanao knanao deleted the release branch February 7, 2023 08:43
knanao added a commit that referenced this pull request Feb 7, 2023
* Release v0.41.4

* Update the release note
knanao added a commit that referenced this pull request Feb 7, 2023
#4157 #4161 (#4163)

* Templating commit message used by Event watcher (#4120)

* Added ability to teplate eventWatcher.gitRepos.commitMessage

* parse template in the eventWatcher handler side

* Parse template in the eventWatcher handler side

* Fix html/template to text/template

* There was a useless process when retrieving rules, so I omitted it.

* Delete html/template

* Update pkg/app/piped/eventwatcher/eventwatcher.go

Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>

* Update pkg/app/piped/eventwatcher/eventwatcher.go

Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>

* Using template variables are only Value and EventName.

* Update pkg/app/piped/eventwatcher/eventwatcher.go

Co-authored-by: knanao <nao.7ken@gmail.com>

* Update pkg/app/piped/eventwatcher/eventwatcher.go

Co-authored-by: knanao <nao.7ken@gmail.com>

* Fix syntax error

* Update pkg/app/piped/eventwatcher/eventwatcher.go

Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>

Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>
Co-authored-by: knanao <nao.7ken@gmail.com>

* Add environment variable expire web session (#4127)

* add field session-ttl to project

* edit values

* reflect ttl config to session

* return values

* add field in document

* return config

* change variable name

* modify document and manifest

* modify docs

* change minites tp hours

* regen

* Change build tag every time when make run/pipecd (#4130)

* add unix time to tail of build tag

* modify assigning

* change variable name

* change type pf assign

* Fix docs wrong params name (#4132)

* Fix pod config for envoy upstreaming termination error (#4134)

* add lifecycle

* add preStop to api server's manifest

* return makefile

* Fix Fix parseComitMsg's comment (#4135)

* Add kubectl version to stage log (#4137)

* Add kubectl version to stage log

* Update pkg/app/piped/executor/kubernetes/kubernetes.go

Co-authored-by: knanao <nao.7ken@gmail.com>

Co-authored-by: knanao <nao.7ken@gmail.com>

* Add pipecd builtin tags to ECS resources (#4140)

* Add tags to aws resources.

* Small fix

* Small fix

* Fix initial slice length.

* Add TagResource function

* Fix deploy process

* Add tags to aws resources.

* Small fix

* Small fix

* Fix initial slice length.

* Add TagResource function

* Fix deploy process

* Delete Unnecessary blank lines

* Change how to add task's tags

* Delete TagResource method

* Fix based on linter

* Apply review

* add builtin-labels

* Add tagResource func

* Set default value of PropagateTags

* Apply review

* Apply review

* Add upgrade a release method for helm (#4143)

* tool: Replace set-output with GITHUB_OUTPUT (#4155)

* Make all changes that not be listed in ignores but placed under appDir considered as touched commit (#4157)

* Release v0.41.4 (#4161)

* Release v0.41.4

* Update the release note

---------

Co-authored-by: funera1 <60760935+funera1@users.noreply.github.com>
Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>
Co-authored-by: kevin55156 <68955641+kevin55156@users.noreply.github.com>
Co-authored-by: Tomoki Hori <50762864+TonkyH@users.noreply.github.com>
Co-authored-by: Naoki Kanatani <k12naoki@gmail.com>
@github-actions github-actions bot mentioned this pull request Feb 27, 2023
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