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.5.4 #492

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.5.2 -> v2.5.4

Release Notes

argoproj/argo-cd

v2.5.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.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 20 contributions from 16 contributors (10 of them new) with 0 features and 6 bug fixes.

A special thanks goes to the 10 new contributors:

  • Antoine Pultier
  • Artur Rodrigues
  • Cedar
  • Dieter Bocklandt
  • Duncan
  • Gerald Spencer
  • Michael Merrill
  • Michael Vittrup Larsen
  • Nathanael Liechti
  • Philip Haberkern
Bug fixes
  • fix: sidebar css (#​11531)
  • fix: use repository GithubAppCreds proxy if set (#​11422)
  • fix(ui): fix sorting of parameters. Make the Remove override button clickable again (#​11316)
  • fix: add missing changes for bitbucket cloud SCM provider (#​10143) (#​11150)
  • fix: expose missing ReactDOM to enable extensions implementation (#​11495)
  • fix: sonarlint issue (#​11472)
Documentation
  • docs: Add skipCrds and ignoreMissingValueFiles to application.yaml example (#​11565)
  • docs: update how to access arrays in Go templates (#​11562)
  • docs: Added ARGOCD_ENV_ prefix to FOO (#​11545)
  • docs: Add CSI secret driver to the secret management options (#​10900)
  • docs: Improve Keycloak documentation for command line sign-in (#​8758)
  • docs: Update operator manual installation helm available url (#​11120)
  • docs: Update Pull Request generator documentation to include application lifecycle (#​11274)
  • docs: fix markdown formatting (#​11460)
Other
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /ui (#​11533)
  • chore: add debug logs around CMP manifest generation (#​11185)
  • chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#​11535)
  • chore(deps): bump softprops/action-gh-release from 0.1.14 to 0.1.15 (#​11534)
  • chore: pin actions (#​11360)
  • chore: use set-output environment file (#​10999)

v2.5.3

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.3/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 21 contributions from 15 contributors (6 of them new) with 0 features and 11 bug fixes.

A special thanks goes to the 6 new contributors:

  • Edmund Rhudy
  • F1ko
  • Nicholas Morey
  • Nick Mohoric
  • Patrice Chalin
  • Shuai Zhang
Bug fixes
  • fix: hide app namespace on the ui (#​11111) (#​11247)
  • fix: ui banner covering sidebar (#​11101)
  • fix: Add support for /api/v1/applicationsets* via HTTP (#​11409)
  • fix: application stuck in infinite reconciliation loop if using wrong project (#​11246)
  • fix: remove 0.0.0.0/0 ipblock from network policies (#​11321) (#​11322)
  • fix: set HELM_CONFIG_HOME dir for oci registry authentication; fixes: #​11284 (#​11285)
  • fix: UI can now get clusters with slashes in name (#​9812) (#​9813)
  • fix: allow resolving repo root as jsonnet lib path (#​11119)
  • fix: retry token creation/deletion upon project conflict errors (#​11199)
  • fix: Retry IsConflict for settings update. Map kube API errors to retryable HTTP status codes (#​10817)
  • fix: use non distroless image for dex (#​11219)
Documentation
  • docs: improve build env variable list formatting (#​11429)
  • docs: fix references to cli tools moved under argocd admin (#​11181)
  • docs: Enable Google Analytics 4 for 2.5 (stable) (#​11323)
  • docs: add example for config management plugins exclusion (#​11187)
Other
  • chore(deps): bump actions/upload-artifact from 2 to 3 (#​11365)
  • chore(deps): bump actions/setup-node from 1 to 3 (#​11364)
  • chore(deps): bump actions/cache from 1 to 3 (#​11363)
  • chore(deps): bump codecov/codecov-action from 1 to 3 (#​11362)
  • chore(deps): bump actions/download-artifact from 2 to 3 (#​11361)
  • chore: use --password-stdin for docker login (#​11331)

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 Dec 1, 2022

Codecov Report

Merging #492 (3a9bb25) into main (23ddfa3) will increase coverage by 13.56%.
The diff coverage is n/a.

❗ Current head 3a9bb25 differs from pull request most recent head 032316b. Consider uploading reports for the commit 032316b to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #492       +/-   ##
===========================================
+ Coverage   48.84%   62.41%   +13.56%     
===========================================
  Files          55       32       -23     
  Lines        5143     2256     -2887     
===========================================
- Hits         2512     1408     -1104     
+ Misses       2525      744     -1781     
+ Partials      106      104        -2     
Impacted Files Coverage Δ
...or/controllers/keptnworkloadinstance/controller.go 76.80% <0.00%> (-2.07%) ⬇️
...ator/api/v1alpha1/keptnevaluationprovider_types.go
operator/api/v1alpha1/zz_generated.deepcopy.go
operator/api/v1alpha2/keptnworkload_types.go
operator/api/v1alpha1/keptnworkload_types.go
operator/api/v1alpha2/keptntask_types.go
operator/api/v1alpha1/keptntaskdefinition_types.go
operator/api/v1alpha2/keptntaskdefinition_types.go
operator/api/v1alpha1/keptntask_types.go
operator/api/v1alpha2/keptnapp_types.go
... and 15 more
Flag Coverage Δ
component-tests 51.77% <ø> (+0.64%) ⬆️
keptn-lifecycle-operator 60.14% <ø> (+12.86%) ⬆️
scheduler 4.52% <ø> (ø)

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.5.x branch 3 times, most recently from 461370c to 3a9bb25 Compare December 9, 2022 22:07
@renovate renovate bot changed the title deps: update dependency argoproj/argo-cd to v2.5.3 deps: update dependency argoproj/argo-cd to v2.5.4 Dec 9, 2022
@renovate renovate bot force-pushed the renovate/argoproj-argo-cd-2.5.x branch from 3a9bb25 to 032316b Compare December 12, 2022 14:40
@sonarcloud
Copy link

sonarcloud bot commented Dec 12, 2022

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

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

@thschue thschue merged commit 6f16dac into main Dec 15, 2022
@thschue thschue deleted the renovate/argoproj-argo-cd-2.5.x branch December 15, 2022 07:03
@keptn-bot keptn-bot mentioned this pull request Dec 15, 2022
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.

2 participants