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

fix(controller): prevent negative vsvc weights on a replica scaledown following a canary abort for istio trafficrouting #3467

Merged

Commits on Mar 24, 2024

  1. chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch fro…

    …m 1.36.1 to 1.36.3 (argoproj#3452)
    
    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch
    
    Bumps [github.com/aws/aws-sdk-go-v2/service/cloudwatch](https://github.com/aws/aws-sdk-go-v2) from 1.36.1 to 1.36.3.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/ec2/v1.36.1...service/ssm/v1.36.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatch
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
    dependabot[bot] authored and shubhajyoti-bagchi-groww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    73ad183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    146937b View commit details
    Browse the repository at this point in the history
  3. Added e2e test to validate the fix

    Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
    shubhajyoti-bagchi-groww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    fdb70a6 View commit details
    Browse the repository at this point in the history
  4. Removed local changes

    Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
    shubhajyoti-bagchi-groww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d938c0b View commit details
    Browse the repository at this point in the history
  5. linted as per golangci-lint run

    Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
    shubhajyoti-bagchi-groww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    36d343f View commit details
    Browse the repository at this point in the history
  6. docs: typo in BlueGreen (argoproj#3463)

    Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
    PatrickChoDev authored and shubhajyoti-bagchi-groww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    5bba5aa View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump slsa-framework/slsa-github-generator from 1.9.1 to …

    …1.10.0 (argoproj#3462)
    
    chore(deps): bump slsa-framework/slsa-github-generator
    
    Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
    - [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
    - [Commits](slsa-framework/slsa-github-generator@v1.9.1...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: slsa-framework/slsa-github-generator
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
    dependabot[bot] authored and shubhajyoti-bagchi-groww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    03d53c0 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump github.com/aws/aws-sdk-go-v2/service/elasticloadbal…

    …ancingv2 from 1.30.3 to 1.30.4 (argoproj#3461)
    
    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2
    
    Bumps [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2](https://github.com/aws/aws-sdk-go-v2) from 1.30.3 to 1.30.4.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.30.3...service/s3/v1.30.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
    dependabot[bot] authored and shubhajyoti-bagchi-groww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    f11f3ec View commit details
    Browse the repository at this point in the history
  9. Removed sleep and waited for 1 replicas

    Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
    shubhajyoti-bagchi-groww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    728f0a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39506b3 View commit details
    Browse the repository at this point in the history
  11. Moved up canary weight test to match PR title

    Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
    shubhajyoti-bagchi-groww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b2e5fd1 View commit details
    Browse the repository at this point in the history