forked from argoproj/argo-cd
-
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
Latest Master changes synced 2.11.0 #22
Merged
Merged
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
Missing \ in example Signed-off-by: mfreeman451 <[email protected]>
Signed-off-by: Lie Ryan <[email protected]> Co-authored-by: Blake Pettersson <[email protected]>
… in argocd-server (#16786) Signed-off-by: Alexander Matyushentsev <[email protected]>
* add list permissions for deployments to application controller Signed-off-by: ishitasequeira <[email protected]> * revert redis-ha chart changes Signed-off-by: ishitasequeira <[email protected]> * revert redis-ha chart changes Signed-off-by: ishitasequeira <[email protected]> --------- Signed-off-by: ishitasequeira <[email protected]>
…et controller. (#16699) Closes #16698. Signed-off-by: mugioka <[email protected]>
…5.10.1 (#15864) Signed-off-by: Anand Francis Joseph <[email protected]>
Signed-off-by: Mahesh <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
* fix: allow to run codegen outside GOPATH Signed-off-by: Alexandre Gaudreault <[email protected]> * clientgen Signed-off-by: Alexandre Gaudreault <[email protected]> * openapigen Signed-off-by: Alexandre Gaudreault <[email protected]> * remove ensure-gopath Signed-off-by: Alexandre Gaudreault <[email protected]> --------- Signed-off-by: Alexandre Gaudreault <[email protected]>
* feat(sharding): use a cache Signed-off-by: Alexandre Gaudreault <[email protected]> * cluster cmd Signed-off-by: Alexandre Gaudreault <[email protected]> * - Assign shard 0 to in-cluster cluster and nil check updates - Caching clusters while sharding: Fixing unit tests - Update generated docs - Debug e2e tests - Default the shardNumber to the number of replicas if it is calculated to a higher value - defered Unlock only when a lock is set - Disabling temporarly other versions of k3s to check if e2e passes - Do not fail if hostname format is not abc-n - Fix unit test and skip some e2e - Skip TestGitSubmoduleHTTPSSupport test - Remove breaking defer c.lock.Unlock() - Reverting testing all k3s version - Default sharding fix Signed-off-by: Akram Ben Aissi <[email protected]> Signed-off-by: Akram Ben Aissi <[email protected]> * fixes related to code review: renaming structure param, moving db initialisation Signed-off-by: Akram Ben Aissi <[email protected]> * Code review Signed-off-by: Akram Ben Aissi <[email protected]> * Set default shard to 0 Signed-off-by: Akram Ben Aissi <[email protected]> * Set different default value for Sts and Deployment mode Signed-off-by: Akram Ben Aissi <[email protected]> * Expose ClusterShardingCache Signed-off-by: Akram Ben Aissi <[email protected]> * Removing use of argoDB.db for DistributionFunction Signed-off-by: Akram Ben Aissi <[email protected]> * Update generated documentation Signed-off-by: Akram Ben Aissi <[email protected]> * Fix comment about NoShardingDistributionFunction and NoShardingAlgorithm Signed-off-by: Akram Ben Aissi <[email protected]> --------- Signed-off-by: Alexandre Gaudreault <[email protected]> Signed-off-by: Akram Ben Aissi <[email protected]> Co-authored-by: Alexandre Gaudreault <[email protected]>
…-rbac/kustomization.yaml. (#16810) * fix(manifests): applicationset-controller dir is not added to cluster-rbac/kustomization.yaml. Related PR: #16699. I missed adding a new folder(applicationset-controller) to kustomization.yaml. So, i addressed it. Signed-off-by: mugioka <[email protected]> * chore: exec `make manifests`. Signed-off-by: mugioka <[email protected]> * chore: exec `make manifests`. Signed-off-by: mugioka <[email protected]> --------- Signed-off-by: mugioka <[email protected]>
Signed-off-by: eddimull <[email protected]>
…rver when adding a EKS cluster (#16767) useful for argocd-servers which are not running in AWS and want to add multiple EKS clusters using separate keys instead of assuming roles #16766 Signed-off-by: Isaac Gaskin <[email protected]> Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
Signed-off-by: Alexander Matyushentsev <[email protected]>
Signed-off-by: zhaque44 <[email protected]>
Signed-off-by: doxsch <[email protected]>
…16812) (#16816) Use fully qualified application names in ApplicationWaitCommand Closes: #16812 Signed-off-by: Sergiy Kulanov <[email protected]>
Signed-off-by: Yuan Tang <[email protected]>
Signed-off-by: Regina Scott <[email protected]>
Signed-off-by: Blake Pettersson <[email protected]>
Signed-off-by: Chetan Deshmukh <[email protected]>
* Update Azure AD to Entra ID https://learn.microsoft.com/en-us/entra/fundamentals/new-name Signed-off-by: Ryan Flynn <[email protected]> * Add formerly known as azuread Signed-off-by: Ryan Flynn <[email protected]> --------- Signed-off-by: Ryan Flynn <[email protected]>
* Preventing runnings jobs when updating documentation Signed-off-by: Aymen Ben Tanfous <[email protected]> * Empty line added to .md file Signed-off-by: Aymen Ben Tanfous <[email protected]> --------- Signed-off-by: Aymen Ben Tanfous <[email protected]> Co-authored-by: Aymen Ben Tanfous <[email protected]>
…16711) Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.8.1 to 5.11.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.8.1...v5.11.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…e` cmd (#16898) Use fully qualified application names when operate with Applications Closes: #16896 Signed-off-by: Sergiy Kulanov <[email protected]>
* docs: Fixed Slugify doc in GoTemplate.md Signed-off-by: Aymen Ben Tanfous <[email protected]> * Update docs/operator-manual/applicationset/GoTemplate.md Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Aymen Ben Tanfous <[email protected]> * Update docs/operator-manual/applicationset/GoTemplate.md Co-authored-by: Blake Pettersson <[email protected]> Signed-off-by: Aymen Ben Tanfous <[email protected]> --------- Signed-off-by: Aymen Ben Tanfous <[email protected]> Co-authored-by: Blake Pettersson <[email protected]>
…ing repo update from UI (#16794)
…6827) Signed-off-by: nueavv <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]>
* feat(controller): add sync jitter Signed-off-by: Alexandre Gaudreault <[email protected]> * convert to duration for simplicity Signed-off-by: Alexandre Gaudreault <[email protected]> * docs Signed-off-by: Alexandre Gaudreault <[email protected]> * add config to manifests Signed-off-by: Alexandre Gaudreault <[email protected]> * fix tests Signed-off-by: Alexandre Gaudreault <[email protected]> --------- Signed-off-by: Alexandre Gaudreault <[email protected]>
…16704) Signed-off-by: Sergey Lanzman <[email protected]>
Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases) - [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md) - [Commits](slsa-framework/slsa-github-generator@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: slsa-framework/slsa-github-generator 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>
…17598) Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.1 to 5.3.4. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](webpack/webpack-dev-middleware@v5.3.1...v5.3.4) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.37 to 8.4.38. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.37...8.4.38) --- updated-dependencies: - dependency-name: postcss 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>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@465a078...e92390c) --- updated-dependencies: - dependency-name: docker/login-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>
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. - [Commits](indutny/node-ip@v1.1.5...v1.1.9) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... 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]>
* fix: invalid badge validation Signed-off-by: Alexandre Gaudreault <[email protected]> * use util methods Signed-off-by: Alexandre Gaudreault <[email protected]> * rfc accept both lower and upper Signed-off-by: Alexandre Gaudreault <[email protected]> * fix unit test affecting each other with var modification Signed-off-by: Alexandre Gaudreault <[email protected]> --------- Signed-off-by: Alexandre Gaudreault <[email protected]> Co-authored-by: Jann Fischer <[email protected]>
Signed-off-by: Vipin M S <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
…ions (Issue #14725) (#17109) * fix(repo-server): excess git requests, cache lock on revisions Signed-off-by: nromriell <[email protected]> * fix: pr feedback, simplify, add configurable variable Signed-off-by: nromriell <[email protected]> * fix: codegen, lint Signed-off-by: nromriell <[email protected]> * fix: test print, no opts set, var type nit Signed-off-by: nromriell <[email protected]> * chore: add additional logging for unexpected cache error Signed-off-by: nromriell <[email protected]> --------- Signed-off-by: nromriell <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
…17530) * update argocd app history command to print app history group by thier sources along with all the REVISIONS Signed-off-by: Mangaal <[email protected]> * upadte unit test to ahve both Source and Sources and update function to overlooked source if sources is persent Signed-off-by: Mangaal <[email protected]> * remove magic no 7 and introduc a variable MAX_ALLOWED_REVISIONS Signed-off-by: Mangaal <[email protected]> * remove extra unit test Signed-off-by: Mangaal <[email protected]> * remove extra unit test TestPrintApplicationHistoryTableForWhenBothSourcesAndSourceFiledsExist() Signed-off-by: Mangaal <[email protected]> --------- Signed-off-by: Mangaal <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
…nt order (#17615) * instead if ranging over the map varHistory to print the history, inroduced a string array varHistoryKeys Signed-off-by: Mangaal <[email protected]> * update unit test expectation, remove new line in the beginning Signed-off-by: Mangaal <[email protected]> --------- Signed-off-by: Mangaal <[email protected]>
Signed-off-by: jannfis <[email protected]>
Signed-off-by: Justin Marquis <[email protected]>
* fix: Appcontroller keeps op running when denied by sync window Signed-off-by: Charles Coupal-Jetté <[email protected]> * fix: Update test name Signed-off-by: Charles Coupal-Jetté <[email protected]> --------- Signed-off-by: Charles Coupal-Jetté <[email protected]> Co-authored-by: Blake Pettersson <[email protected]>
Signed-off-by: Wout Scheepers <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Blake Pettersson <[email protected]> Co-authored-by: Jann Fischer <[email protected]>
Signed-off-by: danqixu <[email protected]>
Signed-off-by: treble-snake <[email protected]>
Signed-off-by: CI <[email protected]> Co-authored-by: CI <[email protected]>
…17541) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add arturia as users Signed-off-by: olivier beyler <[email protected]>
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* sec: limit helm index max size Signed-off-by: pashakostohrys <[email protected]> * sec: limit helm index max size Signed-off-by: pashakostohrys <[email protected]> * feat: fix tests and linter Signed-off-by: pashakostohrys <[email protected]> --------- Signed-off-by: pashakostohrys <[email protected]>
Signed-off-by: Leonardo Luz Almeida <[email protected]>
* Update security.md fix RBAC link Signed-off-by: Deniz Erdogan <[email protected]> * Update security.md Signed-off-by: Deniz Erdogan <[email protected]> * Update security.md fix link to application-controller role Signed-off-by: Deniz Erdogan <[email protected]> * Update security.md Signed-off-by: Deniz Erdogan <[email protected]> --------- Signed-off-by: Deniz Erdogan <[email protected]>
* docs: added warning for multiple sources Signed-off-by: Kostis (Codefresh) <[email protected]> * docs: minor spelling Signed-off-by: Kostis (Codefresh) <[email protected]> --------- Signed-off-by: Kostis (Codefresh) <[email protected]>
…nd --refresh Flags (#17613) * add const key value for ComponentRepoServer Signed-off-by: Mangaal <[email protected]> * update NewRepoServerClient() to look for service with ComponentRepoServer labels , if the label exist construct label selector PortForward Signed-off-by: Mangaal <[email protected]> * add comment for the new constants Signed-off-by: Mangaal <[email protected]> * instead of passing nil which leads to nil ptr referance error, pass empty ClusterSharding{} Signed-off-by: Mangaal <[email protected]> * check for operator install repo server name Signed-off-by: Mangaal <[email protected]> * handle empty nil ptr dereference error Signed-off-by: Mangaal <[email protected]> * handle nil prt dereference Signed-off-by: Mangaal <[email protected]> * typo correction Signed-off-by: Mangaal <[email protected]> * run clidocsgen Signed-off-by: Mangaal <[email protected]> --------- Signed-off-by: Mangaal <[email protected]>
* metadata.annotations: too long Signed-off-by: Surajyadav <[email protected]> * added as a default case Signed-off-by: Surajyadav <[email protected]> --------- Signed-off-by: Surajyadav <[email protected]>
Add Shield.com as one of the users in the USER.md file Signed-off-by: suhas-chikkanna <[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.
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: