forked from argoproj/argo-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge to original #1
Open
gabrieloandco
wants to merge
1,081
commits into
gabrieloandco:master
Choose a base branch
from
argoproj:main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.3...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout 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>
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@99576bf...0025e74) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... 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]>
….5.2 (#2669) chore(deps): bump amannn/action-semantic-pull-request Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.4.0 to 5.5.2. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@e9fabac...cfb6070) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... 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]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@1746f4a...6546280) --- updated-dependencies: - dependency-name: actions/upload-artifact 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]>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
…2.0 (#2675) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
…Binding (#2676) remove unnecessary if statements Signed-off-by: Daniel Beilin <[email protected]> Co-authored-by: Aikawa <[email protected]>
…#2677) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
* Install applicationset crd always ApplicationSet is required by argocd-server, cannot be "opt-out". If ApplicationSet CRD is not installed, we see lot of errors: ``` W0507 19:44:33.469804 7 reflector.go:424] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io) E0507 19:44:33.469828 7 reflector.go:140] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: Failed to watch *v1alpha1.ApplicationSet: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io) ``` Signed-off-by: Thomas Decaux <[email protected]> * Bump chart version Signed-off-by: Thomas Decaux <[email protected]> * Bump Chart.yaml patch version Signed-off-by: Thomas Decaux <[email protected]> * Update Chart.yaml changelog Signed-off-by: Thomas Decaux <[email protected]> --------- Signed-off-by: Thomas Decaux <[email protected]> Co-authored-by: Petr Drastil <[email protected]> Co-authored-by: yuki.kitakata <[email protected]>
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@0864cf1...dc50aa9) --- updated-dependencies: - dependency-name: ossf/scorecard-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>
Signed-off-by: Petr Drastil <[email protected]>
* feat(argo-workflows): Allow adding additional ServiceAccounts to RoleBinding (#2676) remove unnecessary if statements Signed-off-by: Daniel Beilin <[email protected]> Co-authored-by: Aikawa <[email protected]> Signed-off-by: Andres Vara Parsegov <[email protected]> * feat(argo-cd): Support ability to set .Values.namespaceOverride Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): typo Signed-off-by: Andres Vara Parsegov <[email protected]> * chore(deps): update actions/create-github-app-token action to v1.10.0 (#2677) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Signed-off-by: Andres Vara Parsegov <[email protected]> * feat(argo-rollouts): Add podLabels at the controller & dashboard level (#2678) Signed-off-by: Andres Vara Parsegov <[email protected]> * feat(argo-cd): Support ability to set .Values.namespaceOverride Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): typo Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): autocorrection Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): typos Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): typos Signed-off-by: Andres Vara Parsegov <[email protected]> * removed auota Signed-off-by: Andres Vara Parsegov <[email protected]> * Update Chart.yaml Signed-off-by: Andres Vara <[email protected]> --------- Signed-off-by: Daniel Beilin <[email protected]> Signed-off-by: Andres Vara Parsegov <[email protected]> Signed-off-by: Andres Vara <[email protected]> Co-authored-by: Daniel Beilin <[email protected]> Co-authored-by: Aikawa <[email protected]> Co-authored-by: Andres Vara Parsegov <[email protected]> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: mitchell amihod <[email protected]>
…mage-updater to v0.13.0 (#2692) * chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.13.0 * feat(argocd-image-updater): update deployment as following upstream Signed-off-by: yu-croco <[email protected]> * fix(argocd-image-updater): correct doc Signed-off-by: yu-croco <[email protected]> * fix(argocd-image-updater): fix manifest Signed-off-by: yu-croco <[email protected]> * chore(argocd-image-updater): bump version 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]>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Adding checksum to argocd-cm to dex pod Signed-off-by: Etienne Kemp-Rousseau <[email protected]> Co-authored-by: yuki.kitakata <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout 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>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.25.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdcdbb5...b7cec75) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: yuki.kitakata <[email protected]>
…ettings for controller (#3100) * feat(argo-rollouts): Add lifecyle and terminationGracePeriodSeconds settings for controller Signed-off-by: AviorSchreiber <[email protected]> * Update charts/argo-rollouts/templates/controller/deployment.yaml Co-authored-by: Aikawa <[email protected]> Signed-off-by: AviorSchreiber <[email protected]> * Update charts/argo-rollouts/templates/controller/deployment.yaml Co-authored-by: JM (Jason Meridth) <[email protected]> Signed-off-by: AviorSchreiber <[email protected]> --------- Signed-off-by: AviorSchreiber <[email protected]> Co-authored-by: Aikawa <[email protected]> Co-authored-by: JM (Jason Meridth) <[email protected]>
feat(argo-workflows) Support ephemeral credentials for s3 Signed-off-by: Bart Versteeg <[email protected]>
Signed-off-by: yu-croco <[email protected]>
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
…mage-updater to v0.15.2 (#3109) Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
* Updated tpl function Signed-off-by: gyajangi1 <[email protected]> * Update ingress.yaml Signed-off-by: gyajangi1 <[email protected]> * reverted changes Signed-off-by: gyajangi1 <[email protected]> * Updated ingress.yaml Signed-off-by: gyajangi1 <[email protected]> * Update charts/argo-cd/templates/argocd-server/ingress.yaml Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]> Signed-off-by: gyajangi1 <[email protected]> * Update charts/argo-cd/templates/argocd-server/ingress.yaml Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]> Signed-off-by: gyajangi1 <[email protected]> * update changelog for tpl function in ingress Signed-off-by: gyajangi1 <[email protected]> * update changelog for tpl function in ingress Signed-off-by: gyajangi1 <[email protected]> * Update chart version 7.7.14 Signed-off-by: gyajangi1 <[email protected]> * Update charts/argo-cd/Chart.yaml Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]> Signed-off-by: gyajangi1 <[email protected]> * fix: Drop trailing spaces Signed-off-by: Marco Maurer (-Kilchhofer) <[email protected]> --------- Signed-off-by: gyajangi1 <[email protected]> Signed-off-by: Marco Maurer (-Kilchhofer) <[email protected]> Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]>
…3112) Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
…kflow Controller (#3115) Support workflowEvent configuration to Argo Workflow Controller Signed-off-by: Cristhian Roa <[email protected]> Co-authored-by: Aikawa <[email protected]>
… creation (#3124) * chore(argo-events): Update dependency argoproj/argo-events to v1.9.5 (#3121) Signed-off-by: nhershman <[email protected]> * chore(deps): bump the dependencies group with 2 updates (#3122) Signed-off-by: nhershman <[email protected]> * adding conditional for argocd-tls-certs-cm.yaml to be created by Helm Signed-off-by: nhershman <[email protected]> * adding changelog Signed-off-by: nhershman <[email protected]> --------- Signed-off-by: nhershman <[email protected]> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicole Hershman <[email protected]>
Signed-off-by: Marco Maurer <[email protected]>
) * feat: made argocd image updater cm and secret name templated Signed-off-by: AvivGuiser <[email protected]> * fix indention Signed-off-by: AvivGuiser <[email protected]> * update Chart.yaml Signed-off-by: AvivGuiser <[email protected]> * chore: Apply changes from code review Signed-off-by: Marco Maurer <[email protected]> * chore: Reflect changes from review inside changelog Signed-off-by: Marco Maurer (-Kilchhofer) <[email protected]> --------- Signed-off-by: AvivGuiser <[email protected]> Signed-off-by: Marco Maurer <[email protected]> Signed-off-by: Marco Maurer (-Kilchhofer) <[email protected]> Co-authored-by: Marco Maurer <[email protected]>
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
…at allows sync impersonation (#3138)
… to v7.4.2 (#3108) * chore(argo-cd): Update public.ecr.aws/docker/library/redis Docker tag to v7.4.2 Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> * fix version Signed-off-by: yu-croco <[email protected]> Signed-off-by: Aikawa <[email protected]> --------- Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Signed-off-by: Aikawa <[email protected]> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: Aikawa <[email protected]>
…ag to v1.67.0 (#3104) Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Signed-off-by: Marco Maurer (-Kilchhofer) <[email protected]> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]>
* fix required cluster credential name Signed-off-by: atgane <[email protected]> * fix Signed-off-by: atgane <[email protected]> * update changelog & docs Signed-off-by: atgane <[email protected]> * chore: Drop unnecessary docs inside README.md and README.md.gotmpl Signed-off-by: Marco Maurer <[email protected]> --------- Signed-off-by: atgane <[email protected]> Signed-off-by: Marco Maurer <[email protected]> Co-authored-by: Marco Maurer <[email protected]>
* feat(github): Analyse past release times Signed-off-by: Tim Collins <[email protected]> * typo Signed-off-by: Tim Collins <[email protected]> * add megalinter config. Fix my rubbish code to appease the linter Signed-off-by: Tim Collins <[email protected]> --------- Signed-off-by: Tim Collins <[email protected]> Co-authored-by: Aikawa <[email protected]>
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
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.
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist:
Changes are automatically published when merged to
master
. They are not published on branches.