forked from argoproj/argo-helm
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Argo events 2.4.7 sync cr 24607 #89
Merged
ilia-medvedev-codefresh
merged 205 commits into
argo-events
from
argo-events-2.4.7-sync-CR-24607
Jul 28, 2024
Merged
Argo events 2.4.7 sync cr 24607 #89
ilia-medvedev-codefresh
merged 205 commits into
argo-events
from
argo-events-2.4.7-sync-CR-24607
Jul 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…3.5.3 (argoproj#2419) * chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.5.3 * Apply automatic changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
…3.5.4 (argoproj#2422) * chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.5.4 * Apply automatic changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
* Minor Changes to policy.csv block Added Missing ':' Signed-off-by: Aman Gupta <[email protected]> * Update Chart.yaml Signed-off-by: Aman Gupta <[email protected]> * Update Changelog Signed-off-by: Aman Gupta <[email protected]> --------- Signed-off-by: Aman Gupta <[email protected]>
…alues.yaml (argoproj#2426) * fix: wrong `artifactRepository` identations on values.yaml on `artifactRepository.gcs` the following 3 keys were in the same level: - `.serviceAccountKeySecret` - `.name` - `.key` Signed-off-by: Lucas Fernando Cardoso Nunes <[email protected]> * Update Chart.yaml Signed-off-by: Lucas Fernando Cardoso Nunes <[email protected]> --------- Signed-off-by: Lucas Fernando Cardoso Nunes <[email protected]>
* feat(argocd-image-updater): Support extra K8s manifests Signed-off-by: yu-croco <[email protected]> * chore(argocd-image-updater): add CI for extraObjects Signed-off-by: yu-croco <[email protected]> --------- Signed-off-by: yu-croco <[email protected]>
… custom volumes (argoproj#2410) * Add optional volumes to replace emptydir Provide user-driven option to replace emptydir volumes with desired solution Signed-off-by: Michele Sacchetti <[email protected]> * existingVolumes default values provide default values with empy object to ensure default behavior is backward-compatible Signed-off-by: Michele Sacchetti <[email protected]> * Update Chart.yaml bump version Signed-off-by: Michele Sacchetti <[email protected]> * Update Chart.yaml add changelog Signed-off-by: Michele Sacchetti <[email protected]> * fix docs fix docs on new entry Signed-off-by: Michele Sacchetti <[email protected]> * fix readme Signed-off-by: Michele Sacchetti <[email protected]> * Update README.md.gotmpl Signoff commit Signed-off-by: Michele Sacchetti <[email protected]> * fix readme Signed-off-by: Michele Sacchetti <[email protected]> * fixCamelCase Signed-off-by: Michele Sacchetti <[email protected]> --------- Signed-off-by: Michele Sacchetti <[email protected]>
Signed-off-by: yu-croco <[email protected]>
Signed-off-by: yu-croco <[email protected]>
…argoproj#2443) * fix(argo-cd): Fix fail to render `.Values.configs.secret.azureDevops` Signed-off-by: yu-croco <[email protected]> * chore(argo-cd): Remove unnecessary comment Signed-off-by: yu-croco <[email protected]> * fix(argo-cd): base64 username Signed-off-by: yu-croco <[email protected]> * fix(argo-cd): correct syntax Signed-off-by: yu-croco <[email protected]> --------- Signed-off-by: yu-croco <[email protected]>
Signed-off-by: yu-croco <[email protected]>
) Signed-off-by: João Estrela <[email protected]>
…nstanceLabelKey (argoproj#2447) docs: Update docs with the correct default for application.instanceLabelKey Signed-off-by: Matt Dainty <[email protected]>
…rgoproj#2451) This commit addresses two places where trailing whitespace may be generated in the workflow-controller ConfigMap. When the value `.resourceRateLimit` is not null, a trailing whitespace is added after "resourceRateLimit:". This commit trims that whitespace. When the value `.sso.redirectUrl` is left as the default of empty string, a trailing whitespace is left after "redirectUrl:" as this value is not quoted. This commit pipes this value through `quote` to ensure this whitespace is no longer trailing and instead followed by `"` pair. The main motivation of this commit is to generate a workflow-controller ConfigMap that is properly pretty-printed, which trailing whitespace prevents. Signed-off-by: James Slater <[email protected]> Co-authored-by: James Slater <[email protected]>
…oj#2449) * docs(argocd-apps): Add deprecated note for Argo CD Extensions Signed-off-by: yu-croco <[email protected]> * fix(argocd-apps): Remove broken CI Signed-off-by: yu-croco <[email protected]> * chore(argocd-apps): Bump minor version due to deprecation Signed-off-by: yu-croco <[email protected]> --------- Signed-off-by: yu-croco <[email protected]>
…oj#2454) Signed-off-by: ishuar <[email protected]> Co-authored-by: Aikawa <[email protected]>
…rgoproj#2442) * feat(argocd-apps): support ignoreApplicationDifferences Signed-off-by: imranismail <[email protected]> * chore: bump version Signed-off-by: Imran Ismail <[email protected]> --------- Signed-off-by: imranismail <[email protected]> Signed-off-by: Imran Ismail <[email protected]> Co-authored-by: Aikawa <[email protected]>
* bump redis deps Signed-off-by: drfaust92 <[email protected]> * bump redis deps Signed-off-by: drfaust92 <[email protected]> * bump redis deps Signed-off-by: drfaust92 <[email protected]> * bump redis deps Signed-off-by: drfaust92 <[email protected]> --------- Signed-off-by: drfaust92 <[email protected]>
Signed-off-by: René Gärtner <[email protected]>
…rgoproj#2471) Signed-off-by: imranismail <[email protected]>
…j#2735) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9fdb3e4...f079b84) --- updated-dependencies: - dependency-name: github/codeql-action 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> Co-authored-by: Aikawa <[email protected]>
…argoproj#2739) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
…oproj#2740) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: Aikawa <[email protected]>
…oj#2748) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
…7.0 (argoproj#2763) * chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.7.0 * feat(argo-rollouts): Update resources as following upstream Signed-off-by: yu-croco <[email protected]> * fix(argo-rollouts): update doc Signed-off-by: yu-croco <[email protected]> --------- Signed-off-by: yu-croco <[email protected]> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: yu-croco <[email protected]>
* fix(argo-workflows): revert `BASE_HREF` change This reverts commit 134cecd. Sorry, I screwed up this and caused a regression. Didn't read my own release notes (from 4 months ago to be fair) where `ARGO_BASE_HREF` would not work previously as it was inconsistently `ARGO_BASEHREF`. So there is no forward compatible change to be made here, so just revert this. Will have to reinstate this change for the 3.6 upgrade Signed-off-by: Anton Gilgur <[email protected]> * changelog update Signed-off-by: Anton Gilgur <[email protected]> --------- Signed-off-by: Anton Gilgur <[email protected]>
…3.5.8 (argoproj#2773) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
…proj#2780) * Add secrettemplate to argo-cd server certificate Signed-off-by: Ims, Julie <[email protected]> * refactor documentation Signed-off-by: Ims, Julie <[email protected]> * added changelog Signed-off-by: Ims, Julie <[email protected]> * remove empty line Signed-off-by: Ims, Julie <[email protected]> * correct comment in values file Signed-off-by: Ims, Julie <[email protected]> * move documentation comment according to test results Signed-off-by: Ims, Julie <[email protected]> --------- Signed-off-by: Ims, Julie <[email protected]>
…cates (argoproj#2741) * Remove Certificate's secretName because expected names by server and applicationset are static Signed-off-by: Erwan Vallienne <[email protected]> * Apply suggestions from code review Signed-off-by: Marco Maurer (-Kilchhofer) <[email protected]> * Fix lint Signed-off-by: Erwan Vallienne <[email protected]> --------- Signed-off-by: Erwan Vallienne <[email protected]> Signed-off-by: Marco Maurer (-Kilchhofer) <[email protected]> Signed-off-by: Erwan Vallienne <[email protected]> Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]>
…oj#2777) * feat(argo-rollouts): Most users of Argo-rollouts may store secrets on vault which allows to auto inject secrets directly to secrets object using annotations. Signed-off-by:Mohamed Ragab <[email protected]> Signed-off-by: Mohamed Ragab <[email protected]> * Fix indentation Signed-off-by: Mohamed Ragab <[email protected]> --------- Signed-off-by: Mohamed Ragab <[email protected]> Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]>
feat(argocd): add shard option for clusterCredentials Signed-off-by: Clement Chevalier <[email protected]>
…goproj#2793) * fix(argo-rollouts): Add subscriptions into notifcations-configmap Signed-off-by: Jaime Pérez Halcón <[email protected]> * fix(argo-rollouts): Set version Signed-off-by: Jaime Pérez Halcón <[email protected]> * fix(argo-rollouts): Updated readme Signed-off-by: Jaime Pérez Halcón <[email protected]> * fix(values.yaml): fixed trailing spaces Signed-off-by: Jaime Pérez Halcón <[email protected]> --------- Signed-off-by: Jaime Pérez Halcón <[email protected]> Co-authored-by: Aikawa <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.