forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: argo-cd 2.11 #312
Merged
Merged
feat: argo-cd 2.11 #312
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
* Update the Okta SSO docs * fill out the OIDC section with step-by-step instructions on using Okta with custom authorization servers * adjust outdated docs about updating the docs Signed-off-by: Jonas Courteau <[email protected]> * Add the Okta version that these docs are written against Signed-off-by: Jonas Courteau <[email protected]> --------- Signed-off-by: Jonas Courteau <[email protected]> Signed-off-by: Dan Garfield <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Which allows you to reuse the same hostname. Co-authored-by: Boris Smidt <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
argoproj#17111) Bumps library/golang from 1.21.3 to 1.22.0. --- updated-dependencies: - dependency-name: library/golang 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>
…roj#17092) Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.22.10 to 1.22.13. - [Release notes](https://github.com/yarnpkg/yarn/releases) - [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md) - [Commits](yarnpkg/yarn@1.22.10...v1.22.13) --- updated-dependencies: - dependency-name: yarn dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <[email protected]>
…er (argoproj#16806) Bumps library/redis from 7.0.11 to 7.2.4. --- updated-dependencies: - dependency-name: library/redis 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: pasha-codefresh <[email protected]>
…7096) Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.22.10 to 1.22.21. - [Release notes](https://github.com/yarnpkg/yarn/releases) - [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md) - [Commits](yarnpkg/yarn@1.22.10...v1.22.21) --- updated-dependencies: - dependency-name: yarn dependency-type: direct:development 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: Blake Pettersson <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Bumps library/node from 20.6.1 to 21.6.1. --- updated-dependencies: - dependency-name: library/node 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: pasha-codefresh <[email protected]>
Signed-off-by: fengshunli <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
…j#16652 (argoproj#16653) * use repo root, not app path Signed-off-by: Prune <[email protected]> correct patch Signed-off-by: Prune <[email protected]> * use Getwd to find the root path for diff commands Signed-off-by: Prune <[email protected]> * set dot a default for argo app commands Signed-off-by: Prune <[email protected]> * revert default values Signed-off-by: Prune <[email protected]> * patch diff in TestNamespacedResourceDiffing Signed-off-by: Prune <[email protected]> * patching some diff and sync Signed-off-by: Prune <[email protected]> * patch remaining diff in error Signed-off-by: Prune <[email protected]> --------- Signed-off-by: Prune <[email protected]>
The existing backend filters get triggered even on frontend-only or docs-only changes, which should not be the case. The reason for this seems to be the fact that each filter line is ORed rather than ANDed. To remedy this, we put all the filters on the same line. I tried the filter out in a REPL (https://runkit.com/blakepettersson/65c3daba99653f0008c74eda). This is a filter using picomatch (the same library `dorny/paths-filter` uses). Signed-off-by: Blake Pettersson <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: asingh51 <[email protected]> Co-authored-by: asingh51 <[email protected]>
…rd (argoproj#17168) * Add support for passing Sentinel username and password Signed-off-by: ShlomiTubul <[email protected]> * fix align with var naming Signed-off-by: ShlomiTubul <[email protected]> * fix align with var naming Signed-off-by: ShlomiTubul <[email protected]> --------- Signed-off-by: ShlomiTubul <[email protected]> Co-authored-by: ShlomiTubul <[email protected]>
…abled (argoproj#17097) * fix: stop initializing deployment informer if dynamic sharding is disabled Signed-off-by: Soumya Ghosh Dastidar <[email protected]> * feat: updated sharding cache getter func Signed-off-by: Soumya Ghosh Dastidar <[email protected]> --------- Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
Signed-off-by: Jan Schumann <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Signed-off-by: David Grizzanti <[email protected]>
* Template.md targetRevision typo fixed Signed-off-by: Ajay Chidambaram <[email protected]> * retrigger checks Signed-off-by: Ajay Chidambaram <[email protected]> * sign off Signed-off-by: chidambaram27 <[email protected]> Signed-off-by: Ajay Chidambaram <[email protected]> * sign off Signed-off-by: Ajay Chidambaram <[email protected]> --------- Signed-off-by: Ajay Chidambaram <[email protected]> Signed-off-by: chidambaram27 <[email protected]>
* helm-repo Signed-off-by: Surajyadav <[email protected]> * Update docs/user-guide/helm.md Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Suraj yadav <[email protected]> --------- Signed-off-by: Surajyadav <[email protected]> Signed-off-by: Suraj yadav <[email protected]> Co-authored-by: Blake Pettersson <[email protected]>
…oj#17016) (argoproj#17167) * fix: infer correct shard in statefulset setup Signed-off-by: Lukas Wöhrl <[email protected]> * fix the case if only a single replica Signed-off-by: Lukas Wöhrl <[email protected]> * fix: resolving pointer on shard compare Signed-off-by: Lukas Wöhrl <[email protected]> * fix: add readlock for cluster accessor Signed-off-by: Lukas Wöhrl <[email protected]> * fix: use defer to protect access of 'shard' Signed-off-by: Lukas Wöhrl <[email protected]> * fix: revert locking in getclusteraccessor Signed-off-by: Lukas Wöhrl <[email protected]> * fix: handle nil shard case Signed-off-by: Lukas Wöhrl <[email protected]> * fix: handle any nil shard value as false Signed-off-by: Lukas Wöhrl <[email protected]> * fix: handle nil case and fix another missing pointer dereference Signed-off-by: Lukas Wöhrl <[email protected]> * revert Signed-off-by: Lukas Wöhrl <[email protected]> * fix: added tests and fixed some behaviour bugs Signed-off-by: Lukas Wöhrl <[email protected]> * test: add test to validate that Shard value is not overriden Signed-off-by: Lukas Wöhrl <[email protected]> * fix: added tests and fixe the case when server is changed inside a secret Signed-off-by: Lukas Wöhrl <[email protected]> * tests: add test cases for infering the shard logic Signed-off-by: Lukas Wöhrl <[email protected]> --------- Signed-off-by: Lukas Wöhrl <[email protected]>
* feat: wait until resources are deleted Signed-off-by: MichaelMorris <[email protected]> * Added unit and e2e test Signed-off-by: MichaelMorris <[email protected]> --------- Signed-off-by: MichaelMorris <[email protected]>
…proj#17013) * fix(controller): add missing kubernetes metrics Signed-off-by: Alexandre Gaudreault <[email protected]> * validate workqueue metrics are present Signed-off-by: Alexandre Gaudreault <[email protected]> * use newer metrics registry Signed-off-by: Alexandre Gaudreault <[email protected]> * fix duplicated Signed-off-by: Alexandre Gaudreault <[email protected]> * init runtime controller in test to have correct metrics Signed-off-by: Alexandre Gaudreault <[email protected]> * fix lint error Signed-off-by: Alexandre Gaudreault <[email protected]> * update controller-runtime to remove metrics with high cardinality Signed-off-by: Alexandre Gaudreault <[email protected]> --------- Signed-off-by: Alexandre Gaudreault <[email protected]> Signed-off-by: Alexandre Gaudreault <[email protected]>
* chore(deps): upgrade helm to 3.14.1 Signed-off-by: Alexandre Gaudreault <[email protected]> * move files to folder...... Signed-off-by: Alexandre Gaudreault <[email protected]> --------- Signed-off-by: Alexandre Gaudreault <[email protected]>
* docs: Add PayIt to USERS.md Signed-off-by: Matt Menzenski <[email protected]> * docs: Add PayIt to USERS.md Signed-off-by: Matt Menzenski <[email protected]> --------- Signed-off-by: Matt Menzenski <[email protected]>
Signed-off-by: NextBasket-Petyo <[email protected]>
…#17221) (argoproj#17229) Signed-off-by: Keith Chong <[email protected]>
Signed-off-by: Mikołaj Przybysz <[email protected]> Co-authored-by: Mikołaj Przybysz <[email protected]> Co-authored-by: Blake Pettersson <[email protected]>
…oproj#17226) Bumps library/node from 21.6.1 to 21.6.2. --- updated-dependencies: - dependency-name: library/node 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: pasha-codefresh <[email protected]>
Bumps library/node from 21.6.1 to 21.6.2. --- updated-dependencies: - dependency-name: library/node 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: pasha-codefresh <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]>
Signed-off-by: Justin Marquis <[email protected]> Co-authored-by: Justin Marquis <[email protected]> Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]>
…-haproxy (argoproj#18367) (argoproj#18372) * fix: runing local failed * fix: Redis egress removal --------- Signed-off-by: xiaowu.zhu <[email protected]> Signed-off-by: May Zhang <[email protected]> Co-authored-by: May Zhang <[email protected]> Co-authored-by: yyzxw <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <[email protected]>
… while using manifests and diff commands (argoproj#18395) (argoproj#18408)
…syncs (issue argoproj#18237) (argoproj#18256) (argoproj#18439) * Ensure truncated app label does not end in a special character * Move regex to global variable and add out of bounds check * Add test for out-of-bounds check --------- Signed-off-by: Zack Robinson <[email protected]> Co-authored-by: Zack Robinson <[email protected]>
Signed-off-by: Blake Pettersson <[email protected]>
* fix: prevent enumerating by cluster name, return exact error for case when cluster exists and not Signed-off-by: pashakostohrys <[email protected]> * fix: prevent cluster enumeration by name Signed-off-by: pashakostohrys <[email protected]> * fix: prevent cluster enumeration by name Signed-off-by: pashakostohrys <[email protected]> * fix linter and add unit test Signed-off-by: pashakostohrys <[email protected]> * fix linter and add unit test Signed-off-by: pashakostohrys <[email protected]> --------- Signed-off-by: pashakostohrys <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <[email protected]>
Signed-off-by: Justin Marquis <[email protected]>
…urce of multisourced app
* event-reporter: added support of codefresh tls CA certificate * fix lint issue * updated CHANGELOG.md
oleksandr-codefresh
force-pushed
the
CR-2.11-merge
branch
from
June 17, 2024 16:01
2789965
to
4801e5f
Compare
pasha-codefresh
approved these changes
Jun 17, 2024
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.
Merge upstream - v2.11.3
Checklist: