github argoproj/argo-cd v3.1.0-rc1

latest releases: v3.0.16, v3.1.4, stable...
pre-release2 months ago

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.0-rc1/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.0-rc1/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Features

Bug fixes

Documentation

  • c11b36d: docs(cli): improve argocd actions run docs (#23376) (@crenshaw-dev)
  • 02185d7: docs(server): no resource health when using the list api (#22954) (@rumstead)
  • e4a8c9e: docs(users): Add DigitalEd to official USERS.md (#22624) (@de-slalonde)
  • 0f7da63: docs(users): Add Doubble to official USERS.md (#22557) (@dag-andersen)
  • 31e8ff8: docs(users): Update USERS.md - adding Paystack (#22925) (@ibrahimlawal-paystack)
  • 0455e84: docs(users): Update USERS.md - adding Schneider Electric (#22907) (@kylash-mr)
  • e691ee3: docs: improved applicationset doc when deployed using helm. addresses #23155 (#23256) (@EricFortin)
  • bf488cc: docs: Add RequeueAfterSeconds documentation for git generator (#22890) (@raweber42)
  • e55840a: docs: Add Wakacje.pl to USERS.md (#22534) (@Jagermaist3r)
  • b3e72ac: docs: Add replace syncOption in application.yaml (#23274) (@ragul-engg)
  • 2e1e316: docs: Add docs for local chain e2e tests run (#23319) (@reggie-k)
  • 98faf39: docs: Add note about needing to restart the controller when excluding child resources (#22362) (@amit-o)
  • 6aa5f84: docs: Added Swissblock Technologies to USERS.md (#23010) (@bygui86)
  • 9df2fd9: docs: Added eSave to USERS.md (#23258) (@bryanme5)
  • 4d0d807: docs: Adds chronicle-labs to users (#22635) (@WesleyCharlesBlake)
  • f43523a: docs: Bulk typo fix (#23144) (@codesenju)
  • 127293d: docs: Clarify Google Directory API scope requirements in documentation (#23386) (@BobDu)
  • 0c20652: docs: Correct project role RBAC wording in projects.md [Minor] (#22922) (@gekart)
  • 2fc05c5: docs: Docs usage fix (#23450) (@tstirrat15)
  • 569f5d4: docs: Document GitHub App credentials GitHub Enterprise Base URL when creating repository (#22389) (#22433) (@dkarpele)
  • 9849d27: docs: Explain repo definition for source hydrators (#23454) (@barata)
  • 4b86629: docs: Fix formatting in the "high-availability" documentation page (#23235) (@multani)
  • fc3c929: docs: Fix notice blocks in reconcile.md (#23277) (@HarHarLinks)
  • 80a194a: docs: Fix section nesting in webhook.md (#23278) (@HarHarLinks)
  • f550dc0: docs: Fix typo in releasing.md (#23027) (@uta8a)
  • e89e054: docs: Fix typos (#23259) (@HarHarLinks)
  • 44294a5: docs: Fixed link to argocd-cm.yaml [minor] (#22923) (@gekart)
  • aa7f572: docs: Helm values can't be used as soon as valuesObject is used (#22807) (@revitalbarletz)
  • 8401dce: docs: Removed IgnoreExtraneous since it is now in the new compare-options doc (#22632) (@christianh814)
  • 27ae11a: docs: Style and formatting fixes in the developer guide (#22677) (@olivergondza)
  • f54238b: docs: Style and formatting improvements to User Guide (#22622) (@olivergondza)
  • 463155b: docs: Update 2.14-3.0.md (#23314) (@saptadip)
  • 4aea93b: docs: Update Appset-Any-Namespace.md - removed extra 'and' for clarity (#22767) (@revitalbarletz)
  • a7dce39: docs: Update sync-waves.md to include more details about phases and waves (#22768) (@revitalbarletz)
  • 4b6566a: docs: add a precise description on helm chart prerelease version comparison. Fixes #21818 (#22724) (@sspreitzer)
  • 5cd1ef9: docs: add external IP LoadBalancer Step (#22851) (@hrittikhere)
  • 3d73f37: docs: add missing URL configuration for Google Groups SSO with Dex (#22197) (@vamsikrishna9640)
  • d9e93f4: docs: add more release dates (#23113) (@crenshaw-dev)
  • 66d7f1b: docs: add notifications examples section (#22032) (@Aaron-9900)
  • 5dba064: docs: clean up ci_automation.md for correctness and clarity (#23329) (@J3m3)
  • 0e80034: docs: detailed valid states for pullRequestState (#21873) (@kthoms)
  • 7ee59d0: docs: document syncPolicy.automated.enable field (#23332) (@crenshaw-dev)
  • 81f3843: docs: fix a typo in config-management-plugins.md (#23172) (@Chupaka)
  • ff7870d: docs: fix jsonpath in 2.14-3.0 upgrade doc (#23045) (@cyrilgdn)
  • e0b278f: docs: mention about requirement for go template when using template patch (#22950) (@nitishfy)
  • 0864318: docs: multiple resources should set a relative path in the valueFiles (#22745) (@revitalbarletz)
  • ab337ed: docs: promote proxy extensions to beta (#22361) (@reggie-k)
  • 0893d73: docs: regroup generators reference fixes #23439 (#23440) (@EricFortin)
  • ba9ad75: docs: remove argocd installation redundant steps for Mac users (#22705) (@afzal442)
  • e97114c: docs: remove links to code (#22680) (@crenshaw-dev)
  • 899e996: docs: remove projects as an allowed resource type from project level policy declarations documentation (#23036) (@hubwoop)
  • 43ce828: docs: spelling, formatting, etc updates (#23306) (@HarHarLinks)
  • 0b7d7df: docs: update USERS.md to include Artemis Health (#22895) (@asela-nomihealth)
  • 06dd876: docs: update apps/appsets in any namespace flags documentation (#22480) (@nitishfy)
  • ae6e359: docs: update the defaultAppResyncPeriodJitter value to 60 (#23251) (@revitalbarletz)

Dependency updates

  • 6d63683: chore(deps): Update some dependencies versions (#22228) (#22260) (@andrii-korotkov-verkada)
  • e22cd46: chore(deps): bump @babel/runtime from 7.14.6 to 7.26.10 in /ui (#22304) (@dependabot[bot])
  • d2d344b: chore(deps): bump @fortawesome/fontawesome-free from 6.5.2 to 6.7.2 in /ui (#23105) (@dependabot[bot])
  • 198aa8a: chore(deps): bump Dex from 2.41.1 to 2.43.0 (#23088) (@crenshaw-dev)
  • ad6f0af: chore(deps): bump SonarSource/sonarqube-scan-action from 4.2.1 to 5.2.0 (#23164) (@dependabot[bot])
  • 2ed3ebe: chore(deps): bump actions/cache from 4.2.0 to 4.2.3 (#23123) (@dependabot[bot])
  • c638852: chore(deps): bump actions/download-artifact from 4.1.8 to 4.3.0 (#23153) (@dependabot[bot])
  • 1d44046: chore(deps): bump actions/setup-go from 5.2.0 to 5.5.0 (#23151) (@dependabot[bot])
  • 22c11ce: chore(deps): bump actions/setup-node from 4.1.0 to 4.4.0 (#23108) (@dependabot[bot])
  • f9971fa: chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#21231) (@dependabot[bot])
  • 73495d0: chore(deps): bump chromedriver from 134.0.2 to 135.0.0 in /ui-test (#22555) (@dependabot[bot])
  • a1fd1ba: chore(deps): bump chromedriver from 135.0.0 to 135.0.1 in /ui-test (#22628) (@dependabot[bot])
  • 23f6822: chore(deps): bump chromedriver from 135.0.1 to 135.0.2 in /ui-test (#22704) (@dependabot[bot])
  • 0ad3a2c: chore(deps): bump chromedriver from 135.0.2 to 135.0.3 in /ui-test (#22774) (@dependabot[bot])
  • 5500a37: chore(deps): bump chromedriver from 135.0.3 to 135.0.4 in /ui-test (#22787) (@dependabot[bot])
  • 08d52f3: chore(deps): bump chromedriver from 135.0.4 to 136.0.0 in /ui-test (#22839) (@dependabot[bot])
  • 2078f40: chore(deps): bump chromedriver from 136.0.0 to 136.0.2 in /ui-test (#22987) (@dependabot[bot])
  • bc00d08: chore(deps): bump code.gitea.io/sdk/gitea from 0.20.0 to 0.21.0 (#22565) (@dependabot[bot])
  • 4febded: chore(deps): bump codecov/codecov-action from 4.6.0 to 5.1.2 (#21252) (@dependabot[bot])
  • cefb622: chore(deps): bump codecov/test-results-action from 1.0.1 to 1.1.1 (#23124) (@dependabot[bot])
  • 6c1cfed: chore(deps): bump controller-gen to v0.18.0 (#23000) (@crenshaw-dev)
  • bdcc705: chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (#22903) (@dependabot[bot])
  • 81c17cb: chore(deps): bump docker/build-push-action from 6.10.0 to 6.17.0 (#23122) (@dependabot[bot])
  • 8ad0e22: chore(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 (#23179) (@dependabot[bot])
  • fe52b4d: chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#23110) (@dependabot[bot])
  • d4ebcc0: chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 (#23442) (@dependabot[bot])
  • e986370: chore(deps): bump docker/setup-buildx-action from 3.8.0 to 3.10.0 (#23152) (@dependabot[bot])
  • 6dc0319: chore(deps): bump docker/setup-qemu-action from 3.2.0 to 3.6.0 (#23120) (@dependabot[bot])
  • ff9e40e: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.17.0 to 1.17.1 (#22429) (@dependabot[bot])
  • d016dbe: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.17.1 to 1.18.0 (#22564) (@dependabot[bot])
  • 046b9e7: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1 (#23350) (@dependabot[bot])
  • c8c74b5: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.2 to 1.9.0 (#22614) (@dependabot[bot])
  • 41e7b26: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0 (#22990) (@dependabot[bot])
  • 9f37d43: chore(deps): bump github.com/Azure/kubelogin from 0.1.9 to 0.2.3 (#22401) (@dependabot[bot])
  • 545b267: chore(deps): bump github.com/Azure/kubelogin from 0.2.3 to 0.2.6 (#22419) (@dependabot[bot])
  • fe8083a: chore(deps): bump github.com/Azure/kubelogin from 0.2.6 to 0.2.7 (#22453) (@dependabot[bot])
  • af3a37b: chore(deps): bump github.com/Azure/kubelogin from 0.2.7 to 0.2.8 (#22813) (@dependabot[bot])
  • 9050798: chore(deps): bump github.com/alicebob/miniredis/v2 from 2.34.0 to 2.35.0 (#23271) (@dependabot[bot])
  • 2d2efdc: chore(deps): bump github.com/argoproj/pkg to v2.0.1 (#22516) (@crenshaw-dev)
  • 0be041a: chore(deps): bump github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7 (#22761) (@dependabot[bot])
  • 8c2fc74: chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.14.0 to 2.15.0 (#22685) (@dependabot[bot])
  • b39ca15: chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.15.0 to 2.16.0 (#23221) (@dependabot[bot])
  • a2e99a0: chore(deps): bump github.com/casbin/casbin/v2 from 2.103.0 to 2.104.0 (#22388) (@dependabot[bot])
  • 713f947: chore(deps): bump github.com/casbin/casbin/v2 from 2.104.0 to 2.105.0 (#22732) (@dependabot[bot])
  • 8679549: chore(deps): bump github.com/casbin/casbin/v2 from 2.105.0 to 2.106.0 (#23247) (@dependabot[bot])
  • 2093179: chore(deps): bump github.com/casbin/casbin/v2 from 2.106.0 to 2.107.0 (#23322) (@dependabot[bot])
  • fff55f2: chore(deps): bump github.com/casbin/govaluate from 1.3.0 to 1.6.0 (#23074) (@dependabot[bot])
  • bd5e6af: chore(deps): bump github.com/coreos/go-oidc/v3 from 3.13.0 to 3.14.1 (#22566) (@dependabot[bot])
  • 065e298: chore(deps): bump github.com/expr-lang/expr from 1.16.9 to 1.17.0 (#22364) (@dependabot[bot])
  • 08f34b4: chore(deps): bump github.com/expr-lang/expr from 1.17.0 to 1.17.1 (#22400) (@dependabot[bot])
  • a1f90b5: chore(deps): bump github.com/expr-lang/expr from 1.17.1 to 1.17.2 (#22477) (@dependabot[bot])
  • 32eaea7: chore(deps): bump github.com/expr-lang/expr from 1.17.2 to 1.17.3 (#22989) (@dependabot[bot])
  • ee3752d: chore(deps): bump github.com/expr-lang/expr from 1.17.3 to 1.17.4 (#23175) (@dependabot[bot])
  • 7246c02: chore(deps): bump github.com/expr-lang/expr from 1.17.4 to 1.17.5 (#23248) (@dependabot[bot])
  • 54d7dbf: chore(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#22577) (@dependabot[bot])
  • 6ce6976: chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.0 (#22684) (@dependabot[bot])
  • 23ab5fc: chore(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 (#23270) (@dependabot[bot])
  • dbd8009: chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2 (#23341) (@dependabot[bot])
  • 93a8014: chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.0 (#22598) (@dependabot[bot])
  • b8051c6: chore(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 (#23194) (@dependabot[bot])
  • 9c17758: chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#22442) (@dependabot[bot])
  • 881448e: chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#22441) (@dependabot[bot])
  • f8b5b0b: chore(deps): bump github.com/google/go-jsonnet from 0.21.0-rc1.0.20250311032901-bc787d68ca30 to 0.21.0-rc2 (#22454) (@dependabot[bot])
  • d0afa89: chore(deps): bump github.com/google/go-jsonnet from 0.21.0-rc2 to 0.21.0 (#22902) (@dependabot[bot])
  • fb0a898: chore(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus from 1.0.1 to 1.1.0 (#23441) (@dependabot[bot])
  • f6861aa: chore(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.3.1 to 2.3.2 (#22868) (@dependabot[bot])
  • bc73ff9: chore(deps): bump github.com/jarcoal/httpmock from 1.3.1 to 1.4.0 (#22576) (@dependabot[bot])
  • 0e17da4: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.81 to 0.9.82 (#22543) (@dependabot[bot])
  • 3a529f3: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.82 to 0.9.83 (#22762) (@dependabot[bot])
  • 9a738b2: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.83 to 0.9.85 (#22866) (@dependabot[bot])
  • 0a8a7e2: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.85 to 0.9.86 (#23349) (@dependabot[bot])
  • 30ede8a: chore(deps): bump github.com/olekukonko/tablewriter from 0.0.6-0.20230925090304-df64c4bbad77 to 1.0.6 (#23030) (@dependabot[bot])
  • 7735b74: chore(deps): bump github.com/olekukonko/tablewriter from 1.0.6 to 1.0.7 (#23174) (@dependabot[bot])
  • 127eef9: chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#22615) (@dependabot[bot])
  • 5e1d2b9: chore(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 (#22654) (@dependabot[bot])
  • a916289: chore(deps): bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 (#22425) (@dependabot[bot])
  • a823e12: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.116.0 to 0.129.0 (#23098) (@dependabot[bot])
  • c7a0fa3: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.129.0 to 0.130.1 (#23365) (@dependabot[bot])
  • 765d2d3: chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.59.0 to 0.60.0 (#22214) (@dependabot[bot])
  • 6fb4cb5: chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.32.0 to 1.35.0 (#22215) (@dependabot[bot])
  • d69f37b: chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.35.0 to 1.36.0 (#23096) (@dependabot[bot])
  • 2ed31a7: chore(deps): bump go.opentelemetry.io/otel/sdk from 1.34.0 to 1.35.0 (#22210) (@dependabot[bot])
  • d0d53d3: chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#22509) (@dependabot[bot])
  • fc147e3: chore(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#22599) (@dependabot[bot])
  • 73c9760: chore(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 (#22874) (@dependabot[bot])
  • d9b102b: chore(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (#23289) (@dependabot[bot])
  • 17337de: chore(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#22580) (@dependabot[bot])
  • c37be21: chore(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#22871) (@dependabot[bot])
  • 41a4cd3: chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 (#23290) (@dependabot[bot])
  • 410a0a5: chore(deps): bump golang.org/x/term from 0.31.0 to 0.32.0 (#22873) (@dependabot[bot])
  • ee45d0f: chore(deps): bump golang.org/x/time from 0.11.0 to 0.12.0 (#23288) (@dependabot[bot])
  • 5831c94: chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 8.0.0 (#23111) (@dependabot[bot])
  • fa02355: chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 (#22542) (@dependabot[bot])
  • ca431dc: chore(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 (#22742) (@dependabot[bot])
  • 570b342: chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#22988) (@dependabot[bot])
  • 2f0bde6: chore(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 (#23161) (@dependabot[bot])
  • 47326bd: chore(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0 (#23292) (@dependabot[bot])
  • c943ad2: chore(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#22478) (@dependabot[bot])
  • a501240: chore(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.3.0 (#23163) (@dependabot[bot])
  • 89d1ff9: chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /ui (#22698) (@dependabot[bot])
  • 1ff739d: chore(deps): bump library/busybox from 3308bdf to f64ff79 in /test/e2e/multiarch-container (#23145) (@dependabot[bot])
  • df9ea61: chore(deps): bump library/busybox from 37f7b37 to 3308bdf in /test/e2e/multiarch-container (#23119) (@dependabot[bot])
  • 92589de: chore(deps): bump library/busybox from sha256:498a000f370d8c37927118ed80afe8adc38d1edcbfc071627d17b25c88efcab0 to sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f in /test/e2e/multiarch-container (#22703) (@dependabot[bot])
  • f7b5bef: chore(deps): bump library/golang from 1.24.1 to 1.24.2 in /test/container (#22597) (@dependabot[bot])
  • 3a49fc8: chore(deps): bump library/golang from 1.24.1 to 1.24.2 in /test/remote (#22581) (@dependabot[bot])
  • ef07bbd: chore(deps): bump library/golang from 1.24.2 to 1.24.3 in /test/remote (#22905) (@dependabot[bot])
  • 0480964: chore(deps): bump library/golang from 1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d to sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 in /test/container (#22729) (@dependabot[bot])
  • 8cc091c: chore(deps): bump library/golang from 18a1f2d to 1ecc479 in /test/container (#22637) (@dependabot[bot])
  • 923edea: chore(deps): bump library/golang from 18a1f2d to 1ecc479 in /test/remote (#22636) (@dependabot[bot])
  • b9cf44b: chore(deps): bump library/golang from 1bcf884 to e84f2e8 in /test/remote (#23106) (@dependabot[bot])
  • a5626a3: chore(deps): bump library/golang from 1ecc479 to d9db321 in /test/remote (#22790) (@dependabot[bot])
  • b63bf8f: chore(deps): bump library/golang from 39d9e7d to 86b4cff in /test/remote (#22985) (@dependabot[bot])
  • 5290de3: chore(deps): bump library/golang from 4c0a181 to 81bf592 in /test/remote (#23220) (@dependabot[bot])
  • 9d93eb2: chore(deps): bump library/golang from 8131d99 to 30baaea in /test/container (#22840) (@dependabot[bot])
  • 9183506: chore(deps): bump library/golang from 86b4cff to 1bcf884 in /test/remote (#23094) (@dependabot[bot])
  • 4e2d2d3: chore(deps): bump library/golang from 991aa6a to c0b66cf in /test/container (#22613) (@dependabot[bot])
  • 81dda34: chore(deps): bump library/golang from 991aa6a to c0b66cf in /test/remote (#22618) (@dependabot[bot])
  • e292cc4: chore(deps): bump library/golang from c0b66cf to 18a1f2d in /test/container (#22626) (@dependabot[bot])
  • e4d7103: chore(deps): bump library/golang from c0b66cf to 18a1f2d in /test/remote (#22627) (@dependabot[bot])
  • 7a2242a: chore(deps): bump library/golang from c5adecd to 8678013 in /test/remote (#22327) (@dependabot[bot])
  • 274bdcc: chore(deps): bump library/golang from d9db321 to 8131d99 in /test/container (#22820) (@dependabot[bot])
  • f31807d: chore(deps): bump library/golang from d9db321 to 8131d99 in /test/remote (#22818) (@dependabot[bot])
  • 234c73a: chore(deps): bump library/golang from e84f2e8 to 4c0a181 in /test/remote (#23209) (@dependabot[bot])
  • 89f006a: chore(deps): bump library/redis from 7.4.2 to 7.4.3 in /test/container (#22789) (@dependabot[bot])
  • b85fec6: chore(deps): bump library/redis from 7.4.2@sha256:ca65ea36ae16e709b0f1c7534bc7e5b5ac2e5bb3c97236e4fec00e3625eb678d to sha256:fbdbaea47b9ae4ecc2082ecdb4e1cea81e32176ffb1dcf643d422ad07427e5d9 in /test/container (#22702) (@dependabot[bot])
  • 8d8ca44: chore(deps): bump library/redis from 8bc6664 to d000041 in /test/container (#22821) (@dependabot[bot])
  • 7d81d1a: chore(deps): bump library/redis from d000041 to 7df1eef in /test/container (#22841) (@dependabot[bot])
  • a85a760: chore(deps): bump library/registry from 2.8 to 3.0 in /test/container (#22575) (@dependabot[bot])
  • 86fa92d: chore(deps): bump library/ubuntu from 24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab to sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02 in /test/container (#22716) (@dependabot[bot])
  • 59b9ffa: chore(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 (#22912) (@dependabot[bot])
  • 10abed7: chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#23149) (@dependabot[bot])
  • fb40acd: chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#23217) (@dependabot[bot])
  • 4a41a86: chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.8 (#23107) (@dependabot[bot])
  • e131d27: chore(deps): bump prismjs from 1.27.0 to 1.30.0 in /ui (#22296) (@dependabot[bot])
  • 528f6ad: chore(deps): bump selenium-webdriver from 4.29.0 to 4.30.0 in /ui-test (#22451) (@dependabot[bot])
  • c5f7898: chore(deps): bump selenium-webdriver from 4.30.0 to 4.31.0 in /ui-test (#22574) (@dependabot[bot])
  • 11736ab: chore(deps): bump selenium-webdriver from 4.31.0 to 4.32.0 in /ui-test (#22867) (@dependabot[bot])
  • 8c23cbd: chore(deps): bump selenium-webdriver from 4.32.0 to 4.33.0 in /ui-test (#23147) (@dependabot[bot])
  • 146a779: chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.4 (#22959) (@dependabot[bot])
  • f6e15d2: chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.6.0 to 4.7.0 (#22653) (@dependabot[bot])
  • dbdc6ea: chore(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.2 (#23109) (@dependabot[bot])
  • a671cc9: chore(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.0 (#23467) (@dependabot[bot])
  • a2ff605: chore(deps): bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#23166) (@dependabot[bot])
  • 45f12f2: chore(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2 (#23150) (@dependabot[bot])
  • 7496ede: chore(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.0 (#23340) (@dependabot[bot])
  • ee92cf5: chore(deps): bump softprops/action-gh-release from 2.3.0 to 2.3.2 (#23351) (@dependabot[bot])
  • 57b039f: chore(deps): bump style-loader to v1 (#23091) (@crenshaw-dev)
  • 3de278e: chore(deps): bump tj-actions/changed-files from 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 to c6634ca281a9fc05b03bee224ba00910cb78ab6e (#23165) (@dependabot[bot])
  • f138b35: chore(deps): bump tj-actions/changed-files from bab30c2299617f6615ec02a68b9a40d10bd21366 to 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 (#23121) (@dependabot[bot])
  • 362dc66: chore(deps): update dependency gotestyourself/gotestsum to v1.12.2 (#22875) (@renovate[bot])
  • 01e8bd1: chore(deps): update dependency markdown to v3.8 (#22642) (@renovate[bot])
  • bee2362: chore(deps): update dependency markdown to v3.8.1 (#23480) (@renovate[bot])
  • 1cd3ac5: chore(deps): update dependency pymdown-extensions to v10.15 (#22811) (@renovate[bot])
  • 2a50dcb: chore(deps): update module github.com/golangci/golangci-lint to v1.64.8 (#22384) (@renovate[bot])
  • faf0073: chore(deps): update module github.com/golangci/golangci-lint to v2.1.1 (#22458) (@renovate[bot])
  • 88ecbe2: chore(deps): update module github.com/golangci/golangci-lint to v2.1.2 (#22675) (@renovate[bot])
  • eaf83ba: chore(deps): update module github.com/golangci/golangci-lint to v2.1.5 (#22783) (@renovate[bot])
  • 8950d0a: chore(deps): update module github.com/golangci/golangci-lint to v2.1.6 (#22865) (@renovate[bot])
  • d076bfa: chore(deps-dev): bump @babel/core from 7.7.2 to 7.27.1 in /ui (#23148) (@dependabot[bot])
  • 0205eaf: chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.14 in /ui (#23117) (@dependabot[bot])
  • 77ecfe5: chore(deps-dev): bump @types/node from 22.13.10 to 22.13.11 in /ui-test (#22452) (@dependabot[bot])
  • 76f3e98: chore(deps-dev): bump @types/node from 22.13.11 to 22.13.13 in /ui-test (#22479) (@dependabot[bot])
  • 344b434: chore(deps-dev): bump @types/node from 22.13.13 to 22.13.14 in /ui-test (#22495) (@dependabot[bot])
  • 38b4cba: chore(deps-dev): bump @types/node from 22.13.14 to 22.13.17 in /ui-test (#22541) (@dependabot[bot])
  • f63b807: chore(deps-dev): bump @types/node from 22.13.17 to 22.14.0 in /ui-test (#22556) (@dependabot[bot])
  • 600ab18: chore(deps-dev): bump @types/node from 22.14.0 to 22.14.1 in /ui-test (#22652) (@dependabot[bot])
  • 7079a4c: chore(deps-dev): bump @types/node from 22.14.1 to 22.15.0 in /ui-test (#22788) (@dependabot[bot])
  • a004465: chore(deps-dev): bump @types/node from 22.15.0 to 22.15.2 in /ui-test (#22812) (@dependabot[bot])
  • a12f517: chore(deps-dev): bump @types/node from 22.15.11 to 22.15.14 in /ui-test (#22886) (@dependabot[bot])
  • ff1b935: chore(deps-dev): bump @types/node from 22.15.14 to 22.15.16 in /ui-test (#22904) (@dependabot[bot])
  • 09f874d: chore(deps-dev): bump @types/node from 22.15.16 to 22.15.17 in /ui-test (#22911) (@dependabot[bot])
  • 7b09aef: chore(deps-dev): bump @types/node from 22.15.17 to 22.15.18 in /ui-test (#22986) (@dependabot[bot])
  • 17d356f: chore(deps-dev): bump @types/node from 22.15.18 to 22.15.19 in /ui-test (#23032) (@dependabot[bot])
  • 4210535: chore(deps-dev): bump @types/node from 22.15.19 to 22.15.21 in /ui-test (#23073) (@dependabot[bot])
  • 969b043: chore(deps-dev): bump @types/node from 22.15.3 to 22.15.11 in /ui-test (#22870) (@dependabot[bot])
  • 580ae1d: chore(deps-dev): bump dotenv from 16.4.7 to 16.5.0 in /ui-test (#22638) (@dependabot[bot])
  • baa679d: chore(deps-dev): bump esbuild-loader from 2.18.0 to 4.3.0 in /ui (#21852) (@dependabot[bot])
  • 53a2005: chore(deps-dev): bump mocha from 11.0.1 to 11.2.2 in /ui-test (#22849) (@dependabot[bot])
  • cbb76a5: chore(deps-dev): bump mocha from 11.2.2 to 11.3.0 in /ui-test (#23031) (@dependabot[bot])
  • e1db296: chore(deps-dev): bump mocha from 11.3.0 to 11.4.0 in /ui-test (#23054) (@dependabot[bot])
  • e5ee3e4: chore(deps-dev): bump mocha from 11.4.0 to 11.5.0 in /ui-test (#23146) (@dependabot[bot])
  • b99e8e7: chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 in /ui-test (#22573) (@dependabot[bot])

Other work

Full Changelog: v3.0.9...v3.1.0-rc1

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.