Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency argoproj/argo-cd to v2.6.6 #1039

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.6.3 -> v2.6.6

Release Notes

argoproj/argo-cd

v2.6.6

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.6/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.6/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 12 contributions from 4 contributors with 0 features and 3 bug fixes.

Bug fixes (3)
  • fix(appset): git files generator in matrix generator produces no params (#​12881) (#​12882)
  • fix: log plugin commands in a better format (#​12260) (#​12875)
  • fix: support 'project' filter field for backwards-compatibility (#​12594)
Documentation (4)
Other (5)
  • chore(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#​12888)
  • chore(deps): bump actions/checkout from 3.3.0 to 3.4.0 (#​12889)
  • build: Enable CI checks on PRs to release branches (#​12887)
  • test: wait longer after repo server restarted to avoid errors on s390x (#​12839) (#​12886)
  • chore(deps): bump actions/cache from 3.2.6 to 3.3.1 (#​12845)

v2.6.5

Compare Source

Quick Start

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

Known Issues

Broken matrix-nested git files generator in 2.6.5

Argo CD 2.5.14 introduced a bug in the matrix-nested git files generator. The bug only applies when the git files
generator is the second generator nested under a matrix. For example:

apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
  name: guestbook
spec:
  generators:
  - matrix:
      generators:
        - clusters: {}
        - git:
            repoURL: https://git.example.com/org/repo.git
            revision: HEAD
            files:
              - path: "defaults/*.yaml"
  template:

### ...

The nested git files generator will produce no parameters, causing the matrix generator to also produce no parameters.
This will cause the ApplicationSet to produce no Applications. If the ApplicationSet controller is
configured with the ability to delete applications,
it will delete all Applications which were previously created by the ApplicationSet.

To avoid this issue, upgrade directly to >=2.5.15 or >= 2.6.6.

Changes

This release includes 6 contributions from 2 contributors with 0 features and 3 bug fixes.

Bug fixes (3)
Documentation (2)
Other (1)

v2.6.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.4/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 15 contributions from 3 contributors with 0 features and 5 bug fixes.

Bug fixes (5)
Documentation (5)
Other (5)
  • chore(deps): bump actions/cache from 3.2.5 to 3.2.6 (#​12567)
  • chore(deps): bump sigstore/cosign-installer from 2.8.1 to 3.0.1 (#​12689)
  • chore: Add unit tests for the shared health resource feature and fix docs (#​12715) (#​12720) (#​12731)
  • chore: upgrade redis to 7.0.8 to avoid several CVEs (#​12627)
  • chore: upgrade haproxy to 2.6.9 to avoid multiple CVEs (#​12628) (#​12658)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@codecov
Copy link

codecov bot commented Mar 11, 2023

Codecov Report

Merging #1039 (7bf37cb) into main (abd4e09) will increase coverage by 0.19%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1039      +/-   ##
==========================================
+ Coverage   58.57%   58.76%   +0.19%     
==========================================
  Files         124      124              
  Lines        9910     9910              
==========================================
+ Hits         5805     5824      +19     
+ Misses       3889     3875      -14     
+ Partials      216      211       -5     

see 4 files with indirect coverage changes

Flag Coverage Δ
certificate-operator 64.15% <ø> (ø)
component-tests 60.69% <ø> (+1.37%) ⬆️
lifecycle-operator 78.39% <ø> (ø)
metrics-operator 77.00% <ø> (ø)
scheduler 21.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-2.6.x branch 10 times, most recently from 7344fc5 to 1569398 Compare March 16, 2023 14:24
@renovate renovate bot changed the title deps: update dependency argoproj/argo-cd to v2.6.4 deps: update dependency argoproj/argo-cd to v2.6.5 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-2.6.x branch 2 times, most recently from 4fa7b0a to db1eb64 Compare March 19, 2023 23:31
@renovate renovate bot changed the title deps: update dependency argoproj/argo-cd to v2.6.5 deps: update dependency argoproj/argo-cd to v2.6.6 Mar 19, 2023
thschue
thschue previously approved these changes Mar 20, 2023
Copy link
Contributor

@thschue thschue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-2.6.x branch 2 times, most recently from 5b06049 to 046e409 Compare March 20, 2023 08:42
thisthat
thisthat previously approved these changes Mar 20, 2023
mowies
mowies previously approved these changes Mar 20, 2023
@renovate renovate bot dismissed stale reviews from mowies and thisthat via 7bf37cb March 20, 2023 08:47
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-2.6.x branch from 046e409 to 7bf37cb Compare March 20, 2023 08:47
@sonarcloud
Copy link

sonarcloud bot commented Mar 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@bacherfl bacherfl merged commit fb0f7a3 into main Mar 20, 2023
@bacherfl bacherfl deleted the renovate/argoproj-argo-cd-2.6.x branch March 20, 2023 11:03
@keptn-bot keptn-bot mentioned this pull request Mar 22, 2023
aepfli pushed a commit to aepfli/lifecycle-toolkit that referenced this pull request Mar 30, 2023
Signed-off-by: Renovate Bot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants