Skip to content

chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 #4119

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2025

Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5.

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 google.golang.org/protobuf from 1.36.4 to 1.36.5.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 7, 2025
Copy link

sonarqubecloud bot commented Feb 7, 2025

Copy link
Contributor

github-actions bot commented Feb 7, 2025

Published E2E Test Results

  4 files    4 suites   3h 7m 23s ⏱️
113 tests 106 ✅  7 💤 0 ❌
452 runs  424 ✅ 28 💤 0 ❌

Results for commit cd8e8cb.

Copy link
Contributor

github-actions bot commented Feb 7, 2025

Published Unit Test Results

2 294 tests   2 294 ✅  2m 59s ⏱️
  128 suites      0 💤
    1 files        0 ❌

Results for commit cd8e8cb.

@zachaller zachaller merged commit cbf36ef into master Feb 7, 2025
24 checks passed
@zachaller zachaller deleted the dependabot/go_modules/google.golang.org/protobuf-1.36.5 branch February 7, 2025 14:17
meeech pushed a commit to CircleCI-Public/argo-rollouts that referenced this pull request Feb 10, 2025
…rgoproj#4119)

Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  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>
tperdue321 pushed a commit to tperdue321/argo-rollouts that referenced this pull request Mar 28, 2025
…rgoproj#4119)

Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  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>
tperdue321 added a commit to tperdue321/argo-rollouts that referenced this pull request Apr 29, 2025
commit 868ecc6b242bcd1262aa21c6e8aeb5e6ca961856
Author: Travis Perdue <[email protected]>
Date:   Wed Apr 23 20:08:07 2025 -0500

    make lint

commit 38572ef21af6f1fe8c1eeb31f6a536dc41b671de
Author: Travis Perdue <[email protected]>
Date:   Fri Mar 28 15:33:21 2025 -0500

    fix rebase snafus

commit cb02fe068c846c1b4670dcced7df240ea9b42d5b
Author: Travis Perdue <[email protected]>
Date:   Sat Dec 7 13:43:45 2024 -0600

    fix failing tests; add final-status expectations

commit 818eb3f6185b33d282255592dcbe9dad3725a581
Author: Zach Aller <[email protected]>
Date:   Fri Feb 21 13:32:01 2025 -0600

    fix!: subresource scale selector changed for traffic routed canary (#4074)

    * fix: subresouce scale selector for traffic routed canary

    Signed-off-by: Zach Aller <[email protected]>

    * fix: fix tests

    Signed-off-by: Zach Aller <[email protected]>

    * chore: fix lint

    Signed-off-by: Zach Aller <[email protected]>

    * fix: add code docs

    Signed-off-by: Zach Aller <[email protected]>

    * fix: standardize test

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit 716f6cac6920b66d8f78c64c699f5dcc621546d5
Author: Zach Aller <[email protected]>
Date:   Thu Jan 16 09:18:46 2025 -0600

    fix: remove ReplicaSet write-back (#4044)

    * fix: keep informer updated

    Signed-off-by: Zach Aller <[email protected]>

    * fix: move inside if

    Signed-off-by: Zach Aller <[email protected]>

    * fix: cleanup logic

    Signed-off-by: Zach Aller <[email protected]>

    * fix: don't write back to informer at all

    Signed-off-by: Zach Aller <[email protected]>

    * fix: fix tests

    Signed-off-by: Zach Aller <[email protected]>

    * fix: remove informer add

    Signed-off-by: Zach Aller <[email protected]>

    * fix: typo

    Signed-off-by: Zach Aller <[email protected]>

    * fix: fix lint

    Signed-off-by: Zach Aller <[email protected]>

    * fix: cleanup

    Signed-off-by: Zach Aller <[email protected]>

    * fix: cleanup

    Signed-off-by: Zach Aller <[email protected]>

    * fix: update comments

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit fd5c09b1d35279d106805fa905150fa0329c4317
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 22:33:57 2024 -0700

    chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.3 to 1.32.4 (#3934)

    Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.32.3 to 1.32.4.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.32.3...v1.32.4)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      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>

commit e22f2e63ff81a4312cc1e404f3d374196bcd6155
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 16 16:50:37 2024 +0000

    chore(deps): bump github.com/aws/smithy-go from 1.21.0 to 1.22.0 (#3885)

    Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/aws/smithy-go/releases)
    - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/aws/smithy-go/compare/v1.21.0...v1.22.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/smithy-go
      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>

commit 0425f5aed3b81cbd1c622e895d7292e7a3d6d2ff
Author: Travis Perdue <[email protected]>
Date:   Mon May 2 14:02:26 2022 -0500

    add tests for multi-ingress scenario

commit 3f48699fda4884b24c073c8b17398c821477d471
Author: Travis Perdue <[email protected]>
Date:   Tue Apr 26 10:40:41 2022 -0500

    set weight for multiple ingresses

commit 88fe14c80bcb9d70434aa6b9f435c1d9204a444c
Author: Travis Perdue <[email protected]>
Date:   Sat Dec 21 10:16:58 2024 -0600

    remind myself to delete this comment

commit 20b469b619e896cc7423251d1fa7f1a2f2fbfbaa
Author: Travis Perdue <[email protected]>
Date:   Sat Dec 7 13:43:45 2024 -0600

    fix failing tests; add final-status expectations

commit 7bf92caf64cab3c3b2ea6a5699f27afa8d999cdb
Author: Travis Perdue <[email protected]>
Date:   Sun Dec 1 19:46:22 2024 -0600

    fix which RS to promote, enable final status setting via patching; fix  test

commit 1c1e6e7c23367a8a2fb8db001678cdf457f31d92
Author: Travis Perdue <[email protected]>
Date:   Sat Sep 28 16:32:01 2024 -0500

    initial attempt to set final RS status on RS set

commit 1b612d6df6e63017ce136b4d3871b136f1bc627e
Author: Travis Perdue <[email protected]>
Date:   Sun Dec 1 16:44:00 2024 -0600

    fix some tests

commit aca08b393e4985ea8af6d8bf0e8de06468b45dc7
Author: Travis Perdue <[email protected]>
Date:   Sun Dec 1 14:40:31 2024 -0600

    use update, not patch

commit 3cd3db8bd5e6d03fbdf3bf03ae360252afa37c95
Author: Travis Perdue <[email protected]>
Date:   Sat Sep 28 16:32:01 2024 -0500

    initial attempt to set final RS status on RS set

commit 245f0c31794bac7a71b71d67aa349f48e733570a
Author: Travis Perdue <[email protected]>
Date:   Mon May 2 14:20:43 2022 -0500

    undo local changes

commit 20d6659ab750faa67958493e648615204cb57b12
Author: Travis Perdue <[email protected]>
Date:   Mon May 2 14:02:26 2022 -0500

    add tests for multi-ingress scenario

commit 51ca294111ca0c17b74f0447fc3949fc61a2a19d
Author: Travis Perdue <[email protected]>
Date:   Thu Apr 28 14:38:09 2022 -0500

    remove temp logs

commit 91dd2533167e880c78bb9baa5dce663c19ce32c4
Author: Travis Perdue <[email protected]>
Date:   Thu Apr 28 14:12:08 2022 -0500

    remove log

commit 56273068a3943740ba1fc8473ee23f1b2a68c385
Author: Travis Perdue <[email protected]>
Date:   Thu Apr 28 13:58:46 2022 -0500

    oops

commit 741fa567fbe41f87e783f30f99a6c7526a21b170
Author: Travis Perdue <[email protected]>
Date:   Thu Apr 28 13:52:59 2022 -0500

    temp dev logging

commit c021c37a98412994fe67b49b7e2c5d57998bb774
Author: Travis Perdue <[email protected]>
Date:   Wed Apr 27 13:53:44 2022 -0500

    setup for local image use

commit 653cb74a2b690d4161bac1578a29797b64ae46b3
Author: Travis Perdue <[email protected]>
Date:   Tue Apr 26 15:52:10 2022 -0500

    update GetCanaryIngressName

commit d3a87845ca487f332200d39c7e4539248a68cd60
Author: Travis Perdue <[email protected]>
Date:   Tue Apr 26 10:40:41 2022 -0500

    set weight for multiple ingresses

commit ed611be25f06a7af02b4c5348a7aabf34f8832be
Author: Travis Perdue <[email protected]>
Date:   Mon Apr 25 14:50:34 2022 -0500

    WIP

commit b296d31a852b5461cd87bbc04096a00204113097
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 24 08:44:59 2025 -0700

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.8 to 1.29.14 (#4230)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.8 to 1.29.14.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.8...config/v1.29.14)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-version: 1.29.14
      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>

commit 37b9d0bee15f550a7d993ed759f6579f0a7fe4e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 24 08:44:35 2025 -0700

    chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4237)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/codecov/codecov-action/compare/0565863a31f2c772f9f0395002a31e3f06189574...ad3126e916f78f00edff4ed0317cf185271ccc2d)

    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.4.2
      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>

commit e7e512a606c2dcabc1835ffbd6bc5e6fa3a35065
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 24 08:43:59 2025 -0700

    chore(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 (#4247)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.1 to 3.8.2.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](https://github.com/sigstore/cosign-installer/compare/d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a...3454372f43399081ed03b604cb2d021dabca52bb)

    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-version: 3.8.2
      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>

commit c98bc8415919d5f0b00271f7b7e13d5b701b76e8
Author: Keith Chong <[email protected]>
Date:   Wed Apr 16 11:02:00 2025 -0400

    chore(deps): bump github.com/golang-jwt/jwt to 4.5.2 (#4235) (#4236)

    Signed-off-by: Keith Chong <[email protected]>

commit d2d958d1d2a79f7ecb3eec2b6625b850f4b854c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 10 11:21:01 2025 -0500

    chore(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.1 (#4227)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.70.0 to 1.71.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](https://github.com/grpc/grpc-go/compare/v1.70.0...v1.71.1)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-version: 1.71.1
      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>

commit bd7a37c607929db7ea4ee1334910ad6fb6da2438
Author: Yusuke Abe <[email protected]>
Date:   Wed Apr 9 03:27:47 2025 +0900

    fix: follow the kustomize directory structure changes for link (#4224)

    Signed-off-by: chansuke <[email protected]>

commit 39665b087c3f8ff869a4c764a4281d46a534050b
Author: Cheng Fang <[email protected]>
Date:   Tue Apr 8 10:35:33 2025 -0400

    chore(deps): bump golangci-lang from v1.61.0 to v1.64.8 (#4213)

    Signed-off-by: Cheng Fang <[email protected]>

commit 5fe7bb8963027bbd4d26cf96ec475465c2bbf00a
Author: Joe Ton <[email protected]>
Date:   Tue Apr 8 07:15:23 2025 -0700

    chore: enrich controller startup log with namespace, ports, and insta… (#4218)

    chore: enrich controller startup log with namespace, ports, and instanceID

    Signed-off-by: Joe Ton <[email protected]>

commit bd6ec088f4ab048bf010614b099f714d5a0ee8f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 8 09:14:36 2025 -0500

    chore(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.29.0 (#4219)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.26.0 to 0.29.0.
    - [Commits](https://github.com/golang/oauth2/compare/v0.26.0...v0.29.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-version: 0.29.0
      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>

commit 2d2448941808a91b8e69212956f762912ccfab06
Author: Jesse Suen <[email protected]>
Date:   Tue Apr 8 07:13:03 2025 -0700

    fix: restarts during updates could cause downtime (#4221)

    Signed-off-by: Jesse Suen <[email protected]>

commit 3427b15786cc7fa18305f1c125a0e4a15aebac3e
Author: Salvador Montiel <[email protected]>
Date:   Mon Apr 7 10:05:33 2025 -0600

    chore: Fix Traefik name (#4217)

    Signed-off-by: Salvador Montiel <[email protected]>

commit 2583845f27ade4b89f8f520fbec9f4f1fb85f58e
Author: Dag Andersen <[email protected]>
Date:   Fri Apr 4 00:24:40 2025 +0200

    chore: Add Doubble to official USERS.md (#4214)

    docs(users): Add Doubble to official USERS.md

    Signed-off-by: Dag Andersen <[email protected]>

commit f4f7eabd6bfa8c068abe1a7b62579aafeda25a0e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 22 03:53:31 2025 +0000

    docs: Update Changelog (#4202)

    update changelog

    Co-authored-by: zachaller <[email protected]>

commit 963e4f291beb2fb260c6818a509751d745f209f2
Author: Zach Aller <[email protected]>
Date:   Fri Mar 21 14:06:41 2025 -0500

    fix: Revert "fix(controller):  rollout stuck in `Progressing`. fixes #3988" (#4201)

    Revert "fix(controller):  rollout stuck in `Progressing`. fixes #3988 (#4072)"

    This reverts commit f4289b70eb01b0098bcb99b26d452061e45d262c.

commit 38c3ff358463590028cc61d9a498101b885af702
Author: Yurii <[email protected]>
Date:   Fri Mar 21 20:58:51 2025 +0200

    fix(analysis): prevent promotion on inconclusive background run. Fixes: #3850 (#3873)

    * test: add test for background analysis with inconclusive result

    Signed-off-by: Yurii Popivniak <[email protected]>

    * fix: prevent promotion on inconclusive background run

    Signed-off-by: Yurii Popivniak <[email protected]>

    * fix: e2e test for inconclusive analysisrun

    Signed-off-by: Yurii Popivniak <[email protected]>

    ---------

    Signed-off-by: Yurii Popivniak <[email protected]>

commit 88f902cfcb0cf1302ffe96f4e022336f9bf33e9e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 20 17:16:54 2025 +0000

    docs: Update Changelog (#4199)

    * update changelog

    * Update CHANGELOG.md for version 1.8.0

    ---------

    Co-authored-by: zachaller <[email protected]>
    Co-authored-by: Zach Aller <[email protected]>

commit d49ab7eb0fba8fbfbc6baac330ede8b429eb5644
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 20 09:00:43 2025 -0500

    chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#4197)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](https://github.com/actions/setup-go/compare/v5.3.0...v5.4.0)

    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      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>

commit 5bbc3723e2a318121e361cf93f34bdf84b8ac1fc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 20 09:00:13 2025 -0500

    chore(deps): bump actions/download-artifact from 4.2.0 to 4.2.1 (#4198)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/b14cf4c92620c250e1c074ab0a5800e37df86765...95815c38cf2ff2164869cbab79da8d1f422bc89e)

    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      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>

commit 2b653644c01c7c9c27f791f2928f36d67eadb13b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 19 09:45:27 2025 -0500

    chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#4191)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](https://github.com/docker/login-action/compare/9780b0c442fbb1117ed29e0efdff1e18412f7567...74a5d142397b4f367a81961eba4e8cd7edddf772)

    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      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>

commit 88e408d95729ae7b32b18056d255dc4f07672214
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 19 09:45:11 2025 -0500

    chore(deps): bump actions/download-artifact from 4.1.9 to 4.2.0 (#4194)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.0.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/cc203385981b70ca67e1cc392babf9cc229d5806...b14cf4c92620c250e1c074ab0a5800e37df86765)

    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      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>

commit 507dc0c233e2866d4bc76d2fbcedfb31675250f2
Author: Anand Francis Joseph <[email protected]>
Date:   Sat Mar 15 19:04:33 2025 +0530

    chore(deps): Updated go version in go.mod file (#4182)

    Updated go version in go.mod file

    Signed-off-by: Anand Francis Joseph <[email protected]>

commit 659c13934f84d4eafd3e680aafea1efcc628bf07
Author: Steve Ramage <[email protected]>
Date:   Wed Mar 12 12:50:34 2025 -0700

    docs: Improve the Istio documentation and some grammar tweaks.  Fixes #4163 (#4164)

    docs: fix some typos and tweaks to istio documentation

    Signed-off-by: Steve Ramage <[email protected]>
    Co-authored-by: Steve Ramage <[email protected]>

commit 933b7b3b1ade0d02e0d4c2fbda2e2ecd369d0612
Author: Abhish2702 <[email protected]>
Date:   Mon Mar 10 22:05:33 2025 +0530

    fix: guardrail to not overload stable replicaset (#3878)

    * fix: unexpected downtime in rollouts

    Signed-off-by: Abhishek Bansal <[email protected]>

    * lint

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Abhishek Bansal <[email protected]>
    Signed-off-by: Zach Aller <[email protected]>
    Co-authored-by: Abhishek Bansal <[email protected]>
    Co-authored-by: Zach Aller <[email protected]>

commit f4289b70eb01b0098bcb99b26d452061e45d262c
Author: chengjoey <[email protected]>
Date:   Thu Mar 6 23:29:17 2025 +0800

    fix(controller):  rollout stuck in `Progressing`. fixes #3988 (#4072)

    fix rollout stuck in `Progressing`

    Signed-off-by: joey <[email protected]>

commit 37368106abc23b040ce4789a576048299ec68724
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 5 12:01:10 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.0 to 1.44.1 (#4172)

    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.44.0 to 1.44.1.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.44.0...service/iot/v1.44.1)

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

commit aa243dbba96ccf17ecb0d5b5c59be93c1b2726b3
Author: Andrii Korotkov <[email protected]>
Date:   Wed Mar 5 10:00:45 2025 -0800

    chore: Add Verkada to the list of users (#4176)

    Signed-off-by: Andrii Korotkov <[email protected]>

commit 7c0f995d8c477f3cdae629cadd0bf74ca2a2ca19
Author: Michael Crenshaw <[email protected]>
Date:   Wed Mar 5 12:33:12 2025 -0500

    chore: use internal errors util instead of pkg's (#4171)

    Signed-off-by: Michael Crenshaw <[email protected]>

commit 9e71a8708717f9ed9aa4f27351d3464f85ae2c3c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 4 08:31:17 2025 -0600

    chore(deps): bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#4152)

    chore(deps): bump slsa-framework/slsa-github-generator

    Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 2.0.0 to 2.1.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](https://github.com/slsa-framework/slsa-github-generator/compare/v2.0.0...v2.1.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>

commit 48377540eced6e4496197c0a91dc094d7268d549
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 4 08:29:58 2025 -0600

    chore(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#4167)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.9.0 to 3.10.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](https://github.com/docker/setup-buildx-action/compare/f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca...b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      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>

commit 451ea40086b29aa974827ec842c03601830554f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 4 08:29:14 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.15 to 1.44.0 (#4169)

    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.43.15 to 1.44.0.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.43.15...service/s3/v1.44.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatch
      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>

commit b69c07cdf79b682a92bc8d6ea83c7c8e6ddd3b24
Author: Yusuke Abe <[email protected]>
Date:   Tue Mar 4 07:29:01 2025 +0900

    fix(dashboard): Revert react-scripts upgrade due to performance regression. Fixes #4122 (#4166)

    fix(dashboard): revert `react-scripts`` upgrade to restore performance

    This reverts commit 2e7cf6932a0c5111967d6ba4b27716580985a34f.

    Signed-off-by: chansuke <[email protected]>

commit 2213b07592d36665bd4bdd6504b525489a9c4692
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:48:36 2025 -0600

    chore(deps): bump github.com/newrelic/newrelic-client-go/v2 from 2.53.0 to 2.54.0 (#4150)

    chore(deps): bump github.com/newrelic/newrelic-client-go/v2

    Bumps [github.com/newrelic/newrelic-client-go/v2](https://github.com/newrelic/newrelic-client-go) from 2.53.0 to 2.54.0.
    - [Release notes](https://github.com/newrelic/newrelic-client-go/releases)
    - [Changelog](https://github.com/newrelic/newrelic-client-go/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/newrelic/newrelic-client-go/compare/v2.53.0...v2.54.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/newrelic/newrelic-client-go/v2
      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>

commit e033914389b8308176a365646692d59334c9b9f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:47:26 2025 -0600

    chore(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 (#4154)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/fa0a91b85d4f404e444e00e005971372dc801d16...cc203385981b70ca67e1cc392babf9cc229d5806)

    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      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>

commit e876f43be9561313b55d44cebef3a9d19b5e867a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:47:03 2025 -0600

    chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#4157)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/codecov/codecov-action/compare/13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3...0565863a31f2c772f9f0395002a31e3f06189574)

    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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>

commit 7b9279c5ae724137de9a20af4d493923061c0114
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:46:25 2025 -0600

    chore(deps): bump docker/build-push-action from 6.14.0 to 6.15.0 (#4158)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/0adf9959216b96bec444f325f1e493d4aa344497...471d1dc4e07e5cdedd4c2171150001c434f0b7a4)

    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      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>

commit 6fbb625bdf645bac5130d5b090a4549819da990d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:46:05 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.8 (#4160)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.6 to 1.29.8.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.6...config/v1.29.8)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit 3cb61fa80ade841c54d50ec5600cc4a11e5d9ff5
Author: Matias Reparaz <[email protected]>
Date:   Mon Mar 3 18:45:42 2025 -0300

    docs: Update USERS.md (#4162)

    Update USERS.md

    Adding X3M ads to argo-rollouts users

    Signed-off-by: Matias Reparaz <[email protected]>

commit 444094a1ca704d5b357e509c5c2036c9a501e0f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 11:29:30 2025 -0600

    chore(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0 (#4165)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.4.0 to 3.6.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](https://github.com/docker/setup-qemu-action/compare/4574d27a4764455b42196d70a065bc6853246a25...29109295f81e9208d7d86ff1c6c12d2833863392)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      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>

commit 77a139861cef83cfc11aa4a6fd06eacac374afb1
Author: Jean Morais <[email protected]>
Date:   Fri Feb 21 17:18:01 2025 -0300

    fix(trafficrouting): patch VirtualService when there is only one named route (#4055)

    * fix(trafficrouting): patch VirtualService when there is only one named route

    Signed-off-by: Jean Morais <[email protected]>

    * test(trafficrouting): fix TestGetHttpRouteIndexesToPatch

    Signed-off-by: Jean Morais <[email protected]>

    ---------

    Signed-off-by: Jean Morais <[email protected]>

commit 5e6936e06fca62867cd8285d5f8429f97d8af6d7
Author: Zach Aller <[email protected]>
Date:   Fri Feb 21 13:32:01 2025 -0600

    fix!: subresource scale selector changed for traffic routed canary (#4074)

    * fix: subresouce scale selector for traffic routed canary

    Signed-off-by: Zach Aller <[email protected]>

    * fix: fix tests

    Signed-off-by: Zach Aller <[email protected]>

    * chore: fix lint

    Signed-off-by: Zach Aller <[email protected]>

    * fix: add code docs

    Signed-off-by: Zach Aller <[email protected]>

    * fix: standardize test

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit 6e43cff7b24dd467dbfae2f0ca918d4510666b4c
Author: Zach Aller <[email protected]>
Date:   Fri Feb 21 13:16:41 2025 -0600

    fix: loop when paused and completed (#4134)

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * cleanup

    Signed-off-by: Zach Aller <[email protected]>

    * add e2e tests

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * cleanup

    Signed-off-by: Zach Aller <[email protected]>

    * add e2e tests

    Signed-off-by: Zach Aller <[email protected]>

    * add comments

    Signed-off-by: Zach Aller <[email protected]>

    * use function for completed

    Signed-off-by: Zach Aller <[email protected]>

    * remove un-used variable

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit e4e1942a0cb317807e9dba5ba83c1711dd665cef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 21 08:29:15 2025 -0600

    chore(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 (#4141)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/ca877d9245402d1537745e0e356eab47c3520991...0adf9959216b96bec444f325f1e493d4aa344497)

    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      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>

commit 494bfd909e1a307ebba84c4413c751de96ca4428
Author: Takayuki Takagi <[email protected]>
Date:   Fri Feb 21 23:23:55 2025 +0900

    fix(metricprovider): not require address in kubernetes secret for Datadog. Fixes #4103 (#4145)

    fix(metricprovider): not require address in kubernetes secret for Datadog

    Signed-off-by: Takayuki Takagi <[email protected]>

commit d35fcb5b4cd39d70d88a53cfc67e3cd7ef38ccd3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 21 07:39:46 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.14 to 1.43.15 (#4144)

    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.43.14 to 1.43.15.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.43.14...service/cloudwatch/v1.43.15)

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

commit 1672c670650cef4fac8a875b8fc9e4982008de3d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 21 07:39:28 2025 -0600

    chore(deps): bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#4146)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.0 to 3.8.1.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](https://github.com/sigstore/cosign-installer/compare/c56c2d3e59e4281cc41dea2217323ba5694b171e...d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a)

    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      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>

commit 445e1c2b7897750c019d6c235bc3002738cc5691
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Feb 19 08:33:55 2025 -0600

    chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#4135)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)

    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      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>

commit cb7c0fc7c862635277118891792a1dc57ab8ad34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Feb 19 08:33:28 2025 -0600

    chore(deps): bump github.com/aws/smithy-go from 1.22.2 to 1.22.3 (#4136)

    Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.22.2 to 1.22.3.
    - [Release notes](https://github.com/aws/smithy-go/releases)
    - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/aws/smithy-go/compare/v1.22.2...v1.22.3)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/smithy-go
      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>

commit 76b3898c0418aa190462b2b67410376cab7ed50f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 14 10:09:37 2025 -0600

    chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 (#4132)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.10.0 to 0.11.0.
    - [Commits](https://github.com/golang/sync/compare/v0.10.0...v0.11.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      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>

commit a748f05fdef48669f4b7acc8e5c1ff2fae1d1d72
Author: mitchell amihod <[email protected]>
Date:   Fri Feb 14 11:09:09 2025 -0500

    fix(experiments): fire rollout event on experiment step (#4124)

    * chore: ignore all debug_bin*

    Signed-off-by: mitchell amihod <[email protected]>

    * feat(experiments): Add a utility to check if an experiment belongs to a Rollout. We can then identify when an experiment is a Step in a Rollout.

    Signed-off-by: mitchell amihod <[email protected]>

    * chore: typo

    Signed-off-by: mitchell amihod <[email protected]>

    * feat(experiments): Fire k8s Event bound to the Rollout when it owns the Experiment

    Addresses #4009. This change will fire Analysis Run events bound to the parent Rollout object when the Experiment is a Step in the Rollout.

    Signed-off-by: mitchell amihod <[email protected]>

    * Loop through ownerReferences to find the rollout reference.

    If we pass belongs to rollout check, we know there is a rollout to find.

    Signed-off-by: mitchell amihod <[email protected]>

    * Tighten things up - don't need a bool - fetch the ref or nil

    Signed-off-by: mitchell amihod <[email protected]>

    ---------

    Signed-off-by: mitchell amihod <[email protected]>

commit d8994c0b1973e76a5920e8b039ef35669240643f
Author: Jordan Rodgers <[email protected]>
Date:   Thu Feb 13 08:21:32 2025 -0800

    feat: reconcile pod ephemeral metadata in parallel (#4130)

    * perf: reconcile pod ephemeral metadata in parallel

    Signed-off-by: Jordan Rodgers <[email protected]>

    * update tests for multiple pods

    Signed-off-by: Jordan Rodgers <[email protected]>

    ---------

    Signed-off-by: Jordan Rodgers <[email protected]>

commit a312e280214caba75edd9d3bb29274cd401c27fc
Author: Zach Aller <[email protected]>
Date:   Tue Feb 11 21:44:28 2025 -0600

    fix: nil pointer on logging (#4127)

    Signed-off-by: Zach Aller <[email protected]>

commit 44eee2ec3b4bde45d63b339ecca0370c1d9ff94b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 7 14:46:07 2025 +0000

    chore(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (#4120)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](https://github.com/docker/setup-qemu-action/compare/53851d14592bedcffcf25ea515637cff71ef929a...4574d27a4764455b42196d70a065bc6853246a25)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      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>

commit a9e10fb73ed0546344fbd19d26b319d76217d292
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 7 08:21:27 2025 -0600

    chore(deps): bump github.com/newrelic/newrelic-client-go/v2 from 2.52.0 to 2.53.0 (#4102)

    chore(deps): bump github.com/newrelic/newrelic-client-go/v2

    Bumps [github.com/newrelic/newrelic-client-go/v2](https://github.com/newrelic/newrelic-client-go) from 2.52.0 to 2.53.0.
    - [Release notes](https://github.com/newrelic/newrelic-client-go/releases)
    - [Changelog](https://github.com/newrelic/newrelic-client-go/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/newrelic/newrelic-client-go/compare/v2.52.0...v2.53.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/newrelic/newrelic-client-go/v2
      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>

commit 420aacb133d21b88e9f85baa6ab8f2e5cbca588f
Author: ayureidini <[email protected]>
Date:   Fri Feb 7 15:20:59 2025 +0100

    fix(experiments): propagate rolouts labels to experiments and replicasets (#4118)

    fix(experiments): propagate rolouts labels to experiments and replica sets

    Enhancement ticket: https://github.com/argoproj/argo-rollouts/issues/4113
    This can be useful for complying to Tagging Policy imposed at cluster level
    since there is no mechanism to add custom labels to Experiments and their
    associated ReplicaSets.
    Indeed, this could enable automatic reporting but also give required information
    for investigation.

    Signed-off-by: Ahmed YUREIDINI NOGALES <[email protected]>
    Co-authored-by: Ahmed YUREIDINI NOGALES <[email protected]>

commit cbf36efaf8a8e9908de13fd46ac9bbf6b36a5387
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 7 08:17:40 2025 -0600

    chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#4119)

    Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5.

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      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>

commit c8f165c1caaeb76683ee46740851c900704d4cca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 7 08:15:41 2025 -0600

    chore(deps): bump docker/setup-buildx-action from 3.8.0 to 3.9.0 (#4121)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.8.0 to 3.9.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](https://github.com/docker/setup-buildx-action/compare/6524bf65af31da8d45b59e8c27de4bd072b392f5...f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      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>

commit 70a946d56e092ce179ea9274fdad23f7e1360c34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 6 22:58:07 2025 +0000

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.12 to 1.43.14 (#4115)

    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.43.12 to 1.43.14.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.43.12...service/cloudwatch/v1.43.14)

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

commit 1d47a97cd379fb861b0c5b844aff21d04fa98921
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 6 16:18:07 2025 -0600

    chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 (#4108)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0.
    - [Commits](https://github.com/golang/oauth2/compare/v0.25.0...v0.26.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      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>

commit fa17918a9e78677895f661cfb03c7a641a29e115
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 6 16:17:15 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.4 to 1.29.6 (#4116)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.4 to 1.29.6.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.4...config/v1.29.6)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit c3407844ca4e7fb2011b6e5f0b1c5e4ce72f2a3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 6 16:16:58 2025 -0600

    chore(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.0 (#4105)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.7.0 to 3.8.0.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](https://github.com/sigstore/cosign-installer/compare/dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da...c56c2d3e59e4281cc41dea2217323ba5694b171e)

    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      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>

commit ea914af830e8585c177cbbab85da1afe572a906d
Author: Zach Aller <[email protected]>
Date:   Thu Feb 6 16:15:47 2025 -0600

    fix: redo PR 3639 (#4114)

    Signed-off-by: Zach Aller <[email protected]>

commit 6761843977c5b220afcd703f3b93cd8a8b675f83
Author: Gonçalo Montalvão Marques <[email protected]>
Date:   Wed Feb 5 16:34:28 2025 +0000

    docs: fix markdown rendering (#4109)

    Signed-off-by: Gonçalo Montalvão Marques <[email protected]>

commit f829ae798459cd79e8aca97cb93597aac53e396d
Author: Jordan Rodgers <[email protected]>
Date:   Mon Feb 3 18:18:56 2025 -0800

    fix: check ephemeral metadata is set before delete (#4089)

    * fix: check ephemeral metadata is set before delete

    Signed-off-by: Jordan Rodgers <[email protected]>

    * add test case

    Signed-off-by: Jordan Rodgers <[email protected]>

    * address test comments

    Signed-off-by: Jordan Rodgers <[email protected]>

    ---------

    Signed-off-by: Jordan Rodgers <[email protected]>

commit db8e065044e251d3cd4e49fa8c2a41a55fab2748
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 3 17:07:37 2025 +0000

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.3 to 1.29.4 (#4098)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.3 to 1.29.4.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.3...config/v1.29.4)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit 42117f9af422b41c8bfedac2f17fc5e214c8174e
Author: Ville Vesilehto <[email protected]>
Date:   Mon Feb 3 18:16:38 2025 +0200

    fix: correct typo in linter settings key name (#4094)

    The linter settings key was incorrectly named "linter-settings" instead of
    "linters-settings", preventing proper parsing of goimports configuration.
    This fixes the local-prefixes setting for import organization.

    All affected files have been automatically reformatted to comply with the
    now-active goimports rules for import ordering and grouping.

    Signed-off-by: Ville Vesilehto <[email protected]>

commit 7695f8a8deb446e06cea14fb11ff4201bbad43e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 3 10:12:22 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.11 to 1.43.12 (#4099)

    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.43.11 to 1.43.12.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.43.11...service/cloudwatch/v1.43.12)

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

commit 4ecce02e70c35a66993dd299f570fedc0cd730de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 3 10:12:03 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.35.0 to 1.36.0 (#4100)

    Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.35.0 to 1.36.0.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.35.0...v1.36.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      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>

commit 4580c2d1e213a049e1031e856a1b8742658f65ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 31 17:58:17 2025 +0000

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.10 to 1.43.11 (#4091)

    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.43.10 to 1.43.11.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/fsx/v1.43.10...service/cloudwatch/v1.43.11)

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

commit 73fda6637191d57df3752fa6f88b85d2cca4e82e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 31 11:13:01 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.2 to 1.29.3 (#4092)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.2 to 1.29.3.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.2...config/v1.29.3)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit 38ed49959b47879765b4144e3911b9ed5a8f44d4
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Jan 31 15:39:08 2025 +0000

    docs: Update Changelog (#4088)

    * update changelog

    * Update CHANGELOG.md formatting

    ---------

    Co-authored-by: zachaller <[email protected]>
    Co-authored-by: Zach Aller <[email protected]>

commit 4f5d93bbe676299c6c4668ede5756736caccb0dc
Author: Zach Aller <[email protected]>
Date:   Thu Jan 30 10:07:11 2025 -0600

    fix!: make `.spec.selector` immutable (#4084)

    * fix: make selector immutable

    Signed-off-by: Zach Aller <[email protected]>

    * fix: make selector immutable

    Signed-off-by: Zach Aller <[email protected]>

    * fix: make selector optional for workloadRef

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit 723e81ca69db1ad6fe1ca26e86587a8eaef4085a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 30 09:52:51 2025 -0600

    chore(deps): bump github.com/evanphx/json-patch/v5 from 5.9.10 to 5.9.11 (#4085)

    Bumps [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) from 5.9.10 to 5.9.11.
    - [Release notes](https://github.com/evanphx/json-patch/releases)
    - [Commits](https://github.com/evanphx/json-patch/compare/v5.9.10...v5.9.11)

    ---
    updated-dependencies:
    - dependency-name: github.com/evanphx/json-patch/v5
      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>

commit 236f878447d4927d87387b0f95328f2b747e326d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 30 09:52:29 2025 -0600

    chore(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 (#4086)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.69.4 to 1.70.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](https://github.com/grpc/grpc-go/compare/v1.69.4...v1.70.0)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>

commit dfa0eaef7c696aad064957f76e39c304f37d65b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:44:33 2025 -0600

    chore(deps): bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.10 (#4080)

    Bumps [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) from 5.9.0 to 5.9.10.
    - [Release notes](https://github.com/evanphx/json-patch/releases)
    - [Commits](https://github.com/evanphx/json-patch/compare/v5.9.0...v5.9.10)

    ---
    updated-dependencies:
    - dependency-name: github.com/evanphx/json-patch/v5
      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>

commit 78682686b9d83a8c6b75ca36305bff8345fe98f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:44:08 2025 -0600

    chore(deps): bump github.com/hashicorp/go-plugin from 1.6.2 to 1.6.3 (#4081)

    Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.6.2 to 1.6.3.
    - [Release notes](https://github.com/hashicorp/go-plugin/releases)
    - [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/go-plugin/compare/v1.6.2...v1.6.3)

    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-plugin
      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>

commit c25954dccffe5ba3bc3202ef9a6525aa05de9d73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:43:46 2025 -0600

    chore(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#4082)

    Bumps google.golang.org/protobuf from 1.36.3 to 1.36.4.

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      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>

commit f237af07bea39baaa17261a9017128ca90fb0955
Author: Kostis (Codefresh) <[email protected]>
Date:   Tue Jan 28 16:43:22 2025 +0200

    chore: security fix https://nvd.nist.gov/vuln/detail/CVE-2023-46402 (#4083)

    * chore: security fix https://nvd.nist.gov/vuln/detail/CVE-2023-46402

    Signed-off-by: Kostis Kapelonis <[email protected]>

    * docs: GitHub notification reference

    Signed-off-by: Kostis (Codefresh) <[email protected]>

    ---------

    Signed-off-by: Kostis Kapelonis <[email protected]>
    Signed-off-by: Kostis (Codefresh) <[email protected]>

commit b101632af048e2dfb07c3980f9e30316cdccdf67
Author: chengjoey <[email protected]>
Date:   Tue Jan 28 06:49:42 2025 +0800

    chore(deps): fix go list -m all show `unknown revision v0.0.0` (#4071)

    fix go list -m all show `unknown revision v0.0.0`

    Signed-off-by: joey <[email protected]>

commit b6a9bec2923a9b429848120e15ad0c0521f4fc25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 17:18:11 2025 +0000

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.0 to 1.29.2 (#4077)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.0 to 1.29.2.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.29.0...config/v1.29.2)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit e225d88da867375c813d3570e60d0c07cea73c29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 17:03:19 2025 +0000

    chore(deps): bump docker/build-push-action from 6.12.0 to 6.13.0 (#4076)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/67a2d409c0a876cbe6b11854e3e25193efe4e62d...ca877d9245402d1537745e0e356eab47c3520991)
…
tperdue321 added a commit to tperdue321/argo-rollouts that referenced this pull request Apr 29, 2025
commit 868ecc6b242bcd1262aa21c6e8aeb5e6ca961856
Author: Travis Perdue <[email protected]>
Date:   Wed Apr 23 20:08:07 2025 -0500

    make lint

commit 38572ef21af6f1fe8c1eeb31f6a536dc41b671de
Author: Travis Perdue <[email protected]>
Date:   Fri Mar 28 15:33:21 2025 -0500

    fix rebase snafus

commit cb02fe068c846c1b4670dcced7df240ea9b42d5b
Author: Travis Perdue <[email protected]>
Date:   Sat Dec 7 13:43:45 2024 -0600

    fix failing tests; add final-status expectations

commit 818eb3f6185b33d282255592dcbe9dad3725a581
Author: Zach Aller <[email protected]>
Date:   Fri Feb 21 13:32:01 2025 -0600

    fix!: subresource scale selector changed for traffic routed canary (#4074)

    * fix: subresouce scale selector for traffic routed canary

    Signed-off-by: Zach Aller <[email protected]>

    * fix: fix tests

    Signed-off-by: Zach Aller <[email protected]>

    * chore: fix lint

    Signed-off-by: Zach Aller <[email protected]>

    * fix: add code docs

    Signed-off-by: Zach Aller <[email protected]>

    * fix: standardize test

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit 716f6cac6920b66d8f78c64c699f5dcc621546d5
Author: Zach Aller <[email protected]>
Date:   Thu Jan 16 09:18:46 2025 -0600

    fix: remove ReplicaSet write-back (#4044)

    * fix: keep informer updated

    Signed-off-by: Zach Aller <[email protected]>

    * fix: move inside if

    Signed-off-by: Zach Aller <[email protected]>

    * fix: cleanup logic

    Signed-off-by: Zach Aller <[email protected]>

    * fix: don't write back to informer at all

    Signed-off-by: Zach Aller <[email protected]>

    * fix: fix tests

    Signed-off-by: Zach Aller <[email protected]>

    * fix: remove informer add

    Signed-off-by: Zach Aller <[email protected]>

    * fix: typo

    Signed-off-by: Zach Aller <[email protected]>

    * fix: fix lint

    Signed-off-by: Zach Aller <[email protected]>

    * fix: cleanup

    Signed-off-by: Zach Aller <[email protected]>

    * fix: cleanup

    Signed-off-by: Zach Aller <[email protected]>

    * fix: update comments

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit fd5c09b1d35279d106805fa905150fa0329c4317
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 22:33:57 2024 -0700

    chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.3 to 1.32.4 (#3934)

    Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.32.3 to 1.32.4.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.32.3...v1.32.4)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      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>

commit e22f2e63ff81a4312cc1e404f3d374196bcd6155
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 16 16:50:37 2024 +0000

    chore(deps): bump github.com/aws/smithy-go from 1.21.0 to 1.22.0 (#3885)

    Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/aws/smithy-go/releases)
    - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/aws/smithy-go/compare/v1.21.0...v1.22.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/smithy-go
      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>

commit 0425f5aed3b81cbd1c622e895d7292e7a3d6d2ff
Author: Travis Perdue <[email protected]>
Date:   Mon May 2 14:02:26 2022 -0500

    add tests for multi-ingress scenario

commit 3f48699fda4884b24c073c8b17398c821477d471
Author: Travis Perdue <[email protected]>
Date:   Tue Apr 26 10:40:41 2022 -0500

    set weight for multiple ingresses

commit 88fe14c80bcb9d70434aa6b9f435c1d9204a444c
Author: Travis Perdue <[email protected]>
Date:   Sat Dec 21 10:16:58 2024 -0600

    remind myself to delete this comment

commit 20b469b619e896cc7423251d1fa7f1a2f2fbfbaa
Author: Travis Perdue <[email protected]>
Date:   Sat Dec 7 13:43:45 2024 -0600

    fix failing tests; add final-status expectations

commit 7bf92caf64cab3c3b2ea6a5699f27afa8d999cdb
Author: Travis Perdue <[email protected]>
Date:   Sun Dec 1 19:46:22 2024 -0600

    fix which RS to promote, enable final status setting via patching; fix  test

commit 1c1e6e7c23367a8a2fb8db001678cdf457f31d92
Author: Travis Perdue <[email protected]>
Date:   Sat Sep 28 16:32:01 2024 -0500

    initial attempt to set final RS status on RS set

commit 1b612d6df6e63017ce136b4d3871b136f1bc627e
Author: Travis Perdue <[email protected]>
Date:   Sun Dec 1 16:44:00 2024 -0600

    fix some tests

commit aca08b393e4985ea8af6d8bf0e8de06468b45dc7
Author: Travis Perdue <[email protected]>
Date:   Sun Dec 1 14:40:31 2024 -0600

    use update, not patch

commit 3cd3db8bd5e6d03fbdf3bf03ae360252afa37c95
Author: Travis Perdue <[email protected]>
Date:   Sat Sep 28 16:32:01 2024 -0500

    initial attempt to set final RS status on RS set

commit 245f0c31794bac7a71b71d67aa349f48e733570a
Author: Travis Perdue <[email protected]>
Date:   Mon May 2 14:20:43 2022 -0500

    undo local changes

commit 20d6659ab750faa67958493e648615204cb57b12
Author: Travis Perdue <[email protected]>
Date:   Mon May 2 14:02:26 2022 -0500

    add tests for multi-ingress scenario

commit 51ca294111ca0c17b74f0447fc3949fc61a2a19d
Author: Travis Perdue <[email protected]>
Date:   Thu Apr 28 14:38:09 2022 -0500

    remove temp logs

commit 91dd2533167e880c78bb9baa5dce663c19ce32c4
Author: Travis Perdue <[email protected]>
Date:   Thu Apr 28 14:12:08 2022 -0500

    remove log

commit 56273068a3943740ba1fc8473ee23f1b2a68c385
Author: Travis Perdue <[email protected]>
Date:   Thu Apr 28 13:58:46 2022 -0500

    oops

commit 741fa567fbe41f87e783f30f99a6c7526a21b170
Author: Travis Perdue <[email protected]>
Date:   Thu Apr 28 13:52:59 2022 -0500

    temp dev logging

commit c021c37a98412994fe67b49b7e2c5d57998bb774
Author: Travis Perdue <[email protected]>
Date:   Wed Apr 27 13:53:44 2022 -0500

    setup for local image use

commit 653cb74a2b690d4161bac1578a29797b64ae46b3
Author: Travis Perdue <[email protected]>
Date:   Tue Apr 26 15:52:10 2022 -0500

    update GetCanaryIngressName

commit d3a87845ca487f332200d39c7e4539248a68cd60
Author: Travis Perdue <[email protected]>
Date:   Tue Apr 26 10:40:41 2022 -0500

    set weight for multiple ingresses

commit ed611be25f06a7af02b4c5348a7aabf34f8832be
Author: Travis Perdue <[email protected]>
Date:   Mon Apr 25 14:50:34 2022 -0500

    WIP

commit b296d31a852b5461cd87bbc04096a00204113097
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 24 08:44:59 2025 -0700

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.8 to 1.29.14 (#4230)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.8 to 1.29.14.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.8...config/v1.29.14)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-version: 1.29.14
      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>

commit 37b9d0bee15f550a7d993ed759f6579f0a7fe4e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 24 08:44:35 2025 -0700

    chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4237)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/codecov/codecov-action/compare/0565863a31f2c772f9f0395002a31e3f06189574...ad3126e916f78f00edff4ed0317cf185271ccc2d)

    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.4.2
      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>

commit e7e512a606c2dcabc1835ffbd6bc5e6fa3a35065
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 24 08:43:59 2025 -0700

    chore(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 (#4247)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.1 to 3.8.2.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](https://github.com/sigstore/cosign-installer/compare/d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a...3454372f43399081ed03b604cb2d021dabca52bb)

    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-version: 3.8.2
      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>

commit c98bc8415919d5f0b00271f7b7e13d5b701b76e8
Author: Keith Chong <[email protected]>
Date:   Wed Apr 16 11:02:00 2025 -0400

    chore(deps): bump github.com/golang-jwt/jwt to 4.5.2 (#4235) (#4236)

    Signed-off-by: Keith Chong <[email protected]>

commit d2d958d1d2a79f7ecb3eec2b6625b850f4b854c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 10 11:21:01 2025 -0500

    chore(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.1 (#4227)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.70.0 to 1.71.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](https://github.com/grpc/grpc-go/compare/v1.70.0...v1.71.1)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-version: 1.71.1
      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>

commit bd7a37c607929db7ea4ee1334910ad6fb6da2438
Author: Yusuke Abe <[email protected]>
Date:   Wed Apr 9 03:27:47 2025 +0900

    fix: follow the kustomize directory structure changes for link (#4224)

    Signed-off-by: chansuke <[email protected]>

commit 39665b087c3f8ff869a4c764a4281d46a534050b
Author: Cheng Fang <[email protected]>
Date:   Tue Apr 8 10:35:33 2025 -0400

    chore(deps): bump golangci-lang from v1.61.0 to v1.64.8 (#4213)

    Signed-off-by: Cheng Fang <[email protected]>

commit 5fe7bb8963027bbd4d26cf96ec475465c2bbf00a
Author: Joe Ton <[email protected]>
Date:   Tue Apr 8 07:15:23 2025 -0700

    chore: enrich controller startup log with namespace, ports, and insta… (#4218)

    chore: enrich controller startup log with namespace, ports, and instanceID

    Signed-off-by: Joe Ton <[email protected]>

commit bd6ec088f4ab048bf010614b099f714d5a0ee8f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 8 09:14:36 2025 -0500

    chore(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.29.0 (#4219)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.26.0 to 0.29.0.
    - [Commits](https://github.com/golang/oauth2/compare/v0.26.0...v0.29.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-version: 0.29.0
      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>

commit 2d2448941808a91b8e69212956f762912ccfab06
Author: Jesse Suen <[email protected]>
Date:   Tue Apr 8 07:13:03 2025 -0700

    fix: restarts during updates could cause downtime (#4221)

    Signed-off-by: Jesse Suen <[email protected]>

commit 3427b15786cc7fa18305f1c125a0e4a15aebac3e
Author: Salvador Montiel <[email protected]>
Date:   Mon Apr 7 10:05:33 2025 -0600

    chore: Fix Traefik name (#4217)

    Signed-off-by: Salvador Montiel <[email protected]>

commit 2583845f27ade4b89f8f520fbec9f4f1fb85f58e
Author: Dag Andersen <[email protected]>
Date:   Fri Apr 4 00:24:40 2025 +0200

    chore: Add Doubble to official USERS.md (#4214)

    docs(users): Add Doubble to official USERS.md

    Signed-off-by: Dag Andersen <[email protected]>

commit f4f7eabd6bfa8c068abe1a7b62579aafeda25a0e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 22 03:53:31 2025 +0000

    docs: Update Changelog (#4202)

    update changelog

    Co-authored-by: zachaller <[email protected]>

commit 963e4f291beb2fb260c6818a509751d745f209f2
Author: Zach Aller <[email protected]>
Date:   Fri Mar 21 14:06:41 2025 -0500

    fix: Revert "fix(controller):  rollout stuck in `Progressing`. fixes #3988" (#4201)

    Revert "fix(controller):  rollout stuck in `Progressing`. fixes #3988 (#4072)"

    This reverts commit f4289b70eb01b0098bcb99b26d452061e45d262c.

commit 38c3ff358463590028cc61d9a498101b885af702
Author: Yurii <[email protected]>
Date:   Fri Mar 21 20:58:51 2025 +0200

    fix(analysis): prevent promotion on inconclusive background run. Fixes: #3850 (#3873)

    * test: add test for background analysis with inconclusive result

    Signed-off-by: Yurii Popivniak <[email protected]>

    * fix: prevent promotion on inconclusive background run

    Signed-off-by: Yurii Popivniak <[email protected]>

    * fix: e2e test for inconclusive analysisrun

    Signed-off-by: Yurii Popivniak <[email protected]>

    ---------

    Signed-off-by: Yurii Popivniak <[email protected]>

commit 88f902cfcb0cf1302ffe96f4e022336f9bf33e9e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 20 17:16:54 2025 +0000

    docs: Update Changelog (#4199)

    * update changelog

    * Update CHANGELOG.md for version 1.8.0

    ---------

    Co-authored-by: zachaller <[email protected]>
    Co-authored-by: Zach Aller <[email protected]>

commit d49ab7eb0fba8fbfbc6baac330ede8b429eb5644
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 20 09:00:43 2025 -0500

    chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#4197)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](https://github.com/actions/setup-go/compare/v5.3.0...v5.4.0)

    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      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>

commit 5bbc3723e2a318121e361cf93f34bdf84b8ac1fc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 20 09:00:13 2025 -0500

    chore(deps): bump actions/download-artifact from 4.2.0 to 4.2.1 (#4198)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/b14cf4c92620c250e1c074ab0a5800e37df86765...95815c38cf2ff2164869cbab79da8d1f422bc89e)

    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      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>

commit 2b653644c01c7c9c27f791f2928f36d67eadb13b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 19 09:45:27 2025 -0500

    chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#4191)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](https://github.com/docker/login-action/compare/9780b0c442fbb1117ed29e0efdff1e18412f7567...74a5d142397b4f367a81961eba4e8cd7edddf772)

    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      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>

commit 88e408d95729ae7b32b18056d255dc4f07672214
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 19 09:45:11 2025 -0500

    chore(deps): bump actions/download-artifact from 4.1.9 to 4.2.0 (#4194)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.0.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/cc203385981b70ca67e1cc392babf9cc229d5806...b14cf4c92620c250e1c074ab0a5800e37df86765)

    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      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>

commit 507dc0c233e2866d4bc76d2fbcedfb31675250f2
Author: Anand Francis Joseph <[email protected]>
Date:   Sat Mar 15 19:04:33 2025 +0530

    chore(deps): Updated go version in go.mod file (#4182)

    Updated go version in go.mod file

    Signed-off-by: Anand Francis Joseph <[email protected]>

commit 659c13934f84d4eafd3e680aafea1efcc628bf07
Author: Steve Ramage <[email protected]>
Date:   Wed Mar 12 12:50:34 2025 -0700

    docs: Improve the Istio documentation and some grammar tweaks.  Fixes #4163 (#4164)

    docs: fix some typos and tweaks to istio documentation

    Signed-off-by: Steve Ramage <[email protected]>
    Co-authored-by: Steve Ramage <[email protected]>

commit 933b7b3b1ade0d02e0d4c2fbda2e2ecd369d0612
Author: Abhish2702 <[email protected]>
Date:   Mon Mar 10 22:05:33 2025 +0530

    fix: guardrail to not overload stable replicaset (#3878)

    * fix: unexpected downtime in rollouts

    Signed-off-by: Abhishek Bansal <[email protected]>

    * lint

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Abhishek Bansal <[email protected]>
    Signed-off-by: Zach Aller <[email protected]>
    Co-authored-by: Abhishek Bansal <[email protected]>
    Co-authored-by: Zach Aller <[email protected]>

commit f4289b70eb01b0098bcb99b26d452061e45d262c
Author: chengjoey <[email protected]>
Date:   Thu Mar 6 23:29:17 2025 +0800

    fix(controller):  rollout stuck in `Progressing`. fixes #3988 (#4072)

    fix rollout stuck in `Progressing`

    Signed-off-by: joey <[email protected]>

commit 37368106abc23b040ce4789a576048299ec68724
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 5 12:01:10 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.0 to 1.44.1 (#4172)

    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.44.0 to 1.44.1.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.44.0...service/iot/v1.44.1)

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

commit aa243dbba96ccf17ecb0d5b5c59be93c1b2726b3
Author: Andrii Korotkov <[email protected]>
Date:   Wed Mar 5 10:00:45 2025 -0800

    chore: Add Verkada to the list of users (#4176)

    Signed-off-by: Andrii Korotkov <[email protected]>

commit 7c0f995d8c477f3cdae629cadd0bf74ca2a2ca19
Author: Michael Crenshaw <[email protected]>
Date:   Wed Mar 5 12:33:12 2025 -0500

    chore: use internal errors util instead of pkg's (#4171)

    Signed-off-by: Michael Crenshaw <[email protected]>

commit 9e71a8708717f9ed9aa4f27351d3464f85ae2c3c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 4 08:31:17 2025 -0600

    chore(deps): bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#4152)

    chore(deps): bump slsa-framework/slsa-github-generator

    Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 2.0.0 to 2.1.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](https://github.com/slsa-framework/slsa-github-generator/compare/v2.0.0...v2.1.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>

commit 48377540eced6e4496197c0a91dc094d7268d549
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 4 08:29:58 2025 -0600

    chore(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#4167)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.9.0 to 3.10.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](https://github.com/docker/setup-buildx-action/compare/f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca...b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      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>

commit 451ea40086b29aa974827ec842c03601830554f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 4 08:29:14 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.15 to 1.44.0 (#4169)

    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.43.15 to 1.44.0.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.43.15...service/s3/v1.44.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatch
      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>

commit b69c07cdf79b682a92bc8d6ea83c7c8e6ddd3b24
Author: Yusuke Abe <[email protected]>
Date:   Tue Mar 4 07:29:01 2025 +0900

    fix(dashboard): Revert react-scripts upgrade due to performance regression. Fixes #4122 (#4166)

    fix(dashboard): revert `react-scripts`` upgrade to restore performance

    This reverts commit 2e7cf6932a0c5111967d6ba4b27716580985a34f.

    Signed-off-by: chansuke <[email protected]>

commit 2213b07592d36665bd4bdd6504b525489a9c4692
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:48:36 2025 -0600

    chore(deps): bump github.com/newrelic/newrelic-client-go/v2 from 2.53.0 to 2.54.0 (#4150)

    chore(deps): bump github.com/newrelic/newrelic-client-go/v2

    Bumps [github.com/newrelic/newrelic-client-go/v2](https://github.com/newrelic/newrelic-client-go) from 2.53.0 to 2.54.0.
    - [Release notes](https://github.com/newrelic/newrelic-client-go/releases)
    - [Changelog](https://github.com/newrelic/newrelic-client-go/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/newrelic/newrelic-client-go/compare/v2.53.0...v2.54.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/newrelic/newrelic-client-go/v2
      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>

commit e033914389b8308176a365646692d59334c9b9f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:47:26 2025 -0600

    chore(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 (#4154)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/fa0a91b85d4f404e444e00e005971372dc801d16...cc203385981b70ca67e1cc392babf9cc229d5806)

    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      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>

commit e876f43be9561313b55d44cebef3a9d19b5e867a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:47:03 2025 -0600

    chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#4157)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/codecov/codecov-action/compare/13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3...0565863a31f2c772f9f0395002a31e3f06189574)

    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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>

commit 7b9279c5ae724137de9a20af4d493923061c0114
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:46:25 2025 -0600

    chore(deps): bump docker/build-push-action from 6.14.0 to 6.15.0 (#4158)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/0adf9959216b96bec444f325f1e493d4aa344497...471d1dc4e07e5cdedd4c2171150001c434f0b7a4)

    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      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>

commit 6fbb625bdf645bac5130d5b090a4549819da990d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 15:46:05 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.8 (#4160)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.6 to 1.29.8.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.6...config/v1.29.8)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit 3cb61fa80ade841c54d50ec5600cc4a11e5d9ff5
Author: Matias Reparaz <[email protected]>
Date:   Mon Mar 3 18:45:42 2025 -0300

    docs: Update USERS.md (#4162)

    Update USERS.md

    Adding X3M ads to argo-rollouts users

    Signed-off-by: Matias Reparaz <[email protected]>

commit 444094a1ca704d5b357e509c5c2036c9a501e0f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 3 11:29:30 2025 -0600

    chore(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0 (#4165)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.4.0 to 3.6.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](https://github.com/docker/setup-qemu-action/compare/4574d27a4764455b42196d70a065bc6853246a25...29109295f81e9208d7d86ff1c6c12d2833863392)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      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>

commit 77a139861cef83cfc11aa4a6fd06eacac374afb1
Author: Jean Morais <[email protected]>
Date:   Fri Feb 21 17:18:01 2025 -0300

    fix(trafficrouting): patch VirtualService when there is only one named route (#4055)

    * fix(trafficrouting): patch VirtualService when there is only one named route

    Signed-off-by: Jean Morais <[email protected]>

    * test(trafficrouting): fix TestGetHttpRouteIndexesToPatch

    Signed-off-by: Jean Morais <[email protected]>

    ---------

    Signed-off-by: Jean Morais <[email protected]>

commit 5e6936e06fca62867cd8285d5f8429f97d8af6d7
Author: Zach Aller <[email protected]>
Date:   Fri Feb 21 13:32:01 2025 -0600

    fix!: subresource scale selector changed for traffic routed canary (#4074)

    * fix: subresouce scale selector for traffic routed canary

    Signed-off-by: Zach Aller <[email protected]>

    * fix: fix tests

    Signed-off-by: Zach Aller <[email protected]>

    * chore: fix lint

    Signed-off-by: Zach Aller <[email protected]>

    * fix: add code docs

    Signed-off-by: Zach Aller <[email protected]>

    * fix: standardize test

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit 6e43cff7b24dd467dbfae2f0ca918d4510666b4c
Author: Zach Aller <[email protected]>
Date:   Fri Feb 21 13:16:41 2025 -0600

    fix: loop when paused and completed (#4134)

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * cleanup

    Signed-off-by: Zach Aller <[email protected]>

    * add e2e tests

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * fix: loop when paused and completed

    Signed-off-by: Zach Aller <[email protected]>

    * cleanup

    Signed-off-by: Zach Aller <[email protected]>

    * add e2e tests

    Signed-off-by: Zach Aller <[email protected]>

    * add comments

    Signed-off-by: Zach Aller <[email protected]>

    * use function for completed

    Signed-off-by: Zach Aller <[email protected]>

    * remove un-used variable

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit e4e1942a0cb317807e9dba5ba83c1711dd665cef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 21 08:29:15 2025 -0600

    chore(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 (#4141)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/ca877d9245402d1537745e0e356eab47c3520991...0adf9959216b96bec444f325f1e493d4aa344497)

    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      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>

commit 494bfd909e1a307ebba84c4413c751de96ca4428
Author: Takayuki Takagi <[email protected]>
Date:   Fri Feb 21 23:23:55 2025 +0900

    fix(metricprovider): not require address in kubernetes secret for Datadog. Fixes #4103 (#4145)

    fix(metricprovider): not require address in kubernetes secret for Datadog

    Signed-off-by: Takayuki Takagi <[email protected]>

commit d35fcb5b4cd39d70d88a53cfc67e3cd7ef38ccd3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 21 07:39:46 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.14 to 1.43.15 (#4144)

    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.43.14 to 1.43.15.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.43.14...service/cloudwatch/v1.43.15)

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

commit 1672c670650cef4fac8a875b8fc9e4982008de3d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 21 07:39:28 2025 -0600

    chore(deps): bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#4146)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.0 to 3.8.1.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](https://github.com/sigstore/cosign-installer/compare/c56c2d3e59e4281cc41dea2217323ba5694b171e...d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a)

    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      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>

commit 445e1c2b7897750c019d6c235bc3002738cc5691
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Feb 19 08:33:55 2025 -0600

    chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#4135)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)

    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      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>

commit cb7c0fc7c862635277118891792a1dc57ab8ad34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Feb 19 08:33:28 2025 -0600

    chore(deps): bump github.com/aws/smithy-go from 1.22.2 to 1.22.3 (#4136)

    Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.22.2 to 1.22.3.
    - [Release notes](https://github.com/aws/smithy-go/releases)
    - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/aws/smithy-go/compare/v1.22.2...v1.22.3)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/smithy-go
      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>

commit 76b3898c0418aa190462b2b67410376cab7ed50f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 14 10:09:37 2025 -0600

    chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 (#4132)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.10.0 to 0.11.0.
    - [Commits](https://github.com/golang/sync/compare/v0.10.0...v0.11.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      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>

commit a748f05fdef48669f4b7acc8e5c1ff2fae1d1d72
Author: mitchell amihod <[email protected]>
Date:   Fri Feb 14 11:09:09 2025 -0500

    fix(experiments): fire rollout event on experiment step (#4124)

    * chore: ignore all debug_bin*

    Signed-off-by: mitchell amihod <[email protected]>

    * feat(experiments): Add a utility to check if an experiment belongs to a Rollout. We can then identify when an experiment is a Step in a Rollout.

    Signed-off-by: mitchell amihod <[email protected]>

    * chore: typo

    Signed-off-by: mitchell amihod <[email protected]>

    * feat(experiments): Fire k8s Event bound to the Rollout when it owns the Experiment

    Addresses #4009. This change will fire Analysis Run events bound to the parent Rollout object when the Experiment is a Step in the Rollout.

    Signed-off-by: mitchell amihod <[email protected]>

    * Loop through ownerReferences to find the rollout reference.

    If we pass belongs to rollout check, we know there is a rollout to find.

    Signed-off-by: mitchell amihod <[email protected]>

    * Tighten things up - don't need a bool - fetch the ref or nil

    Signed-off-by: mitchell amihod <[email protected]>

    ---------

    Signed-off-by: mitchell amihod <[email protected]>

commit d8994c0b1973e76a5920e8b039ef35669240643f
Author: Jordan Rodgers <[email protected]>
Date:   Thu Feb 13 08:21:32 2025 -0800

    feat: reconcile pod ephemeral metadata in parallel (#4130)

    * perf: reconcile pod ephemeral metadata in parallel

    Signed-off-by: Jordan Rodgers <[email protected]>

    * update tests for multiple pods

    Signed-off-by: Jordan Rodgers <[email protected]>

    ---------

    Signed-off-by: Jordan Rodgers <[email protected]>

commit a312e280214caba75edd9d3bb29274cd401c27fc
Author: Zach Aller <[email protected]>
Date:   Tue Feb 11 21:44:28 2025 -0600

    fix: nil pointer on logging (#4127)

    Signed-off-by: Zach Aller <[email protected]>

commit 44eee2ec3b4bde45d63b339ecca0370c1d9ff94b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 7 14:46:07 2025 +0000

    chore(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (#4120)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](https://github.com/docker/setup-qemu-action/compare/53851d14592bedcffcf25ea515637cff71ef929a...4574d27a4764455b42196d70a065bc6853246a25)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      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>

commit a9e10fb73ed0546344fbd19d26b319d76217d292
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 7 08:21:27 2025 -0600

    chore(deps): bump github.com/newrelic/newrelic-client-go/v2 from 2.52.0 to 2.53.0 (#4102)

    chore(deps): bump github.com/newrelic/newrelic-client-go/v2

    Bumps [github.com/newrelic/newrelic-client-go/v2](https://github.com/newrelic/newrelic-client-go) from 2.52.0 to 2.53.0.
    - [Release notes](https://github.com/newrelic/newrelic-client-go/releases)
    - [Changelog](https://github.com/newrelic/newrelic-client-go/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/newrelic/newrelic-client-go/compare/v2.52.0...v2.53.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/newrelic/newrelic-client-go/v2
      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>

commit 420aacb133d21b88e9f85baa6ab8f2e5cbca588f
Author: ayureidini <[email protected]>
Date:   Fri Feb 7 15:20:59 2025 +0100

    fix(experiments): propagate rolouts labels to experiments and replicasets (#4118)

    fix(experiments): propagate rolouts labels to experiments and replica sets

    Enhancement ticket: https://github.com/argoproj/argo-rollouts/issues/4113
    This can be useful for complying to Tagging Policy imposed at cluster level
    since there is no mechanism to add custom labels to Experiments and their
    associated ReplicaSets.
    Indeed, this could enable automatic reporting but also give required information
    for investigation.

    Signed-off-by: Ahmed YUREIDINI NOGALES <[email protected]>
    Co-authored-by: Ahmed YUREIDINI NOGALES <[email protected]>

commit cbf36efaf8a8e9908de13fd46ac9bbf6b36a5387
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 7 08:17:40 2025 -0600

    chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#4119)

    Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5.

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      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>

commit c8f165c1caaeb76683ee46740851c900704d4cca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 7 08:15:41 2025 -0600

    chore(deps): bump docker/setup-buildx-action from 3.8.0 to 3.9.0 (#4121)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.8.0 to 3.9.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](https://github.com/docker/setup-buildx-action/compare/6524bf65af31da8d45b59e8c27de4bd072b392f5...f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca)

    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      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>

commit 70a946d56e092ce179ea9274fdad23f7e1360c34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 6 22:58:07 2025 +0000

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.12 to 1.43.14 (#4115)

    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.43.12 to 1.43.14.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.43.12...service/cloudwatch/v1.43.14)

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

commit 1d47a97cd379fb861b0c5b844aff21d04fa98921
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 6 16:18:07 2025 -0600

    chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 (#4108)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0.
    - [Commits](https://github.com/golang/oauth2/compare/v0.25.0...v0.26.0)

    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      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>

commit fa17918a9e78677895f661cfb03c7a641a29e115
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 6 16:17:15 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.4 to 1.29.6 (#4116)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.4 to 1.29.6.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.4...config/v1.29.6)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit c3407844ca4e7fb2011b6e5f0b1c5e4ce72f2a3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 6 16:16:58 2025 -0600

    chore(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.0 (#4105)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.7.0 to 3.8.0.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](https://github.com/sigstore/cosign-installer/compare/dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da...c56c2d3e59e4281cc41dea2217323ba5694b171e)

    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      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>

commit ea914af830e8585c177cbbab85da1afe572a906d
Author: Zach Aller <[email protected]>
Date:   Thu Feb 6 16:15:47 2025 -0600

    fix: redo PR 3639 (#4114)

    Signed-off-by: Zach Aller <[email protected]>

commit 6761843977c5b220afcd703f3b93cd8a8b675f83
Author: Gonçalo Montalvão Marques <[email protected]>
Date:   Wed Feb 5 16:34:28 2025 +0000

    docs: fix markdown rendering (#4109)

    Signed-off-by: Gonçalo Montalvão Marques <[email protected]>

commit f829ae798459cd79e8aca97cb93597aac53e396d
Author: Jordan Rodgers <[email protected]>
Date:   Mon Feb 3 18:18:56 2025 -0800

    fix: check ephemeral metadata is set before delete (#4089)

    * fix: check ephemeral metadata is set before delete

    Signed-off-by: Jordan Rodgers <[email protected]>

    * add test case

    Signed-off-by: Jordan Rodgers <[email protected]>

    * address test comments

    Signed-off-by: Jordan Rodgers <[email protected]>

    ---------

    Signed-off-by: Jordan Rodgers <[email protected]>

commit db8e065044e251d3cd4e49fa8c2a41a55fab2748
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 3 17:07:37 2025 +0000

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.3 to 1.29.4 (#4098)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.3 to 1.29.4.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.3...config/v1.29.4)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit 42117f9af422b41c8bfedac2f17fc5e214c8174e
Author: Ville Vesilehto <[email protected]>
Date:   Mon Feb 3 18:16:38 2025 +0200

    fix: correct typo in linter settings key name (#4094)

    The linter settings key was incorrectly named "linter-settings" instead of
    "linters-settings", preventing proper parsing of goimports configuration.
    This fixes the local-prefixes setting for import organization.

    All affected files have been automatically reformatted to comply with the
    now-active goimports rules for import ordering and grouping.

    Signed-off-by: Ville Vesilehto <[email protected]>

commit 7695f8a8deb446e06cea14fb11ff4201bbad43e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 3 10:12:22 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.11 to 1.43.12 (#4099)

    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.43.11 to 1.43.12.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/cloudwatch/v1.43.11...service/cloudwatch/v1.43.12)

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

commit 4ecce02e70c35a66993dd299f570fedc0cd730de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 3 10:12:03 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.35.0 to 1.36.0 (#4100)

    Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.35.0 to 1.36.0.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.35.0...v1.36.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      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>

commit 4580c2d1e213a049e1031e856a1b8742658f65ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 31 17:58:17 2025 +0000

    chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.10 to 1.43.11 (#4091)

    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.43.10 to 1.43.11.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/fsx/v1.43.10...service/cloudwatch/v1.43.11)

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

commit 73fda6637191d57df3752fa6f88b85d2cca4e82e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 31 11:13:01 2025 -0600

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.2 to 1.29.3 (#4092)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.2 to 1.29.3.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.2...config/v1.29.3)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit 38ed49959b47879765b4144e3911b9ed5a8f44d4
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Jan 31 15:39:08 2025 +0000

    docs: Update Changelog (#4088)

    * update changelog

    * Update CHANGELOG.md formatting

    ---------

    Co-authored-by: zachaller <[email protected]>
    Co-authored-by: Zach Aller <[email protected]>

commit 4f5d93bbe676299c6c4668ede5756736caccb0dc
Author: Zach Aller <[email protected]>
Date:   Thu Jan 30 10:07:11 2025 -0600

    fix!: make `.spec.selector` immutable (#4084)

    * fix: make selector immutable

    Signed-off-by: Zach Aller <[email protected]>

    * fix: make selector immutable

    Signed-off-by: Zach Aller <[email protected]>

    * fix: make selector optional for workloadRef

    Signed-off-by: Zach Aller <[email protected]>

    ---------

    Signed-off-by: Zach Aller <[email protected]>

commit 723e81ca69db1ad6fe1ca26e86587a8eaef4085a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 30 09:52:51 2025 -0600

    chore(deps): bump github.com/evanphx/json-patch/v5 from 5.9.10 to 5.9.11 (#4085)

    Bumps [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) from 5.9.10 to 5.9.11.
    - [Release notes](https://github.com/evanphx/json-patch/releases)
    - [Commits](https://github.com/evanphx/json-patch/compare/v5.9.10...v5.9.11)

    ---
    updated-dependencies:
    - dependency-name: github.com/evanphx/json-patch/v5
      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>

commit 236f878447d4927d87387b0f95328f2b747e326d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 30 09:52:29 2025 -0600

    chore(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 (#4086)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.69.4 to 1.70.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](https://github.com/grpc/grpc-go/compare/v1.69.4...v1.70.0)

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>

commit dfa0eaef7c696aad064957f76e39c304f37d65b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:44:33 2025 -0600

    chore(deps): bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.10 (#4080)

    Bumps [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) from 5.9.0 to 5.9.10.
    - [Release notes](https://github.com/evanphx/json-patch/releases)
    - [Commits](https://github.com/evanphx/json-patch/compare/v5.9.0...v5.9.10)

    ---
    updated-dependencies:
    - dependency-name: github.com/evanphx/json-patch/v5
      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>

commit 78682686b9d83a8c6b75ca36305bff8345fe98f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:44:08 2025 -0600

    chore(deps): bump github.com/hashicorp/go-plugin from 1.6.2 to 1.6.3 (#4081)

    Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.6.2 to 1.6.3.
    - [Release notes](https://github.com/hashicorp/go-plugin/releases)
    - [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/go-plugin/compare/v1.6.2...v1.6.3)

    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-plugin
      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>

commit c25954dccffe5ba3bc3202ef9a6525aa05de9d73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:43:46 2025 -0600

    chore(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#4082)

    Bumps google.golang.org/protobuf from 1.36.3 to 1.36.4.

    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      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>

commit f237af07bea39baaa17261a9017128ca90fb0955
Author: Kostis (Codefresh) <[email protected]>
Date:   Tue Jan 28 16:43:22 2025 +0200

    chore: security fix https://nvd.nist.gov/vuln/detail/CVE-2023-46402 (#4083)

    * chore: security fix https://nvd.nist.gov/vuln/detail/CVE-2023-46402

    Signed-off-by: Kostis Kapelonis <[email protected]>

    * docs: GitHub notification reference

    Signed-off-by: Kostis (Codefresh) <[email protected]>

    ---------

    Signed-off-by: Kostis Kapelonis <[email protected]>
    Signed-off-by: Kostis (Codefresh) <[email protected]>

commit b101632af048e2dfb07c3980f9e30316cdccdf67
Author: chengjoey <[email protected]>
Date:   Tue Jan 28 06:49:42 2025 +0800

    chore(deps): fix go list -m all show `unknown revision v0.0.0` (#4071)

    fix go list -m all show `unknown revision v0.0.0`

    Signed-off-by: joey <[email protected]>

commit b6a9bec2923a9b429848120e15ad0c0521f4fc25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 17:18:11 2025 +0000

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.0 to 1.29.2 (#4077)

    chore(deps): bump github.com/aws/aws-sdk-go-v2/config

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.0 to 1.29.2.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.29.0...config/v1.29.2)

    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      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>

commit e225d88da867375c813d3570e60d0c07cea73c29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 17:03:19 2025 +0000

    chore(deps): bump docker/build-push-action from 6.12.0 to 6.13.0 (#4076)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/67a2d409c0a876cbe6b11854e3e25193efe4e62d...ca877d9245402d1537745e0e356eab47c3520991)
…
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