Skip to content

Update dependency argoproj/argo-cd to v2.8.2#85

Merged
sdwilsh merged 1 commit into
mainfrom
renovate/argoproj-argo-cd-2.x
Sep 2, 2023
Merged

Update dependency argoproj/argo-cd to v2.8.2#85
sdwilsh merged 1 commit into
mainfrom
renovate/argoproj-argo-cd-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 19, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
argoproj/argo-cd minor v2.7.7 -> v2.8.2

Release Notes

argoproj/argo-cd (argoproj/argo-cd)

v2.8.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.2/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.

Upgrading

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

Changelog

What's Changed

Full Changelog: argoproj/argo-cd@v2.8.1...v2.8.2

v2.8.1

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.1/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.

Upgrading

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

Security (1)

What's Changed

Full Changelog: argoproj/argo-cd@v2.8.0...v2.8.1

v2.8.0

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0/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.

Upgrading

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

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0/manifests/ha/install.yaml

Release signatures

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----

Upgrading

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

Changes

This release includes 342 contributions from 124 contributors (95 of them new) with 46 features and 69 bug fixes.

Features (46)
  • feat: Adding kubelogin capability to argocd-k8s-auth (#​9460) (#​10700) (#​14866)
  • feat(appset): Restrict scm provider urls (#​14286) (#​14779)
  • feat(deep-links): sprig support (#​14660) (#​14676)
  • feat(appset): Add support for self-signed TLS / Certificates for Gitlab Scm Provider (#​14348) (#​14462)
  • feat: upgrade dexIDP from 2.36.0 -> 2.37.0 (#​14305) (#​14310) (#​14312)
  • feat(appset): ApplicationSet in any namespace (#​12378)
  • feat(appset): add Pull Request Generator for Azure DevOps Repos (#​13367)
  • feat(appset): Added Bitbucket Cloud support for pull request generator (#​11273) (#​11275)
  • feat(helm): helm values can be either a string or a map (#​2936) (#​11538)
  • feat: add ignoreResourceUpdates to reduce controller CPU usage (#​13534) (#​13912)
  • feat: Create job action (#​12174 and #​4116) (#​12925)
  • feat(action): support refresh of ExternalSecret (#​13951)
  • feat(health): Add custom health check for KServe Inference Service resources (#​14177)
  • feat: upgrade notification engine (#​14175)
  • feat(appset): Policies create-only, create-update, sync per ApplicationSet (#​11462)
  • feat(ui): enable gzip for UI assets by default (#​13944)
  • feat: add health-checks for snapshot volume (#​13979)
  • feat(appset): Implement Plugin Generator (#​13017)
  • feat: RBAC csv policy can be composed by multiple configmap keys (#​12511)
  • feat(appset): add support for missingkey=error in ApplicationSets (#​13731) (#​13733)
  • feat(appset): Support AWS CodeCommit in ApplicationSet controller (Alpha) (#​13579)
  • feat(health): Add Health Checks for IngressController resources (#​12776)
  • feat(appset): Add argocd.argoproj.io/application-set-name to rendered appset applications (#​13456)
  • feat: specify listen address from env / command line (#​11846)
  • feat(appset): Implement additional values and their interpolation for Git and SCM generators (#​10751) (#​10754)
  • feat(appset): Add target branch support pullrequestgenerator (#​13535)
  • feat(health): support for external-secrets.io cluster resources (#​12957)
  • feat: support referencing secret in any field of oidc config (#​13475)
  • feat: Add controllerNamespace to .status of an application (#​13081)
  • feat: allow argocd-notifications-controller env variables (#​13605)
  • feat: Added healthcheck for ArgoEvents EventBus CRD. #​12395 (#​12401)
  • feat: Support insecure flag for OCI pull command and upgrade helm version to 3.12.0 (#​13608)
  • feat: add monaco-kubernetes for editing IntelliSense (#​12778)
  • feat: Page header and toolbar in system extensions (#​13451)
  • feat: use oras-go library to enable more complex OCI Helm authentication (#​12554)
  • feat(appset): add configurable max reconciliations to appset (#​13381)
  • feat: support health check on ClusterIssuer (#​12000)
  • feat: add MariaDB CRD health checks (#​13143)
  • feat: enable gzip compression in Redis by default (#​13458) (#​13459)
  • feat(appset): applicationset controller use repo server (#​10952) (#​12714)
  • feat(UI): Tree view groups node by heath status (#​12089)
  • feat: better repo path sanitization (#​12974)
  • feat: Expose Helm Chart metadata in Argo CD UI (#​11352) (#​11575)
  • feat: add short_sha_7 to AppSet generators (#​11976) (#​13199)
  • feat: Making the moment lib global in ArgoCD project to minimize the tar ball of metrics extension (#​13075)
  • feat: Container statuses on summary tab of pod and detailed info in tooltip for pod on resource tree (#​11513)
Bug fixes (69)
  • fix(appset): typo in ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS (#​14902) (#​14913) (#​14931)
  • fix: Change underscore (_) back to plus (+) to get valid SemVer when when reading tags from OCI registry (#​14537) (#​14908)
  • fix(ui): Fixes health icon positioning (#​14708) (#​14852) (#​14901)
  • fix: Repo URL link for unsupported sources links to https:///null/path/to/chart (#​14861) (#​14873)
  • fix(ui): no hyphen for "create job" action + nice icon (#​14776) (#​14777) (#​14802)
  • fix(controller): cache deadlock on delete and re-add cluster (#​14780) (#​14798)
  • fix: bad merge (#​14759)
  • fix(ui): display valuesobject if set (#​14257) (#​14755)
  • fix: manifest generation error with null annotations (#​14336) (#​14680) (#​14735)
  • fix: ApplicationSet Controller crashes when tag is not closed; panic: Cannot find end tag="}}"(#​14227) (#​14651) (#​14656)
  • fix(ui): The default pod group filter should be removed if fewer than 15 pods (#​14590) (#​14671)
  • fix(ui): Drop ready from Completed container status (#​14434) (#​14629) (#​14646)
  • fix(api): return 404 when the app is not found if a project is specified (#​13393) (#​13394) (#​14600)
  • fix(cli): argocd CLI RBAC validation doesn't work on actions (#​13911) (#​14578) (#​14581)
  • fix: Remove executable bit from default file mode (#​14497) (#​14576)
  • fix(server): not need send application if it is not under enabled namespaces (#​14479) (#​14575)
  • fix(controller): populate ignoreDifferences in sync status (#​14542) (#​14557)
  • fix(security): don't allow app enumeration via RevisionChartDetails (#​14512) (#​14517)
  • fix(cli): fix tracking annotation diff for non-namespaced resources (#​13924) (#​14473)
  • fix: trigger refresh on changed ignoreDifferences (#​12607) (#​14403)
  • fix(action): copy metadata on create-job action (#​14232) (#​14233) (#​14453)
  • fix: adds WebSocket ping to interactive terminal (#​14191) (cherry-pick #​14192) (#​14399)
  • fix(sharding): recurring info logs to debug (#​14383) (#​14385)
  • fix: Change disallowed application destination message (#​14284) (#​14307) (#​14326)
  • fix: deadlock in controller (#​14304) (#​14306)
  • fix: Correctly verify signatures when targetRevision is a branch name (#​14214) (#​14235)
  • fix: add gitlab.SystemHookEvents to support Gitlab system events (#​12547)
  • fix: fix permanent vertical scroll and left marging on project details page (#​14181)
  • fix(appset): Apply nested matrix and merge generator's generator selectors (#​11984)
  • fix: fix broken tooltip component (#​14178)
  • fix: added optional: true field to ARGOCD_APPLICATIONSET_CONTROLLER_POLICY env var (#​14160)
  • fix: retain count and order of revisions for multi source apps (#​14108) (#​14113)
  • fix(gitpod): changed permission of gocache folder (#​14122)
  • fix(ui): use react link to route to relative deep-link path (#​13529)
  • fix(cmp): discover plugins relative to app path (#​13940) (#​13946)
  • fix(ui): soften readiness gate failure message (#​13972) (#​14076)
  • fix: remove extra comma (#​13969)
  • fix(ui): rename variable component to Component (#​13983)
  • fix: Fixes sharding placement algorithm and allows development of alternative algorithms (#​13018)
  • fix: creds.CAPath passed helm in PullOCI (#​13726) (#​13871)
  • fix: set readOnlyRootFilesystem to true for redis and ha-proxy (#​13316)
  • fix: remove rolebinding for missing role (#​7510)
  • fix(ui): set arrow into negative space in pod-terminal-viewer (#​13060)
  • fix(appset): return error on invalid annotations (#​13743)
  • fix(rbac): handle malformed rbac policy (#​11964)
  • fix(ui): Display error msg when live state is empty (#​13031)
  • fix: add optional safer Git file generator globbing (#​13313) (#​13314)
  • fix: health-checks for Elasticsearch (#​13322)
  • fix(ui): Updated text in refresh dialog (#​13583)
  • fix: allow sync when multiple allow windows are present (#​12706)
  • fix: implement filtering on cluster List API endpoint (#​13363)
  • fix(repo-server): completely clean up Git working directory (#​3683) (#​13001)
  • fix(ui): Stop using the deprecated url format for gitlab instances (#​13687)
  • fix(appset): allow cluster urls to be matched (#​13715)
  • fix(appset): Post selector with Go templates in ApplicationSet (#​13584)
  • fix: Disable keep alives for helm https connections (#​13695)
  • fix: surface source not permitted errors (#​12255)
  • fix: CVE-2023-1732 (#​13748)
  • fix: ui dark theme transition (#​12068)
  • fix: typo in manifest (#​13677)
  • fix: update managed namespace metadata (#​13074)
  • fix: fix broken helm repo alias/name support (#​13647)
  • fix: rewrite Host header in dex round tripper (#​13500)
  • fix: UI should show error if repo/creds disconnect attempt fails (#​13498)
  • fix: CMPv2 does not allow symlinks to adjacent files in same git repo. Fixes #​13342 (#​13360)
  • fix: broken Git file generator caching (fixes #​13440) (#​13452)
  • fix: Avoid Docker volume creating empty directory if dex.yaml could not be generated, improve error message (#​10332)
  • fix: append elementsYaml in order to keep fields order (#​13335)
  • fix(ui): Object options menu truncated when selected in ApplicationListView. (#​11695)
Documentation (37)
  • docs: Update helm.md - add missing syntax highlighting for YAML and Dockerfile blocks (#​14911) (#​14937)
  • docs: Update Generators-Git.md (#​14921) (#​14934)
  • docs: Update Controlling-Resource-Modification.md (#​14751) (#​14812)
  • docs: improve ignoreResourceUpdates docs (cherry-pick #​14475) (#​14504)
  • docs: fix typo (#​14412) (#​14413)
  • docs: Added information about scopes (#​2782) (#​14354) (#​14380)
  • docs: change to the correct property for the dex server value (#​14279) (#​14291)
  • docs: update documentation to reflect the procedure on current keycloak (#​12505)
  • docs: list tested Kubernetes versions (#​12276) (#​14180)
  • docs: add CRD specification example files to docs (#​14021)
  • docs: fix code highlighting (#​14022)
  • docs: Fix example domain typo (#​13896)
  • docs: Clarify ingress-nginx ssl termination example (#​13913)
  • docs: add pre-release to helm tracking strategies (#​13923)
  • docs: proposal/dynamic rebalancing of clusters across shards (#​13221)
  • docs: fix typo (#​13967)
  • docs: document matchExpressions field for post-selectors (#​13646)
  • docs: add GHSA to vulnerability reporting methods (#​13510)
  • docs: added command to add environmental PATH (#​13240)
  • docs: update USERS.md with the addition of seek.com.au (#​13297)
  • docs: Add Mono Repo Usage (#​9556)
  • docs: Update health documentation (#​12996)
  • docs: fix url in kustomize installation example (#​13581)
  • docs: Custom Style Class name update (#​13392)
  • docs: Remove old annotations (#​12168)
  • docs: add scalability benchmarking proposal (#​12662)
  • docs: Simplify the release document (#​13563)
  • docs(users): add StreamNative to the list of users (#​13499)
  • docs: Add Hostinger to USERS.md (#​13304)
  • docs: nginx passthrough secret as argocd-server-tls (#​12921)
  • docs: Add Argo CD components architecture doc (#​13194)
  • docs: Add link to kustomization example for installing argocd (#​13268)
  • docs: Update RBAC example to include permissions for projects (#​12773)
  • docs: Add Argo CD Core documentation (#​13225)
  • docs: add KelkooGroup to users list (#​13095)
  • docs: recommend users build test-tools-image locally (#​13082)
  • docs: update private-repositories.md (#​12332)
Other (174)
  • fix(ui): COPY JSON for ArgoCD version should include trailing newline (#​5117) (#​14917) (#​14938)
  • chore: fix non-deterministic test (#​14905) (#​14906)
  • chore: wrap ComparisonError messages (#​14886) (#​14890)
  • chore: revert #​12255 (#​14858) (#​14863)
  • chore: add more tests in proxy extension headers (#​14842) (#​14853)
  • chore: Add header support for proxy extension requests (#​14800) (#​14841)
  • docs: Change Generator docs for List Generator to note any key/value pairs can be used (#​14825) (#​14832)
  • chore: Upgrade semver to avoid cve (#​14710) (#​14713)
  • chore: Generate SLSA provenance for SBOM (#​14438) (cherry-pick #​14507) (#​14559)
  • chore: improve ignoreResourceUpdates logging (#​14476) (#​14500)
  • chore(deps): bump library/golang from 1.20.5 to 1.20.6 (#​14480) (#​14484)
  • Unified option format (#​11259)
  • chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#​14212)
  • chore(deps): upgrade go-grpc to v0.15.0 (#​13872)
  • chore(deps): bump bitnami/kubectl from 1.26 to 1.27 in /test/container (#​13270)
  • build: Use full-qualified image slugs instead of short names (#​14198)
  • chore(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.0 (#​14202)
  • chore(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 (#​14203)
  • chore: add 1.27 k3s version to ci-build.yaml (#​14207)
  • relogin cmd tests (#​14186)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.288 to 1.44.289 (#​14188)
  • chore(deps): bump Helm to 3.12.1 and Kustomize to 5.1.0 (#​14173)
  • chore(deps): upgrade node to 20.3.1 (#​14174)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.287 to 1.44.288 (#​14176)
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.85.0 to 0.86.0 (#​14165)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.286 to 1.44.287 (#​14164)
  • chore(deps): bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#​14163)
  • build: Consistently default to linux/amd64 (#​14146)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.285 to 1.44.286 (#​14153)
  • chore: remove argocd-cm plugin support (#​13755)
  • chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.59 to 0.9.60 (#​14118)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.283 to 1.44.285 (#​14126)
  • chore: parse from env (#​14116)
  • chore: add build-args for git-commit etc (#​14114)
  • chore(deps): bump github.com/casbin/casbin/v2 from 2.71.0 to 2.71.1 (#​14120)
  • Revert "feat: add monaco-kubernetes for editing IntelliSense (#​12778)" (#​14000)
  • chore: remove references to ARGOCD_REDIS (#​13434)
  • chore(deps): bump github.com/casbin/casbin/v2 from 2.70.0 to 2.71.0 (#​14095)
  • chore: add ZDF to USERS.md (#​14099)
  • chore(deps): bump github.com/prometheus/client_golang (#​14092)
  • chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.0 (#​14093)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.282 to 1.44.283 (#​14094)
  • chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 (#​14069)
  • Add the default resource exclusions (#​13897)
  • chore(deps): upgrade go to 1.20.5 (#​13941)
  • chore(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#​14031)
  • chore(deps): bump docker/build-push-action from 4.1.0 to 4.1.1 (#​14033)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.281 to 1.44.282 (#​14028)
  • chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#​14029)
  • chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.58 to 0.9.59 (#​14030)
  • chore(deps): bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 (#​14032)
  • chore(deps): bump docker/setup-buildx-action from 2.6.0 to 2.7.0 (#​14034)
  • chore: add MeilleursAgents to USERS.md (#​14007)
  • chore(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (#​14014)
  • chore(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (#​14013)
  • chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 (#​14011)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.280 to 1.44.281 (#​14010)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.279 to 1.44.280 (#​13991)
  • chore(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#​13993)
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.84.0 to 0.85.0 (#​13992)
  • chore(deps): bump docker/build-push-action from 4.0.0 to 4.1.0 (#​13994)
  • chore(deps): bump library/busybox in /test/e2e/multiarch-container (#​13998)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.278 to 1.44.279 (#​13974)
  • chore(deps): bump thehanimo/pr-title-checker from 1.3.7 to 1.4.0 (#​13903)
  • chore(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (#​13904)
  • chore(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0 (#​13962)
  • chore(deps): bump docker/login-action from 2.1.0 to 2.2.0 (#​13961)
  • chore(deps): bump slsa-framework/slsa-github-generator (#​13960)
  • chore(deps): bump docker/setup-buildx-action from 2.5.0 to 2.6.0 (#​13959)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.277 to 1.44.278 (#​13957)
  • chore(deps): bump github.com/casbin/casbin/v2 from 2.69.1 to 2.70.0 (#​13958)
  • chore: Code format (#​12400)
  • chore(deps): bump github.com/hashicorp/go-retryablehttp (#​13933)
  • chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#​13932)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.275 to 1.44.277 (#​13931)
  • chore(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 (#​13930)
  • chore(deps): bump github.com/alicebob/miniredis/v2 from 2.23.1 to 2.30.3 (#​13917)
  • chore(deps): bump github.com/prometheus/client_golang (#​13919)
  • chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 (#​13918)
  • chore(deps): bump github.com/grpc-ecosystem/go-grpc-middleware (#​13920)
  • chore(deps): bump github.com/yuin/gopher-lua (#​13916)
  • chore(deps): bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 (#​13902)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.274 to 1.44.275 (#​13901)
  • chore(deps): bump github.com/redis/go-redis/v9 from 9.0.2 to 9.0.5 (#​13900)
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0 (#​13899)
  • chore: bump argo-ui version (#​13836)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.272 to 1.44.274 (#​13880)
  • chore(deps): bump oras.land/oras-go/v2 from 2.1.0 to 2.2.0 (#​13881)
  • chore(deps): bump github.com/imdario/mergo from 0.3.13 to 0.3.16 (#​13883)
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.83.0 to 0.84.0 (#​13884)
  • chore: remove unused variables in GenerateManifests (#​13887)
  • chore: Clean up repeated package import (#​13821)
  • chore(deps): bump github.com/casbin/casbin/v2 from 2.60.0 to 2.69.1 (#​13861)
  • chore(deps): bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1 (#​13864)
  • chore(deps): bump github.com/google/go-jsonnet from 0.19.1 to 0.20.0 (#​13863)
  • chore(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 (#​13862)
  • chore(deps): bump github.com/antonmedv/expr from 1.9.0 to 1.12.5 (#​13860)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.271 to 1.44.272 (#​13842)
  • chore(deps): bump github.com/coreos/go-oidc/v3 from 3.4.0 to 3.6.0 (#​13844)
  • chore(deps): bump github.com/go-openapi/runtime from 0.25.0 to 0.26.0 (#​13845)
  • chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.55 to 0.9.58 (#​13843)
  • chore: bump otel dependencies (#​13798)
  • chore: upgrade node to 20.2.0 (#​13800)
  • chore: upgrade go to 1.20.4 (#​13801)
  • chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4 (#​13829)
  • chore(deps): bump github.com/itchyny/gojq from 0.12.10 to 0.12.12 (#​13816)
  • chore(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#​13817)
  • chore(deps): bump github.com/whilp/git-urls (#​13814)
  • chore(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.19 (#​13818)
  • chore(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#​12109)
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.60.0 to 0.83.0 (#​13269)
  • chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4 (#​13602)
  • chore(deps): bump sigstore/cosign-installer from 3.0.1 to 3.0.5 (#​13639)
  • chore(deps): bump foundation-sites from 6.7.4 to 6.7.5 in /ui (#​13806)
  • fix(appset): ArgoCD admin cmd: handle applicationsets RBAC (#​11997)
  • chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 (#​13804)
  • chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.9.0 (#​13803)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.164 to 1.44.271 (#​13805)
  • chore(deps-dev): bump webpack from 5.70.0 to 5.84.1 in /ui (#​13750)
  • Implement Proclaim CRD health checks. (#​12930)
  • chore: set explicit package.json deps (#​13483)
  • chore: add GoTo Financial ArgoCD user (#​13317)
  • feat: add health-checks for Percona XtraDB cluster (#​13093)
  • chore(deps): bump slsa-framework/slsa-github-generator (#​13656)
  • chore: Clean up repeated package import (#​13685)
  • test: add tests to validate helm ranges (#​4047) (#​13662)
  • chore: code clean for hack known_types.go (#​12304)
  • chore(deps): bump peter-evans/create-pull-request from 4.2.4 to 5.0.1 (#​13408)
  • chore: add chainnodes to users (#​13754)
  • chore: Add Veepee into USERS (#​13301)
  • chore(deps): bump actions/setup-go from 3.5.0 to 4.0.1 (#​13601)
  • chore: Clean up repeated package import (#​13543)
  • chore(deps): bump github.com/docker/distribution (#​13554)
  • chore: update VERSION on rc1 release (#​13558)
  • Update kustomize resource to correct path (#​13196)
  • consume cluster cache deadlock fix in gitops-engine (#​13611)
  • chore: Add Procore as a user of Argo CD (#​13515)
  • Add candis.io to USERS.md (#​13504)
  • chore(deps): bump actions/checkout from 3.4.0 to 3.5.2 (#​13228)
  • chore: Add Cloudogu to USERS.md (#​13412)
  • chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml (#​13292)
  • chore: add Puzzle to the users list (#​13288)
  • chore: Add ScaleFactory to USERS.md (#​13303)
  • Add DaoCloud in users (#​13300)
  • chore: Bumped version to the next release version 2.8.0 (#​13368)
  • chore(deps): bump library/golang from 1.19.6 to 1.19.7 (#​12859)
  • chore: adding test coverage for the notification_controller (#​13339)
  • chore: Add additional field to set Extra Build Information while building argo-cd by vendors (#​13324)
  • add last sync field to application tiles (#​13184)
  • chore: Add Previder BV to USERS.md (#​13273)
  • chore: Add Albert Heijn to the users.md (#​13280)
  • chore: add SLSA badge (#​13282)
  • chore: Clean up repeated package import (#​13134)
  • chore: better error handling for nestedGeneratorHasClusterGenerator ([#​13195](https://github.com/argoproj/a

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot changed the title Update dependency argoproj/argo-cd to v2.7.8 Update dependency argoproj/argo-cd to v2.7.9 Jul 24, 2023
@renovate renovate Bot force-pushed the renovate/argoproj-argo-cd-2.x branch from 606c438 to 00ec670 Compare July 24, 2023 20:06
@renovate renovate Bot changed the title Update dependency argoproj/argo-cd to v2.7.9 Update dependency argoproj/argo-cd to v2.7.10 Aug 1, 2023
@renovate renovate Bot force-pushed the renovate/argoproj-argo-cd-2.x branch from 00ec670 to dbdb5b3 Compare August 1, 2023 11:51
@renovate renovate Bot changed the title Update dependency argoproj/argo-cd to v2.7.10 Update dependency argoproj/argo-cd to v2.8.0 Aug 7, 2023
@renovate renovate Bot force-pushed the renovate/argoproj-argo-cd-2.x branch from dbdb5b3 to dce98d3 Compare August 7, 2023 21:33
@renovate renovate Bot changed the title Update dependency argoproj/argo-cd to v2.8.0 Update dependency argoproj/argo-cd to v2.8.1 Aug 22, 2023
@renovate renovate Bot force-pushed the renovate/argoproj-argo-cd-2.x branch from dce98d3 to ee0ee23 Compare August 22, 2023 23:15
@renovate renovate Bot changed the title Update dependency argoproj/argo-cd to v2.8.1 Update dependency argoproj/argo-cd to v2.8.2 Aug 24, 2023
@renovate renovate Bot force-pushed the renovate/argoproj-argo-cd-2.x branch from ee0ee23 to 372025c Compare August 24, 2023 23:21
@sdwilsh sdwilsh merged commit 6e08eb9 into main Sep 2, 2023
@renovate renovate Bot deleted the renovate/argoproj-argo-cd-2.x branch September 2, 2023 23:56
renovate Bot added a commit that referenced this pull request Jan 3, 2026
…g to v1

##### [\`1.0.0\`](https://github.com/marinatedconcrete/config/releases/tag/v1.0.0)

Let's see what happens

#### What's Changed

- Set up usb builds with earthly (maybe) by [@robarnold](https://github.com/robarnold) in [#1](marinatedconcrete/config#1)
- Use earthly actions for valiation/lint by [@robarnold](https://github.com/robarnold) in [#2](marinatedconcrete/config#2)
- Fix the way we pass the registry to the docker CLI by [@robarnold](https://github.com/robarnold) in [#3](marinatedconcrete/config#3)
- Use the right user for the container registry by [@robarnold](https://github.com/robarnold) in [#4](marinatedconcrete/config#4)
- Try to get the usb image published by [@robarnold](https://github.com/robarnold) in [#5](marinatedconcrete/config#5)
- Try using the repo prefix for the image name by [@robarnold](https://github.com/robarnold) in [#6](marinatedconcrete/config#6)
- Try explicitly adding the push to SAVE IMAGE by [@robarnold](https://github.com/robarnold) in [#7](marinatedconcrete/config#7)
- Try explicitly using ghcr.io by [@robarnold](https://github.com/robarnold) in [#8](marinatedconcrete/config#8)
- Add config for regex in `Earthfile`s by [@sdwilsh](https://github.com/sdwilsh) in [#9](marinatedconcrete/config#9)
- Migrate renovate config by [@renovate](https://github.com/renovate) in [#13](marinatedconcrete/config#13)
- Update actions/checkout action to v4 by [@renovate](https://github.com/renovate) in [#11](marinatedconcrete/config#11)
- Update renovate/renovate Docker tag to v37 by [@renovate](https://github.com/renovate) in [#14](marinatedconcrete/config#14)
- Roll back earthly/actions-setup action to v1.0.8 by [@renovate](https://github.com/renovate) in [#10](marinatedconcrete/config#10)
- Refactor images to allow for more images with organization by [@sdwilsh](https://github.com/sdwilsh) in [#15](marinatedconcrete/config#15)
- Add a custom Kairos image by [@sdwilsh](https://github.com/sdwilsh) in [#16](marinatedconcrete/config#16)
- Update docker/login-action action to v3 by [@renovate](https://github.com/renovate) in [#17](marinatedconcrete/config#17)
- Update docker/setup-qemu-action action to v3 by [@renovate](https://github.com/renovate) in [#18](marinatedconcrete/config#18)
- Always try to push, but rely on Earthly to not push unless it is not a pull request by [@sdwilsh](https://github.com/sdwilsh) in [#19](marinatedconcrete/config#19)
- Add zsh and usbutils to install list by [@robarnold](https://github.com/robarnold) in [#21](marinatedconcrete/config#21)
- Update quay.io/kairos/core-ubuntu-22-lts Docker tag to v2.4.1 by [@renovate](https://github.com/renovate) in [#23](marinatedconcrete/config#23)
- Update Yarn to v3.6.4 by [@renovate](https://github.com/renovate) in [#25](marinatedconcrete/config#25)
- Update earthly/earthly Docker tag to v0.7.20 by [@renovate](https://github.com/renovate) in [#26](marinatedconcrete/config#26)
- Set up role for zsh by [@robarnold](https://github.com/robarnold) in [#22](marinatedconcrete/config#22)
- Add shellcheck to lint by [@robarnold](https://github.com/robarnold) in [#28](marinatedconcrete/config#28)
- Add Operator Lifecycle Manager by [@sdwilsh](https://github.com/sdwilsh) in [#30](marinatedconcrete/config#30)
- only build usb image for pull requests and on master when relevant files change by [@sdwilsh](https://github.com/sdwilsh) in [#31](marinatedconcrete/config#31)
- Ensure that prettier lints all files in the repo by [@robarnold](https://github.com/robarnold) in [#35](marinatedconcrete/config#35)
- Try to build a zsh bundle by [@robarnold](https://github.com/robarnold) in [#34](marinatedconcrete/config#34)
- Update earthly/earthly Docker tag to v0.7.20 by [@renovate](https://github.com/renovate) in [#36](marinatedconcrete/config#36)
- Fix lack of tag passed to zsh builds by [@robarnold](https://github.com/robarnold) in [#37](marinatedconcrete/config#37)
- Add docs for zsh role by [@robarnold](https://github.com/robarnold) in [#38](marinatedconcrete/config#38)
- Fix permissions on run script by [@robarnold](https://github.com/robarnold) in [#40](marinatedconcrete/config#40)
- Rebuild the zsh bundle whenever any of the zsh ansible role files change by [@robarnold](https://github.com/robarnold) in [#41](marinatedconcrete/config#41)
- Push an image of the kairos-zsh-bundle on PR by [@robarnold](https://github.com/robarnold) in [#42](marinatedconcrete/config#42)
- Roll back actions/checkout action to v4.1.1 by [@renovate](https://github.com/renovate) in [#48](marinatedconcrete/config#48)
- Update registry.k8s.io/kustomize/kustomize Docker tag to v5.2.1 by [@renovate](https://github.com/renovate) in [#49](marinatedconcrete/config#49)
- Update Yarn to v4 by [@renovate](https://github.com/renovate) in [#51](marinatedconcrete/config#51)
- Introduce the kubevirt component by [@robarnold](https://github.com/robarnold) in [#39](marinatedconcrete/config#39)
- Use glob for installation script by [@robarnold](https://github.com/robarnold) in [#45](marinatedconcrete/config#45)
- Use Earthly satellites for faster CI builds by [@robarnold](https://github.com/robarnold) in [#52](marinatedconcrete/config#52)
- Enable automerge for prettier/yarn (fixes [#29](marinatedconcrete/config#29)) by [@robarnold](https://github.com/robarnold) in [#53](marinatedconcrete/config#53)
- Update earthly/earthly Docker tag to v0.7.21 by [@renovate](https://github.com/renovate) in [#65](marinatedconcrete/config#65)
- Update Yarn to v4.0.1 by [@renovate](https://github.com/renovate) in [#66](marinatedconcrete/config#66)
- Generate a feature to install ansible and run a playbook by [@robarnold](https://github.com/robarnold) in [#67](marinatedconcrete/config#67)
- Try adding a test and include the pip requirements by [@robarnold](https://github.com/robarnold) in [#69](marinatedconcrete/config#69)
- Update actions/checkout action to v4 by [@renovate](https://github.com/renovate) in [#68](marinatedconcrete/config#68)
- Bump dev container feature version by [@robarnold](https://github.com/robarnold) in [#70](marinatedconcrete/config#70)
- Run the playbook and ansible galaxy commands as part of the repo by [@robarnold](https://github.com/robarnold) in [#71](marinatedconcrete/config#71)
- Back out lifecycle script - does not seem like the right approach by [@robarnold](https://github.com/robarnold) in [#72](marinatedconcrete/config#72)
- Add initial devcontainer definition by [@robarnold](https://github.com/robarnold) in [#73](marinatedconcrete/config#73)
- Add option to write corrected prettier output back to repo by [@robarnold](https://github.com/robarnold) in [#64](marinatedconcrete/config#64)
- Add Mosquitto Kustomize Component by [@sdwilsh](https://github.com/sdwilsh) in [#74](marinatedconcrete/config#74)
- Support GPG Signing of Commits by [@sdwilsh](https://github.com/sdwilsh) in [#76](marinatedconcrete/config#76)
- Support preserving Earthly configuration by [@sdwilsh](https://github.com/sdwilsh) in [#77](marinatedconcrete/config#77)
- Update dependency ansible to v8.6.1 by [@renovate](https://github.com/renovate) in [#78](marinatedconcrete/config#78)
- Update dependency prettier to v3.1.0 by [@renovate](https://github.com/renovate) in [#79](marinatedconcrete/config#79)
- Update Yarn to v4.0.2 by [@renovate](https://github.com/renovate) in [#80](marinatedconcrete/config#80)
- Update earthly/earthly Docker tag to v0.7.22 by [@renovate](https://github.com/renovate) in [#82](marinatedconcrete/config#82)
- Add a basic test for mosquitto kustomization by [@sdwilsh](https://github.com/sdwilsh) in [#83](marinatedconcrete/config#83)
- Update earthly/earthly Docker tag to v0.7.22 by [@renovate](https://github.com/renovate) in [#85](marinatedconcrete/config#85)
- Update dependency ansible to v9 by [@renovate](https://github.com/renovate) in [#81](marinatedconcrete/config#81)
- Update dependency ansible to v9.1.0 by [@renovate](https://github.com/renovate) in [#88](marinatedconcrete/config#88)
- Update dependency prettier to v3.1.1 by [@renovate](https://github.com/renovate) in [#89](marinatedconcrete/config#89)
- Update earthly/earthly Docker tag to v0.7.23 by [@renovate](https://github.com/renovate) in [#90](marinatedconcrete/config#90)
- Version the earthly version used in the validation flow by [@robarnold](https://github.com/robarnold) in [#93](marinatedconcrete/config#93)
- Revert "Update earthly/earthly Docker tag to v0.7.23 ([#90](marinatedconcrete/config#90))" by [@robarnold](https://github.com/robarnold) in [#95](marinatedconcrete/config#95)
- Upstream kube-vip from sdwilsh by [@robarnold](https://github.com/robarnold) in [#92](marinatedconcrete/config#92)
- Ensure prettier formatting exits non-zero on failure by [@robarnold](https://github.com/robarnold) in [#97](marinatedconcrete/config#97)
- Add image for the silabs firmware flasher by [@robarnold](https://github.com/robarnold) in [#96](marinatedconcrete/config#96)
- Update dependency universal-silabs-flasher to v0.0.16 by [@renovate](https://github.com/renovate) in [#99](marinatedconcrete/config#99)
- Explicitly tag Python with docker versioning by [@robarnold](https://github.com/robarnold) in [#98](marinatedconcrete/config#98)
- Add more ansible files to the kustomize test paths by [@robarnold](https://github.com/robarnold) in [#100](marinatedconcrete/config#100)
- Update python Docker tag to v3.12.1 by [@renovate](https://github.com/renovate) in [#86](marinatedconcrete/config#86)
- Upstream paperless components by [@robarnold](https://github.com/robarnold) in [#91](marinatedconcrete/config#91)
- Update dependency kubernetes to v29 by [@renovate](https://github.com/renovate) in [#103](marinatedconcrete/config#103)
- Update dependency prettier to v3.2.0 by [@renovate](https://github.com/renovate) in [#105](marinatedconcrete/config#105)
- Update dependency prettier to v3.2.1 by [@renovate](https://github.com/renovate) in [#106](marinatedconcrete/config#106)
- Update dependency prettier to v3.2.2 by [@renovate](https://github.com/renovate) in [#107](marinatedconcrete/config#107)
- Update kairos builds by [@robarnold](https://github.com/robarnold) in [#108](marinatedconcrete/config#108)
- Fix kairos dep in image build script by [@robarnold](https://github.com/robarnold) in [#110](marinatedconcrete/config#110)
- Update dependency universal-silabs-flasher to v0.0.17 by [@renovate](https://github.com/renovate) in [#112](marinatedconcrete/config#112)
- Update redis Docker tag to v7.2.4 by [@renovate](https://github.com/renovate) in [#104](marinatedconcrete/config#104)
- Update earthly/actions-setup action to v1.0.9 by [@renovate](https://github.com/renovate) in [#114](marinatedconcrete/config#114)
- Update Yarn to v4.1.0 by [@renovate](https://github.com/renovate) in [#115](marinatedconcrete/config#115)
- Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v2.4.3 by [@renovate](https://github.com/renovate) in [#101](marinatedconcrete/config#101)
- Update dependency prettier to v3.2.5 by [@renovate](https://github.com/renovate) in [#111](marinatedconcrete/config#111)
- Update dependency ansible to v9.2.0 by [@renovate](https://github.com/renovate) in [#116](marinatedconcrete/config#116)
- Put the image metadata into the OS release by [@robarnold](https://github.com/robarnold) in [#122](marinatedconcrete/config#122)
- Update dependency universal-silabs-flasher to v0.0.19 by [@renovate](https://github.com/renovate) in [#118](marinatedconcrete/config#118)
- Update earthly/earthly Docker tag to v0.8.4 by [@renovate](https://github.com/renovate) in [#94](marinatedconcrete/config#94)
- Update earthly/actions-setup action to v1.0.10 by [@renovate](https://github.com/renovate) in [#123](marinatedconcrete/config#123)
- Update dependency ansible to v9.3.0 by [@renovate](https://github.com/renovate) in [#124](marinatedconcrete/config#124)
- Update Yarn to v4.1.1 by [@renovate](https://github.com/renovate) in [#125](marinatedconcrete/config#125)
- Update earthly/earthly Docker tag to v0.8.5 by [@renovate](https://github.com/renovate) in [#129](marinatedconcrete/config#129)
- Add htop to the custom image by [@robarnold](https://github.com/robarnold) in [#128](marinatedconcrete/config#128)
- Update earthly/actions-setup action to v1.0.11 by [@renovate](https://github.com/renovate) in [#131](marinatedconcrete/config#131)
- Update earthly/earthly Docker tag to v0.8.6 by [@renovate](https://github.com/renovate) in [#132](marinatedconcrete/config#132)
- Update koalaman/shellcheck-alpine Docker tag to v0.10.0 by [@renovate](https://github.com/renovate) in [#127](marinatedconcrete/config#127)
- Update ghcr.io/kube-vip/kube-vip Docker tag to v0.7.2 by [@renovate](https://github.com/renovate) in [#119](marinatedconcrete/config#119)
- Add a PriorityClass Component by [@sdwilsh](https://github.com/sdwilsh) in [#133](marinatedconcrete/config#133)
- Tell vscode to use prettier to autoformat yaml and js by [@sdwilsh](https://github.com/sdwilsh) in [#135](marinatedconcrete/config#135)
- Update dependency ansible to v9.4.0 by [@renovate](https://github.com/renovate) in [#136](marinatedconcrete/config#136)
- Update earthly/actions-setup action to v1.0.12 by [@renovate](https://github.com/renovate) in [#137](marinatedconcrete/config#137)
- Update earthly/earthly Docker tag to v0.8.7 by [@renovate](https://github.com/renovate) in [#138](marinatedconcrete/config#138)
- Update earthly/actions-setup action to v1.0.13 by [@renovate](https://github.com/renovate) in [#141](marinatedconcrete/config#141)
- Update actions/checkout action to v4.1.4 by [@renovate](https://github.com/renovate) in [#143](marinatedconcrete/config#143)
- Update Yarn to v4.2.1 by [@renovate](https://github.com/renovate) in [#144](marinatedconcrete/config#144)
- Enable renovate to automerge all patch level updates by [@robarnold](https://github.com/robarnold) in [#145](marinatedconcrete/config#145)
- Update earthly/earthly Docker tag to v0.8.9 by [@renovate](https://github.com/renovate) in [#139](marinatedconcrete/config#139)
- Update python Docker tag to v3.12.3 by [@renovate](https://github.com/renovate) in [#120](marinatedconcrete/config#120)
- Update devcontainers/action action to v1.4.2 by [@renovate](https://github.com/renovate) in [#113](marinatedconcrete/config#113)
- Update actions/checkout action to v4.1.5 by [@renovate](https://github.com/renovate) in [#149](marinatedconcrete/config#149)
- Update Yarn to v4.2.2 by [@renovate](https://github.com/renovate) in [#150](marinatedconcrete/config#150)
- Update dependency ansible to v9.5.1 by [@renovate](https://github.com/renovate) in [#147](marinatedconcrete/config#147)
- Add a new Unifi Network Application Component  by [@sdwilsh](https://github.com/sdwilsh) in [#134](marinatedconcrete/config#134)
- Update dependency kairos-io/kairos to v3 by [@renovate](https://github.com/renovate) in [#126](marinatedconcrete/config#126)
- Add CoralTPU definition for generic-device-plugin by [@robarnold](https://github.com/robarnold) in [#152](marinatedconcrete/config#152)
- Set priority for paperless by [@robarnold](https://github.com/robarnold) in [#151](marinatedconcrete/config#151)
- Update actions/checkout action to v4.1.6 by [@renovate](https://github.com/renovate) in [#153](marinatedconcrete/config#153)
- Update earthly/earthly Docker tag to v0.8.11 by [@renovate](https://github.com/renovate) in [#154](marinatedconcrete/config#154)
- Update lscr.io/linuxserver/unifi-network-application Docker tag to v8.1.127 by [@renovate](https://github.com/renovate) in [#156](marinatedconcrete/config#156)
- Update mongo Docker tag to v7.0.9 by [@renovate](https://github.com/renovate) in [#157](marinatedconcrete/config#157)
- Run some workflows on release by [@robarnold](https://github.com/robarnold) in [#158](marinatedconcrete/config#158)

#### New Contributors

- [@sdwilsh](https://github.com/sdwilsh) made their first contribution in [#9](marinatedconcrete/config#9)
- [@renovate](https://github.com/renovate) made their first contribution in [#13](marinatedconcrete/config#13)

**Full Changelog**: <https://github.com/marinatedconcrete/config/commits/v1.0.0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant