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/argoproj/argo-rollouts from 1.6.6 to 1.7.0 #47

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

Bumps github.com/argoproj/argo-rollouts from 1.6.6 to 1.7.0.

Release notes

Sourced from github.com/argoproj/argo-rollouts's releases.

v1.7.0

Fix

  • verify the weight of the alb at the end of the rollout (#3627)
  • when Rollout has pingpong and stable/canary service defined, only alb traffic management uses pingpong. (#3628)
  • protocol missing in ambassador canary mapping creation. Fixes #3593 (#3603)
  • rs conflict with fallback to patch (#3559)
  • controller: Corrects the logic of comparing sha256 has. Fixes #3519 (#3520)

Full Changelog: argoproj/argo-rollouts@v1.7.0-rc1...v1.7.0

v1.7.0-rc1

Build

  • deps: always resolve momentjs version 2.29.4 (#3182)

Chore

  • fix PodSecurity warning (#3424)
  • add WeLab Bank to users.md (#2996)
  • change file name for readthedocs compatibility (#2999)
  • Update users doc with CircleCI (#3028)
  • bump k8s versions to 1.29 (#3494)
  • updating getCanaryConfigId to be more efficient with better error handling (#3070)
  • add missing rollout fields (#3062)
  • upgrade cosign (#3139)
  • add OpenSSF Scorecard badge (#3154)
  • add test for reconcileEphemeralMetadata() (#3163)
  • leave the validation of setHeaderRoute to the plugin when plugins is not empty. (#2898)
  • fix lint errors reported by golangci-lint (#3458)
  • fix unit test data races (#3478) (#3479)
  • added organization to users.md (#3481)
  • set webpack hashFunction to modern sha256, remove legacy-provider. Fixes #2609 (#3475)
  • remove year from codegen license (#3282)
  • update follow-redirects to 1.15.5 (#3314)
  • add logging context around replicaset updates (#3326)
  • bump notification engine lib (#3327)
  • change controller's deploy strategy to RollingUpdate due to leader election (#3334)
  • Add exception to requireCanaryStableServices to disable validation when using the hashicorp/consul plugin (#3339)
  • Update notifications engine to 7a06976 (#3384)
  • deps: bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.30.4 to 1.30.5 (#3491)
  • deps: bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#3422)
  • deps: bump softprops/action-gh-release from 2.0.3 to 2.0.4 (#3442)
  • deps: bump softprops/action-gh-release from 2.0.2 to 2.0.3 (#3440)
  • deps: bump softprops/action-gh-release from 1 to 2 (#3438)
  • deps: bump docker/build-push-action from 5.1.0 to 5.2.0 (#3439)
  • deps: bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#3449)
  • deps: bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#3426)
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.27.4 to 1.27.5 (#3421)
  • deps: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#3419)

... (truncated)

Changelog

Sourced from github.com/argoproj/argo-rollouts's changelog.

v1.7.0 (2024-06-12)

Fix

  • verify the weight of the alb at the end of the rollout (#3627)
  • when Rollout has pingpong and stable/canary service defined, only alb traffic management uses pingpong. (#3628)
  • protocol missing in ambassador canary mapping creation. Fixes #3593 (#3603)
  • rs conflict with fallback to patch (#3559)
  • controller: Corrects the logic of comparing sha256 has. Fixes #3519 (#3520)

v1.7.0-rc1 (2024-04-03)

Build

  • deps: always resolve momentjs version 2.29.4 (#3182)

Chore

  • fix PodSecurity warning (#3424)
  • add WeLab Bank to users.md (#2996)
  • change file name for readthedocs compatibility (#2999)
  • Update users doc with CircleCI (#3028)
  • bump k8s versions to 1.29 (#3494)
  • updating getCanaryConfigId to be more efficient with better error handling (#3070)
  • add missing rollout fields (#3062)
  • upgrade cosign (#3139)
  • add OpenSSF Scorecard badge (#3154)
  • add test for reconcileEphemeralMetadata() (#3163)
  • leave the validation of setHeaderRoute to the plugin when plugins is not empty. (#2898)
  • fix lint errors reported by golangci-lint (#3458)
  • fix unit test data races (#3478) (#3479)
  • added organization to users.md (#3481)
  • set webpack hashFunction to modern sha256, remove legacy-provider. Fixes #2609 (#3475)
  • remove year from codegen license (#3282)
  • update follow-redirects to 1.15.5 (#3314)
  • add logging context around replicaset updates (#3326)
  • bump notification engine lib (#3327)
  • change controller's deploy strategy to RollingUpdate due to leader election (#3334)
  • Add exception to requireCanaryStableServices to disable validation when using the hashicorp/consul plugin (#3339)
  • Update notifications engine to 7a06976 (#3384)
  • deps: bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.30.4 to 1.30.5 (#3491)
  • deps: bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#3422)
  • deps: bump softprops/action-gh-release from 2.0.3 to 2.0.4 (#3442)
  • deps: bump softprops/action-gh-release from 2.0.2 to 2.0.3 (#3440)
  • deps: bump softprops/action-gh-release from 1 to 2 (#3438)
  • deps: bump docker/build-push-action from 5.1.0 to 5.2.0 (#3439)
  • deps: bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#3449)
  • deps: bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#3426)

... (truncated)

Commits
  • 6937996 fix: verify the weight of the alb at the end of the rollout (#3627)
  • a13073e fix: when Rollout has pingpong and stable/canary service defined, only alb tr...
  • ba4d01e fix: protocol missing in ambassador canary mapping creation. Fixes #3593 (#3...
  • ce345e6 fix: rs conflict with fallback to patch (#3559)
  • 745d213 fix(controller): Corrects the logic of comparing sha256 has. Fixes #3519 (#3520)
  • 07c84c6 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2...
  • 91b0a50 chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.9 to 1.27.10 ...
  • 34c8a91 chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.36.3...
  • d35ad95 chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.26.0 to 1.26.1 (#3490)
  • 2dc71e3 chore: bump k8s versions to 1.29 (#3494)
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/argoproj/argo-rollouts](https://github.com/argoproj/argo-rollouts) from 1.6.6 to 1.7.0.
- [Release notes](https://github.com/argoproj/argo-rollouts/releases)
- [Changelog](https://github.com/argoproj/argo-rollouts/blob/master/CHANGELOG.md)
- [Commits](argoproj/argo-rollouts@v1.6.6...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-rollouts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2024

The following labels could not be found: area/dependency.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2024

Superseded by #50.

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/main/github.com/argoproj/argo-rollouts-1.7.0 branch June 24, 2024 23:36
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.

0 participants