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

Bump github.com/pipe-cd/pipecd from 0.45.3 to 0.45.4 #35

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/pipe-cd/pipecd from 0.45.3 to 0.45.4.

Release notes

Sourced from github.com/pipe-cd/pipecd's releases.

Release v0.45.4

Changes since v0.45.3

Breaking Changes

  • [ECS] Ensure remove only tasksets that are managed by pipecd (#4600)

Previously, the piped agent could remove all previous tasksets from an ECS service on sync (QuickSync & PipelineSync included). From this version, the piped agent can only remove tasksets that contain the tag pipecd-dev-managed-by=piped.

If you're using previous versions of piped agent to manage deployment for your ECS applications, you can remove the unused taskset using AWS CLI subcommand ecs delete-task-set (ref: docs) to remove previously created tasksets without the tag pipecd-dev-managed-by=piped. This action is only required once.

New Features

  • [ECS] Support recreate for ECS tasks (#4608)

Example for recreating ECS tasks

apiVersion: pipecd.dev/v1beta1
kind: ECSApp
spec:
  quickSync:
    recreate: true
  • [ECS] Add a flag to skip running standalone task during deployment (#4666)
  • [ECS] Ensure ECS_TRAFFIC_ROUTING stage does not change other rules than Forwarding type listener rule (#4668)

Internal Changes

Release v0.45.4-rc3

Note: This is a candidate release of v0.45.4.

Changes since v0.45.4-rc2

  • feat(ECS): enable selection of listener rules (#4668)
  • fix(ECS): remove ModifyRules interface (#4688)

Release v0.45.4-rc2

Note: This is a candidate release of v0.45.4.

Changes since v0.45.4-rc1

  • Fix panic error in ListDeployments API (#4650)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from nghialv as a code owner December 1, 2023 11:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
@dependabot dependabot bot requested a review from khanhtc1202 as a code owner December 1, 2023 11:11
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 1, 2023
Bumps [github.com/pipe-cd/pipecd](https://github.com/pipe-cd/pipecd) from 0.45.3 to 0.45.4.
- [Release notes](https://github.com/pipe-cd/pipecd/releases)
- [Changelog](https://github.com/pipe-cd/pipecd/blob/master/RELEASES.md)
- [Commits](pipe-cd/pipecd@v0.45.3...v0.45.4)

---
updated-dependencies:
- dependency-name: github.com/pipe-cd/pipecd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/pipe-cd/pipecd-0.45.4 branch from d1003e2 to 7de7db9 Compare December 5, 2023 12:49
@kurochan kurochan merged commit ba39b35 into main Dec 5, 2023
2 checks passed
@kurochan kurochan deleted the dependabot/go_modules/github.com/pipe-cd/pipecd-0.45.4 branch December 5, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant