-
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
feat: argo-cd 2.11 #312
Commits on Feb 6, 2024
-
docs: Update Okta OIDC SSO docs (argoproj#13811)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for af20dae - Browse repository at this point
Copy the full SHA af20daeView commit details -
Add a description for using contour httpproxy CRD (argoproj#14614)
Which allows you to reuse the same hostname. Co-authored-by: Boris Smidt <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b93874e - Browse repository at this point
Copy the full SHA b93874eView commit details -
fix: ci failures (argoproj#17107)
Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d494d3a - Browse repository at this point
Copy the full SHA d494d3aView commit details
Commits on Feb 7, 2024
-
chore(deps): bump library/golang from 1.21.3 to 1.22.0 in /test/remote (
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>
Configuration menu - View commit details
-
Copy full SHA for 8ac7b6d - Browse repository at this point
Copy the full SHA 8ac7b6dView commit details -
chore(deps-dev): bump yarn from 1.22.10 to 1.22.13 in /ui-test (argop…
…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]>
Configuration menu - View commit details
-
Copy full SHA for b23e71f - Browse repository at this point
Copy the full SHA b23e71fView commit details -
chore(deps): bump library/redis from 7.0.11 to 7.2.4 in /test/contain…
…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]>
Configuration menu - View commit details
-
Copy full SHA for 7ce342f - Browse repository at this point
Copy the full SHA 7ce342fView commit details -
chore(deps-dev): bump yarn from 1.22.10 to 1.22.21 in /ui (argoproj#1…
…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]>
Configuration menu - View commit details
-
Copy full SHA for 98d5a2b - Browse repository at this point
Copy the full SHA 98d5a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a668a - Browse repository at this point
Copy the full SHA 93a668aView commit details -
chore(deps): bump library/node from 20.6.1 to 21.6.1 (argoproj#17053)
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]>
Configuration menu - View commit details
-
Copy full SHA for 3c9a2fb - Browse repository at this point
Copy the full SHA 3c9a2fbView commit details -
chore(deps): bump library/node from 20.7.0 to 21.6.1 (argoproj#17065)
Signed-off-by: fengshunli <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52ffd7d - Browse repository at this point
Copy the full SHA 52ffd7dView commit details -
fix(kustomize): set build dir (argoproj#15057) argoproj#16229 argopro…
…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]>
Configuration menu - View commit details
-
Copy full SHA for f77cf94 - Browse repository at this point
Copy the full SHA f77cf94View commit details -
chore(ci): tweak backend filters (argoproj#17134)
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]>
Configuration menu - View commit details
-
Copy full SHA for 7e80f1e - Browse repository at this point
Copy the full SHA 7e80f1eView commit details
Commits on Feb 9, 2024
-
docs: fix error in toolchain setup (argoproj#17154)
Signed-off-by: Alexandre Gaudreault <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7da05f - Browse repository at this point
Copy the full SHA d7da05fView commit details -
chore(dex): 2.37.0 to 2.38.0 (argoproj#17157)
Signed-off-by: asingh51 <[email protected]> Co-authored-by: asingh51 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb1c1ed - Browse repository at this point
Copy the full SHA bb1c1edView commit details
Commits on Feb 11, 2024
-
feat: Add support for passing Redis Sentinel username(ACL) and passwo…
…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]>
Configuration menu - View commit details
-
Copy full SHA for adceae9 - Browse repository at this point
Copy the full SHA adceae9View commit details -
fix: stop initializing deployment informer if dynamic sharding is dis…
…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]>
Configuration menu - View commit details
-
Copy full SHA for 4458d5f - Browse repository at this point
Copy the full SHA 4458d5fView commit details
Commits on Feb 12, 2024
-
feat: query escape function for notifications (argoproj#16343)
Signed-off-by: Jan Schumann <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82433ff - Browse repository at this point
Copy the full SHA 82433ffView commit details
Commits on Feb 13, 2024
-
Update triggers doc to fix typo (argoproj#17185)
Signed-off-by: David Grizzanti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c082a0c - Browse repository at this point
Copy the full SHA c082a0cView commit details -
docs: fixes Template.md targetRevision typo (argoproj#17190)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 5406a1a - Browse repository at this point
Copy the full SHA 5406a1aView commit details -
docs: Private-helm-repo section target added to helm.md (argoproj#16697)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for db34f98 - Browse repository at this point
Copy the full SHA db34f98View commit details -
fix: infer correct shard in statefulset setup (argoproj#17124, argopr…
…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]>
Configuration menu - View commit details
-
Copy full SHA for 5d6111b - Browse repository at this point
Copy the full SHA 5d6111bView commit details
Commits on Feb 14, 2024
-
feat: wait until resources are deleted argoproj#6085 (argoproj#16733)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 6d0ba1f - Browse repository at this point
Copy the full SHA 6d0ba1fView commit details -
fix(controller): add missing workqueue metrics (argoproj#16315) (argo…
…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]>
Configuration menu - View commit details
-
Copy full SHA for ff7192b - Browse repository at this point
Copy the full SHA ff7192bView commit details
Commits on Feb 15, 2024
-
chore(deps): upgrade helm to 3.14.1 (argoproj#17213)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 79e94b8 - Browse repository at this point
Copy the full SHA 79e94b8View commit details -
docs: Add PayIt to USERS.md (argoproj#17215)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for d5b0a4f - Browse repository at this point
Copy the full SHA d5b0a4fView commit details
Commits on Feb 16, 2024
-
docs: Add Nextbasket to USERS.md (argoproj#17228)
Signed-off-by: NextBasket-Petyo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5a4f81 - Browse repository at this point
Copy the full SHA d5a4f81View commit details -
fix: Permission Denied error when calling GetAppDetails API (argoproj…
…#17221) (argoproj#17229) Signed-off-by: Keith Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0e679a - Browse repository at this point
Copy the full SHA c0e679aView commit details
Commits on Feb 19, 2024
-
Count git checkout failures (argoproj#15657)
Signed-off-by: Mikołaj Przybysz <[email protected]> Co-authored-by: Mikołaj Przybysz <[email protected]> Co-authored-by: Blake Pettersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50284f7 - Browse repository at this point
Copy the full SHA 50284f7View commit details -
chore(deps): bump library/node from 21.6.1 to 21.6.2 in /ui-test (arg…
…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]>
Configuration menu - View commit details
-
Copy full SHA for 4e224ee - Browse repository at this point
Copy the full SHA 4e224eeView commit details -
chore(deps): bump library/node from 21.6.1 to 21.6.2 (argoproj#17223)
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]>
Configuration menu - View commit details
-
Copy full SHA for 47eddf1 - Browse repository at this point
Copy the full SHA 47eddf1View commit details -
chore(deps): bump library/golang in /test/remote (argoproj#17138)
Bumps library/golang from `094e47e` to `ef61a20`. --- updated-dependencies: - dependency-name: library/golang 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]>
Configuration menu - View commit details
-
Copy full SHA for d9e0666 - Browse repository at this point
Copy the full SHA d9e0666View commit details -
feat(grafana-dashboard): Update example dashboard, add AppSet Telemet…
…ry (argoproj#17232) Signed-off-by: lukepatrick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 078eb6c - Browse repository at this point
Copy the full SHA 078eb6cView commit details
Commits on Feb 20, 2024
-
chore(deps): bump library/node from
6fb1883
to65998e3
in /ui-test (argoproj#17245) Bumps library/node from `6fb1883` to `65998e3`. --- 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>
Configuration menu - View commit details
-
Copy full SHA for 8a86649 - Browse repository at this point
Copy the full SHA 8a86649View commit details -
chore(deps): bump library/golang in /test/remote (argoproj#17244)
Bumps library/golang from `ef61a20` to `7b297d9`. --- updated-dependencies: - dependency-name: library/golang 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>
Configuration menu - View commit details
-
Copy full SHA for b80015e - Browse repository at this point
Copy the full SHA b80015eView commit details -
Add
AppName
to the RepoServerAppDetailsQuery for notification-contr……oller (argoproj#17233) Signed-off-by: Dong Wang <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa1ad0c - Browse repository at this point
Copy the full SHA fa1ad0cView commit details -
chore(deps): bump library/node from
50703e6
to65998e3
(argoproj#……17243) Bumps library/node from `50703e6` to `65998e3`. --- 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]>
Configuration menu - View commit details
-
Copy full SHA for 3cc0277 - Browse repository at this point
Copy the full SHA 3cc0277View commit details
Commits on Feb 21, 2024
-
docs: Update USERS.md (argoproj#17248)
* Update USERS.md Signed-off-by: itayvolo <[email protected]> * Update USERS.md Signed-off-by: itayvolo <[email protected]> * Update USERS.md Signed-off-by: itayvolo <[email protected]> --------- Signed-off-by: itayvolo <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d55e926 - Browse repository at this point
Copy the full SHA d55e926View commit details -
docs(metrics): add release label to haproxy (argoproj#17264)
Add missing `release` label to `argocd-redis-haproxy-metrics` ServiceMonitor example. Signed-off-by: Gaston Festari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4761255 - Browse repository at this point
Copy the full SHA 4761255View commit details -
docs: Fix typo in notifications example (argoproj#17250)
* Fix typo in notifications example I'm not too sure what the example should look like, so I'm taking a guess here. Signed-off-by: Adrian Moisey <[email protected]> * Update docs/operator-manual/notifications/troubleshooting.md Co-authored-by: Soumya Ghosh Dastidar <[email protected]> Signed-off-by: Adrian Moisey <[email protected]> --------- Signed-off-by: Adrian Moisey <[email protected]> Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17ef8b9 - Browse repository at this point
Copy the full SHA 17ef8b9View commit details -
Update contributors-quickstart.md (argoproj#17266)
Signed-off-by: Dan Garfield <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6aa79f2 - Browse repository at this point
Copy the full SHA 6aa79f2View commit details
Commits on Feb 22, 2024
-
reduce unnecessary unmarshal (argoproj#17187)
Signed-off-by: Wilson Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d4c0ec - Browse repository at this point
Copy the full SHA 5d4c0ecView commit details -
Signed-off-by: Oscar Wieman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df2b0e2 - Browse repository at this point
Copy the full SHA df2b0e2View commit details -
docs: Added examples for alternate EKS cluster authentication methods (…
…argoproj#17270) * Added examples for alternate EKS cluster authentication methods Signed-off-by: Damon Edstrom <[email protected]> * Update docs/operator-manual/declarative-setup.md Signed-off-by: Dan Garfield <[email protected]> Signed-off-by: Dan Garfield <[email protected]> --------- Signed-off-by: Dan Garfield <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 262d287 - Browse repository at this point
Copy the full SHA 262d287View commit details -
docs for PR argoproj#9791 (argoproj#16021)
Signed-off-by: mzain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dc91dc - Browse repository at this point
Copy the full SHA 4dc91dcView commit details
Commits on Feb 23, 2024
-
chore(ci): use changed files action (argoproj#17180)
`dorny/paths-filter` doesn't seem to handle (multiple) negations well. Therefore, this PR switches to `tj-actions/changed-files`, since it is already successfully used in argo-workflows. Signed-off-by: Blake Pettersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bc1850 - Browse repository at this point
Copy the full SHA 5bc1850View commit details
Commits on Feb 24, 2024
-
fix(ui): Include application name in status badge (argoproj#17126)
* Added application name to badge Signed-off-by: sshenoy6 <[email protected]> * Rever svg change Signed-off-by: sshenoy6 <[email protected]> * Doc for disabling application name Signed-off-by: sshenoy6 <[email protected]> * Flag to not display application name Signed-off-by: sshenoy6 <[email protected]> * Added tests Signed-off-by: sshenoy6 <[email protected]> * Make no app name the default Signed-off-by: sshenoy6 <[email protected]> * Have enable app name as a query parameter Signed-off-by: sshenoy6 <[email protected]> * Have enable app name as a query parameter Signed-off-by: sshenoy6 <[email protected]> * argocd to original Signed-off-by: sshenoy6 <[email protected]> * Update docs/user-guide/status-badge.md Signed-off-by: Dan Garfield <[email protected]> Signed-off-by: Dan Garfield <[email protected]> --------- Signed-off-by: sshenoy6 <[email protected]> Signed-off-by: Dan Garfield <[email protected]> Co-authored-by: sshenoy6 <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fe1263 - Browse repository at this point
Copy the full SHA 7fe1263View commit details -
fix: Update test image ssl/crypto libs (argoproj#17303)
Signed-off-by: Carlos Santana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bb41ed - Browse repository at this point
Copy the full SHA 8bb41edView commit details -
chore(deps-dev): bump postcss from 8.2.13 to 8.4.35 in /ui (argoproj#…
…17140) Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.4.35. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.2.13...8.4.35) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development 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]>
Configuration menu - View commit details
-
Copy full SHA for c435260 - Browse repository at this point
Copy the full SHA c435260View commit details -
chore(deps): bump library/redis in /test/container (argoproj#17137)
Bumps library/redis from `cc8b0b8` to `11c3e41`. --- updated-dependencies: - dependency-name: library/redis 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]>
Configuration menu - View commit details
-
Copy full SHA for e4c8568 - Browse repository at this point
Copy the full SHA e4c8568View commit details -
chore(deps): bump react-helmet and @types/react-helmet in /ui (argopr…
…oj#11556) Bumps [react-helmet](https://github.com/nfl/react-helmet) and [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet). These dependencies needed to be updated together. Updates `react-helmet` from 5.2.1 to 6.1.0 - [Release notes](https://github.com/nfl/react-helmet/releases) - [Changelog](https://github.com/nfl/react-helmet/blob/master/CHANGELOG.md) - [Commits](https://github.com/nfl/react-helmet/commits/6.1.0) Updates `@types/react-helmet` from 5.0.19 to 6.1.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet) --- updated-dependencies: - dependency-name: react-helmet dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react-helmet" dependency-type: direct:development 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]>
Configuration menu - View commit details
-
Copy full SHA for 6de1037 - Browse repository at this point
Copy the full SHA 6de1037View commit details -
chore(deps): bump bitnami/kubectl in /test/container (argoproj#14220)
Bumps bitnami/kubectl from `670fe3f` to `14ab746`. --- updated-dependencies: - dependency-name: bitnami/kubectl 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]>
Configuration menu - View commit details
-
Copy full SHA for 9972314 - Browse repository at this point
Copy the full SHA 9972314View commit details
Commits on Feb 25, 2024
-
chore: add Rocket.Chat to users (argoproj#17306)
Signed-off-by: Debdut Chakraborty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8712d03 - Browse repository at this point
Copy the full SHA 8712d03View commit details -
chore(deps): bump library/ubuntu in /test/container (argoproj#13409)
Bumps library/ubuntu from `9a0bdde` to `67211c1`. --- updated-dependencies: - dependency-name: library/ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 37eacec - Browse repository at this point
Copy the full SHA 37eacecView commit details
Commits on Feb 26, 2024
-
chore(deps): bump library/redis in /test/container (argoproj#17309)
Bumps library/redis from `11c3e41` to `e647cfe`. --- updated-dependencies: - dependency-name: library/redis 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>
Configuration menu - View commit details
-
Copy full SHA for 4d1eb55 - Browse repository at this point
Copy the full SHA 4d1eb55View commit details -
chore(deps): bump library/registry in /test/container (argoproj#13050)
Bumps library/registry from `41f413c` to `b209a41`. --- updated-dependencies: - dependency-name: library/registry 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]>
Configuration menu - View commit details
-
Copy full SHA for 09798b5 - Browse repository at this point
Copy the full SHA 09798b5View commit details -
chore(deps): bump library/busybox in /test/e2e/multiarch-container (a…
…rgoproj#14592) Bumps library/busybox from `2376a0c` to `3fbc632`. --- updated-dependencies: - dependency-name: library/busybox dependency-type: direct:production ... 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]>
Configuration menu - View commit details
-
Copy full SHA for 2ac96a5 - Browse repository at this point
Copy the full SHA 2ac96a5View commit details -
fix: use simple python image to build mkdocs (argoproj#17313)
* fix: use simple python image to build mkdocs Signed-off-by: Carlos Santana <[email protected]> * use python 3.7 Signed-off-by: Carlos Santana <[email protected]> --------- Signed-off-by: Carlos Santana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 891d089 - Browse repository at this point
Copy the full SHA 891d089View commit details
Commits on Feb 27, 2024
-
chore(deps): bump library/registry in /test/container (argoproj#17317)
Bumps library/registry from `b209a41` to `f4e1b87`. --- updated-dependencies: - dependency-name: library/registry 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>
Configuration menu - View commit details
-
Copy full SHA for d42004f - Browse repository at this point
Copy the full SHA d42004fView commit details -
docs: fixed name of environment variable and config map property enab…
…ling scm providers for applicationsets (argoproj#17326) Signed-off-by: Juliusz <[email protected]> Co-authored-by: Juliusz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ffbca4 - Browse repository at this point
Copy the full SHA 5ffbca4View commit details -
fix(ui): Added dashed line between collapsed sections in Compact-diff (…
…argoproj#17173) * dashed-line-breaker Signed-off-by: Surajyadav <[email protected]> * dark-mode Signed-off-by: Surajyadav <[email protected]> * dark-mode-text-fix Signed-off-by: Surajyadav <[email protected]> --------- Signed-off-by: Surajyadav <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b89722 - Browse repository at this point
Copy the full SHA 8b89722View commit details
Commits on Feb 28, 2024
-
fix: multi-source app breaks application parameters UI (argoproj#16910)…
… (argoproj#17033) Signed-off-by: Keith Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48f4392 - Browse repository at this point
Copy the full SHA 48f4392View commit details -
chore(deps): upgrade helm to 3.14.2 (argoproj#17330)
* chore(deps): upgrade helm to 3.14.2 Signed-off-by: David Bunn <[email protected]> * Signing commit Signed-off-by: David Bunn <[email protected]> --------- Signed-off-by: David Bunn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e492e14 - Browse repository at this point
Copy the full SHA e492e14View commit details -
chore(deps): bump library/node from 21.6.1 to 21.6.2 in /test/contain…
…er (argoproj#17316) 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]>
Configuration menu - View commit details
-
Copy full SHA for c973f70 - Browse repository at this point
Copy the full SHA c973f70View commit details -
fix: The argocd server api-content-type flag does not allow empty con…
…tent-type header (argoproj#17331) Signed-off-by: Alexander Matyushentsev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb4e47a - Browse repository at this point
Copy the full SHA bb4e47aView commit details -
fix(ui): The tiles in Applications List are too wide argoproj#17220 (a…
…rgoproj#17340) * fix(ui): The tiles in Applications List are too wide Signed-off-by: Rafal Pelczar <[email protected]> * change min width of app tiles Signed-off-by: Rafal Pelczar <[email protected]> --------- Signed-off-by: Rafal Pelczar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4b5051 - Browse repository at this point
Copy the full SHA a4b5051View commit details
Commits on Feb 29, 2024
-
chore(notifications): remove unneeded operations from templates (argo…
…proj#17307) * chore(deps): bump library/ubuntu in /test/container (argoproj#13409) Bumps library/ubuntu from `9a0bdde` to `67211c1`. --- updated-dependencies: - dependency-name: library/ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Michael Firestone <[email protected]> * rm unneeded operations from templates Signed-off-by: Michael Firestone <[email protected]> Signed-off-by: Michael Firestone <[email protected]> * rm more unneeded ops Signed-off-by: Michael Firestone <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Michael Firestone <[email protected]> Signed-off-by: Michael Firestone <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Firestone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4251ef - Browse repository at this point
Copy the full SHA d4251efView commit details -
feat: allow webhook settings to be referenced by external secret (arg…
…oproj#16262) Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62003f0 - Browse repository at this point
Copy the full SHA 62003f0View commit details
Commits on Mar 1, 2024
-
feat: Add app data to sharding cache to allow sharding by apps (argop…
…roj#17014) * Adding app list to sharding cache Signed-off-by: Andrew Lee <[email protected]> * Add shard by apps test Signed-off-by: Andrew Lee <[email protected]> * Fix lint Signed-off-by: Andrew Lee <[email protected]> * Add coverage to test Signed-off-by: Andrew Lee <[email protected]> * Fix lint Signed-off-by: Andrew Lee <[email protected]> * Converted cluster/app accesors to private, add apps-in-any-namespace suport in shardingcache init, added read lock to GetAppDistribution Signed-off-by: Andrew Lee <[email protected]> * Fix tests Signed-off-by: Andrew Lee <[email protected]> --------- Signed-off-by: Andrew Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d73304e - Browse repository at this point
Copy the full SHA d73304eView commit details -
docs: Update USERS.md (argoproj#17371)
Hi, I added IABAI as using officially ArgoCD Signed-off-by: Andrea Sannuto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f132628 - Browse repository at this point
Copy the full SHA f132628View commit details -
feat: add cli commands to add/delete sourceNamespaces from AppProject (…
…argoproj#17337) * Add cli to add/delete sourceNamespaces Signed-off-by: Raghavi Shirur <[email protected]> * update command/comments Signed-off-by: Raghavi Shirur <[email protected]> * update command/comments(1) Signed-off-by: Raghavi Shirur <[email protected]> * update user-guide docs Signed-off-by: Raghavi Shirur <[email protected]> * Retrigger CI pipeline Signed-off-by: Raghavi Shirur <[email protected]> * add check for '*' & rename command to remove-source-namespace Signed-off-by: Raghavi Shirur <[email protected]> * update command/comments(2) Signed-off-by: Raghavi Shirur <[email protected]> * update command/comments(3) Signed-off-by: Raghavi Shirur <[email protected]> * Retrigger CI pipeline Signed-off-by: Raghavi Shirur <[email protected]> --------- Signed-off-by: Raghavi Shirur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9b1af5 - Browse repository at this point
Copy the full SHA e9b1af5View commit details -
feat: add ability to auto label clusters from k8s clusterinfo (argopr…
…oj#17289) * feat: add ability to auto label clusters This gives the ability to automatically label cluster secrets on a cluster-by-cluster basis. If `enableClusterInfoLabels` is set on a cluster secret, the controller will (eventually) label the cluster secret with the current k8s version detected by the cluster info. This needs documentation, e2e tests, as well as CLI/UI additions. Signed-off-by: Blake Pettersson <[email protected]> * refactor: use labels instead of secret data This is easier to work with, especially in the context where we need this feature. Signed-off-by: Blake Pettersson <[email protected]> * docs: add description on how to use dynamic labeling Signed-off-by: Blake Pettersson <[email protected]> --------- Signed-off-by: Blake Pettersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99128c2 - Browse repository at this point
Copy the full SHA 99128c2View commit details -
chore(ci): free up disk space for goreleaser (argoproj#17373)
Signed-off-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28112c6 - Browse repository at this point
Copy the full SHA 28112c6View commit details -
fix(ui): Dark-mode-enhancements (argoproj#17241)
* dark-mode-enhancements Signed-off-by: Surajyadav <[email protected]> * monaco Signed-off-by: Surajyadav <[email protected]> --------- Signed-off-by: Surajyadav <[email protected]> Signed-off-by: Suraj yadav <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3ee9ee - Browse repository at this point
Copy the full SHA e3ee9eeView commit details -
feat: add cli commands to add/remove sources for multi-source applica…
…tions (argoproj#17310) * Initial commit Signed-off-by: ishitasequeira <[email protected]> * add cli commands to add/remove sources for multi-source app Signed-off-by: ishitasequeira <[email protected]> * add checks Signed-off-by: ishitasequeira <[email protected]> * add docs Signed-off-by: ishitasequeira <[email protected]> * refactor code and update tests Signed-off-by: ishitasequeira <[email protected]> * add removed additional switch case Signed-off-by: ishitasequeira <[email protected]> * fix suggested nits Signed-off-by: ishitasequeira <[email protected]> --------- Signed-off-by: ishitasequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3cf54af - Browse repository at this point
Copy the full SHA 3cf54afView commit details -
feat: enable users to run commands related to Argo Applications in an…
…y namespace (argoproj#17360) * enable --app-namespace falg for application get command Signed-off-by: Mangaal <[email protected]> * enable --app-namespace falg for application diff command Signed-off-by: Mangaal <[email protected]> * enable --app-namespace falg for application wait command Signed-off-by: Mangaal <[email protected]> * enable --app-namespace falg for application rollback command Signed-off-by: Mangaal <[email protected]> * enable --app-namespace falg for application patch command Signed-off-by: Mangaal <[email protected]> * enable --app-namespace falg for application edit command Signed-off-by: Mangaal <[email protected]> * enable --app-namespace falg for application history command Signed-off-by: Mangaal <[email protected]> * enable --app-namespace falg for application sync command Signed-off-by: Mangaal <[email protected]> * enable --app-namespace falg for application delete command Signed-off-by: Mangaal <[email protected]> * cli doc generated Signed-off-by: Mangaal <[email protected]> --------- Signed-off-by: Mangaal <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82e20a4 - Browse repository at this point
Copy the full SHA 82e20a4View commit details
Commits on Mar 4, 2024
-
fix: preserve escape codes in repo url of git webhook payload (argopr…
…oj#17376) Signed-off-by: Eric Bissonnette <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2f8794 - Browse repository at this point
Copy the full SHA e2f8794View commit details -
fix: disable rate limiting sompletely by default (argoproj#17355)
Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88e4da6 - Browse repository at this point
Copy the full SHA 88e4da6View commit details -
docs: use service-name instead of service-id (argoproj#17389)
* use service-name instead of service-id Signed-off-by: DongHo Jung <[email protected]> * trigger CICD Signed-off-by: DongHo Jung <[email protected]> --------- Signed-off-by: DongHo Jung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7eda6e0 - Browse repository at this point
Copy the full SHA 7eda6e0View commit details -
feat: Allow Kustomize common labels to not apply to selectors (argopr…
…oj#17329) * modify crds Signed-off-by: Collin <[email protected]> Signed-off-by: lets-call-n-walk <[email protected]> * cmd opts and test Signed-off-by: Collin <[email protected]> Signed-off-by: lets-call-n-walk <[email protected]> * kustomize build and test Signed-off-by: Collin <[email protected]> Signed-off-by: lets-call-n-walk <[email protected]> * fix option order and add ancestry to users Signed-off-by: lets-call-n-walk <[email protected]> * fix users format Signed-off-by: lets-call-n-walk <[email protected]> * generated files Signed-off-by: lets-call-n-walk <[email protected]> * set flag value Signed-off-by: lets-call-n-walk <[email protected]> * modify crds Signed-off-by: Collin <[email protected]> Signed-off-by: lets-call-n-walk <[email protected]> * chore(deps): bump library/registry in /test/container (argoproj#17317) Bumps library/registry from `b209a41` to `f4e1b87`. --- updated-dependencies: - dependency-name: library/registry 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: Collin <[email protected]> Signed-off-by: lets-call-n-walk <[email protected]> * generated files Signed-off-by: lets-call-n-walk <[email protected]> * add docs Signed-off-by: lets-call-n-walk <[email protected]> * fix doc Signed-off-by: lets-call-n-walk <[email protected]> * remove debug prints Signed-off-by: lets-call-n-walk <[email protected]> * fix autogen docs Signed-off-by: lets-call-n-walk <[email protected]> --------- Signed-off-by: Collin <[email protected]> Signed-off-by: lets-call-n-walk <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Collin Walker <[email protected]> Co-authored-by: Collin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 839526e - Browse repository at this point
Copy the full SHA 839526eView commit details -
fix(ui): Highlight failing containers in the UI (argoproj#17143)
* failing container icon added Signed-off-by: Surajyadav <[email protected]> * lint-fix Signed-off-by: Surajyadav <[email protected]> * .. Signed-off-by: Surajyadav <[email protected]> * tried yarn lint-fix Signed-off-by: Surajyadav <[email protected]> * margin Signed-off-by: Surajyadav <[email protected]> * running Signed-off-by: Surajyadav <[email protected]> --------- Signed-off-by: Surajyadav <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24ac326 - Browse repository at this point
Copy the full SHA 24ac326View commit details
Commits on Mar 5, 2024
-
fix(ui): application-summary-help-icon fix (argoproj#17385)
* Update application-summary.tsx revision-history icon fix Signed-off-by: Suraj yadav <[email protected]> * icons Signed-off-by: Surajyadav <[email protected]> --------- Signed-off-by: Suraj yadav <[email protected]> Signed-off-by: Surajyadav <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee78d02 - Browse repository at this point
Copy the full SHA ee78d02View commit details
Commits on Mar 6, 2024
-
chore: add more unit tests around useDiffCache function (argoproj#17404)
* chore: add more unit tests around useDiffCache function Signed-off-by: Leonardo Luz Almeida <[email protected]> * fix doc Signed-off-by: Leonardo Luz Almeida <[email protected]> --------- Signed-off-by: Leonardo Luz Almeida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8786ec2 - Browse repository at this point
Copy the full SHA 8786ec2View commit details -
fix(grpcproxy): parse headers contain colon (argoproj#13274) (argopro…
…j#14294) * fix(grpcproxy): parse headers contain colon Signed-off-by: bogay <[email protected]> * test(apiclient): headers in wrong format Signed-off-by: bogay <[email protected]> --------- Signed-off-by: bogay <[email protected]> Co-authored-by: Blake Pettersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4db8942 - Browse repository at this point
Copy the full SHA 4db8942View commit details -
docs: Fix some awkward phrasing in
core.md
(argoproj#17412)Signed-off-by: Nate Douglas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58993b1 - Browse repository at this point
Copy the full SHA 58993b1View commit details -
docs (aks cluster): update workloadidentity documentation (argoproj#1…
…7401) Signed-off-by: duncan485 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b91987 - Browse repository at this point
Copy the full SHA 1b91987View commit details
Commits on Mar 7, 2024
-
docs: remove repetitive words (argoproj#17430)
Signed-off-by: hishope <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0331ee - Browse repository at this point
Copy the full SHA d0331eeView commit details -
feat(cli): enable --app-namespace flag for argocd app subcommand (arg…
…oproj#17437) * add --app-namespace flag for set/unset command Signed-off-by: Mangaal <[email protected]> * add --app-namespace flag for add-source/remove-source command Signed-off-by: Mangaal <[email protected]> * fix bug, handle array out of-bound when --source-index=len(source) Signed-off-by: Mangaal <[email protected]> * add documentation Signed-off-by: Mangaal <[email protected]> --------- Signed-off-by: Mangaal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d020f0 - Browse repository at this point
Copy the full SHA 0d020f0View commit details -
docs: Clarify for
valueFiles
behaviour withpath
field (argoproj#……17431) This commit adds clarification by explaining that `valueFiles` must be a relative path to the root of sources, even if the `path` field is set. Signed-off-by: Takahiro Suzuki <[email protected]> Signed-off-by: tkasuz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c2934a - Browse repository at this point
Copy the full SHA 0c2934aView commit details -
docs: Small edits to
docs/user-guide/application-set.md
(argoproj#1……7434) * Update application-set.md Signed-off-by: Nate Douglas <[email protected]> * Make example code consistent with examples elsewhere. Signed-off-by: Nathan Douglas <[email protected]> --------- Signed-off-by: Nate Douglas <[email protected]> Signed-off-by: Nathan Douglas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8aa9625 - Browse repository at this point
Copy the full SHA 8aa9625View commit details -
fix: add retry condition with kube-apiserver sent GOAWAY (argoproj#17422
) Signed-off-by: penglongli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d76976f - Browse repository at this point
Copy the full SHA d76976fView commit details -
fix(ui): align resource nodegroup (argoproj#17427)
Signed-off-by: Caio Paiva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fda25d0 - Browse repository at this point
Copy the full SHA fda25d0View commit details -
docs: proposal to implement sync timeout and termination settings (ar…
…goproj#16630) Signed-off-by: Alexander Matyushentsev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 138a112 - Browse repository at this point
Copy the full SHA 138a112View commit details -
feat: Allow mkdocs to livereload when using docker (argoproj#17383)
* feat: Allow mkdocs to livereload when using docker Signed-off-by: Carlos Santana <[email protected]> * update the docs Signed-off-by: Carlos Santana <[email protected]> --------- Signed-off-by: Carlos Santana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edc6f5f - Browse repository at this point
Copy the full SHA edc6f5fView commit details
Commits on Mar 8, 2024
-
chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (a…
…rgoproj#17442) Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md) - [Commits](go-jose/go-jose@v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ad06a6 - Browse repository at this point
Copy the full SHA 2ad06a6View commit details -
chore: Fix Helm Installation Breaking on Mac (argoproj#17426)
* fix helm installation to work with mac Signed-off-by: lets-call-n-walk <[email protected]> * fix checksums Signed-off-by: lets-call-n-walk <[email protected]> * change install filename and makefile Signed-off-by: lets-call-n-walk <[email protected]> * change name to just helm - fix dockerfile Signed-off-by: lets-call-n-walk <[email protected]> --------- Signed-off-by: lets-call-n-walk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b6b9bf - Browse repository at this point
Copy the full SHA 2b6b9bfView commit details -
docs: re-worded updated a link in release-process-and-cadance.md (arg…
…oproj#17438) Signed-off-by: AlbinB97 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bb92d7 - Browse repository at this point
Copy the full SHA 7bb92d7View commit details -
Fixed
project
parameter docs for Gitlab pull request generator (arg……oproj#17429) Signed-off-by: Nguyen Thai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98a888e - Browse repository at this point
Copy the full SHA 98a888eView commit details -
chore: update cosign and version (argoproj#17441)
* chore: update cosign and version Signed-off-by: Justin Marquis <[email protected]> * fix typo Signed-off-by: Justin Marquis <[email protected]> --------- Signed-off-by: Justin Marquis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fee8cb - Browse repository at this point
Copy the full SHA 3fee8cbView commit details -
chore: update slsa3 generate (argoproj#17451)
Signed-off-by: Justin Marquis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1901cb5 - Browse repository at this point
Copy the full SHA 1901cb5View commit details -
docs: dex google oidc: add note on dex connector type (argoproj#17453)
Signed-off-by: Aiman Ismail <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd3462e - Browse repository at this point
Copy the full SHA fd3462eView commit details
Commits on Mar 9, 2024
-
docs: Update site.md (argoproj#17454)
erros -> errors Signed-off-by: Ikko Eltociear Ashimine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 542890f - Browse repository at this point
Copy the full SHA 542890fView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da49d3e - Browse repository at this point
Copy the full SHA da49d3eView commit details -
chore(deps): bump library/busybox in /test/e2e/multiarch-container (a…
…rgoproj#17445) Bumps library/busybox from `3fbc632` to `650fd57`. --- updated-dependencies: - dependency-name: library/busybox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fe1acb - Browse repository at this point
Copy the full SHA 0fe1acbView commit details -
chore(deps): bump library/node from 21.6.2 to 21.7.0 in /ui-test (arg…
…oproj#17444) Bumps library/node from 21.6.2 to 21.7.0. --- updated-dependencies: - dependency-name: library/node 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>
Configuration menu - View commit details
-
Copy full SHA for de4cac4 - Browse repository at this point
Copy the full SHA de4cac4View commit details -
make CGO_ENABLED configurable (argoproj#17462)
Signed-off-by: Mark McCormick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31776d4 - Browse repository at this point
Copy the full SHA 31776d4View commit details -
chore(deps): bump library/ubuntu in /test/container (argoproj#17414)
Bumps library/ubuntu from `f9d633f` to `77906da`. --- updated-dependencies: - dependency-name: library/ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b96570 - Browse repository at this point
Copy the full SHA 9b96570View commit details -
chore: remove repetitive words (argoproj#17464)
Signed-off-by: avoidalone <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 085ed0f - Browse repository at this point
Copy the full SHA 085ed0fView commit details -
feat: add option
manual
to the--sync-policy
flag of the `app cre……ate` command (argoproj#17459) * feat: add sync policy option 'manual' for app create command Signed-off-by: Anirudh Sudhir <[email protected]> * chore: Update tests to reflect sync policy option changes Signed-off-by: Anirudh Sudhir <[email protected]> --------- Signed-off-by: Anirudh Sudhir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05eea87 - Browse repository at this point
Copy the full SHA 05eea87View commit details -
[Bot] docs: Update Snyk reports (argoproj#17458)
Signed-off-by: CI <[email protected]> Co-authored-by: CI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc235e4 - Browse repository at this point
Copy the full SHA cc235e4View commit details -
docs: fix kustomize example resources url (argoproj#17468)
Signed-off-by: Jonas Bakken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ca29a3 - Browse repository at this point
Copy the full SHA 6ca29a3View commit details
Commits on Mar 12, 2024
-
chore(deps): bump library/node from 21.6.2 to 21.7.1 in /test/contain…
…er (argoproj#17475) Bumps library/node from 21.6.2 to 21.7.1. --- updated-dependencies: - dependency-name: library/node 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>
Configuration menu - View commit details
-
Copy full SHA for 76c6479 - Browse repository at this point
Copy the full SHA 76c6479View commit details -
chore(deps): bump library/golang in /test/container (argoproj#17415)
Bumps library/golang from 1.21.3 to 1.22.1. --- 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>
Configuration menu - View commit details
-
Copy full SHA for dc242da - Browse repository at this point
Copy the full SHA dc242daView commit details -
fix(notifications): Helm.GetParameterValueByName should take helm.par…
…ametes first (argoproj#17472) * fix: Helm.GetParameterValueByName should take helm.parametes first Signed-off-by: pashakostohrys <[email protected]> * fix linters Signed-off-by: pashakostohrys <[email protected]> --------- Signed-off-by: pashakostohrys <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd29300 - Browse repository at this point
Copy the full SHA dd29300View commit details -
fix: registry argument to be only the host instead full URL (argoproj…
…#17381) Signed-off-by: Pablo Aguilar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57d6e65 - Browse repository at this point
Copy the full SHA 57d6e65View commit details -
chore: Fix containerized toolchain (argoproj#17480)
Signed-off-by: jannfis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e609968 - Browse repository at this point
Copy the full SHA e609968View commit details -
chore(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 (argop…
…roj#17463) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4a13e50...af5a7ed) --- updated-dependencies: - dependency-name: docker/build-push-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: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de44e14 - Browse repository at this point
Copy the full SHA de44e14View commit details -
docs: remove
configManagementPlugins
from argocd-cm.yaml (argoproj#……17486) That field is no longer supported. Signed-off-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff05530 - Browse repository at this point
Copy the full SHA ff05530View commit details
Commits on Mar 13, 2024
-
chore: Support running and testing locally using podman instead of do…
…cker (argoproj#17481) * chore: Support rootless podman for run/test Signed-off-by: jannfis <[email protected]> * Note DOCKER env in docs Signed-off-by: jannfis <[email protected]> --------- Signed-off-by: jannfis <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cfb9d6 - Browse repository at this point
Copy the full SHA 7cfb9d6View commit details -
fix(appset): keep reconciling even when params error occurred (argopr…
…oj#17062) * fix(appset): keep reconcile even when params error occurred Signed-off-by: Or Koren <[email protected]> * requeue on generator rendering error Signed-off-by: Or Koren <[email protected]> * test ignoring partial rendering errors Signed-off-by: Or Koren <[email protected]> * e2e test create app with param error Signed-off-by: Or Koren <[email protected]> --------- Signed-off-by: Or Koren <[email protected]> Co-authored-by: Blake Pettersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86369ca - Browse repository at this point
Copy the full SHA 86369caView commit details -
docs(EKS): Fix ArgoCD management role AssumeRole policy for IRSA (arg…
…oproj#17455) Signed-off-by: Xavier Krantz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b77e8d - Browse repository at this point
Copy the full SHA 5b77e8dView commit details -
chore(deps): bump library/node from 21.7.0 to 21.7.1 in /ui-test (arg…
…oproj#17498) Bumps library/node from 21.7.0 to 21.7.1. --- 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>
Configuration menu - View commit details
-
Copy full SHA for 2a747c6 - Browse repository at this point
Copy the full SHA 2a747c6View commit details -
chore(deps): bump library/golang in /test/container (argoproj#17495)
Bumps library/golang from `34ce21a` to `0b55ab8`. --- updated-dependencies: - dependency-name: library/golang 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>
Configuration menu - View commit details
-
Copy full SHA for 0b5d9af - Browse repository at this point
Copy the full SHA 0b5d9afView commit details -
chore(deps): bump library/redis in /test/container (argoproj#17496)
Bumps library/redis from `e647cfe` to `7dd7070`. --- updated-dependencies: - dependency-name: library/redis 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]>
Configuration menu - View commit details
-
Copy full SHA for e4885db - Browse repository at this point
Copy the full SHA e4885dbView commit details -
chore(deps): bump library/node in /test/container (argoproj#17494)
Bumps library/node from `f358dfc` to `b9ccc4a`. --- 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]>
Configuration menu - View commit details
-
Copy full SHA for 565aa8e - Browse repository at this point
Copy the full SHA 565aa8eView commit details -
Make evergreen (argoproj#17507)
This example uses an old revision `v1.0.1` instead it should just use stable. Signed-off-by: Dan Garfield <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4bb860 - Browse repository at this point
Copy the full SHA f4bb860View commit details -
docs: added all available fields for applicationset.yaml argoproj#16095…
… (argoproj#16104) * adding all available filds for generators Signed-off-by: Harshvir Potpose <[email protected]> * add remaining fields in applicationset.yml Signed-off-by: Harshvir Potpose <[email protected]> * Update docs/operator-manual/applicationset.yaml Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Harshvir Potpose <[email protected]> * Update docs/operator-manual/applicationset.yaml Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Harshvir Potpose <[email protected]> * Update docs/operator-manual/applicationset.yaml Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Harshvir Potpose <[email protected]> * Update docs/operator-manual/applicationset.yaml Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Harshvir Potpose <[email protected]> * fix Signed-off-by: Harshvir Potpose <[email protected]> --------- Signed-off-by: Harshvir Potpose <[email protected]> Signed-off-by: Harshvir Potpose <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be69bcc - Browse repository at this point
Copy the full SHA be69bccView commit details -
docs: Add note in installation step 1 with argocd cli (argoproj#8030)
* Add note in installation stesps Added notes in installation step 1: kubectl config set-context --current --namespace=argocd * Updated doc * Update docs/getting_started.md Signed-off-by: Dan Garfield <[email protected]> --------- Signed-off-by: Dan Garfield <[email protected]> Co-authored-by: pasha-codefresh <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27c1743 - Browse repository at this point
Copy the full SHA 27c1743View commit details -
Add documentation for google transitive groups (argoproj#9487)
Signed-off-by: Trung <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85a2145 - Browse repository at this point
Copy the full SHA 85a2145View commit details -
fix: elements should be optional (argoproj#17424)
A bug was reported, where an applicationset with an empty elements array, when created with `argocd appset create <filename>.yaml` gets a `...list.elements: Required value` error. My hypothesis is that when calling the K8s API, golang JSON marshalling mangles the empty `elements` array to `nil`, rather than creating an empty array when submitting the `POST`. Still need to figure out why the same setup seemingly works fine when the same appset is in an app-of-apps. Signed-off-by: Blake Pettersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51cfd50 - Browse repository at this point
Copy the full SHA 51cfd50View commit details -
Merge pull request from GHSA-jwv5-8mqv-g387
* fix: Validate external URLs for applicatins Signed-off-by: Ry0taK <[email protected]> * fix(ui): remove invalid external-link Signed-off-by: Alexandre Gaudreault <[email protected]> * linting Signed-off-by: Alexandre Gaudreault <[email protected]> --------- Signed-off-by: Ry0taK <[email protected]> Signed-off-by: Alexandre Gaudreault <[email protected]> Co-authored-by: Alexandre Gaudreault <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 479b554 - Browse repository at this point
Copy the full SHA 479b554View commit details -
Merge pull request from GHSA-g623-jcgg-mhmm
Signed-off-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b8f673 - Browse repository at this point
Copy the full SHA 3b8f673View commit details -
feat: Add support to enable FullTimeStamp in logging (argoproj#15127)
* Add support to enable FullTimeStamp in logging Signed-off-by: skalinov <[email protected]> * fix: Fix go linter file exist issue Signed-off-by: skalinov <[email protected]> * fix: Remove --skip-pkg-cache Signed-off-by: skalinov <[email protected]> * Update util/log/logrus_test.go Use custom set env for prevent linter to be failed Signed-off-by: pasha-codefresh <[email protected]> * Update common/common.go Signed-off-by: Dan Garfield <[email protected]> * Update util/log/logrus_test.go Signed-off-by: pasha-codefresh <[email protected]> * Update util/log/logrus_test.go remove os import Signed-off-by: pasha-codefresh <[email protected]> * Update util/log/logrus_test.go sort dependencies Signed-off-by: pasha-codefresh <[email protected]> * fix formatting Signed-off-by: pashakostohrys <[email protected]> --------- Signed-off-by: pasha-codefresh <[email protected]> Signed-off-by: Dan Garfield <[email protected]> Signed-off-by: pashakostohrys <[email protected]> Co-authored-by: skalinov <[email protected]> Co-authored-by: pasha-codefresh <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0b0307 - Browse repository at this point
Copy the full SHA f0b0307View commit details -
docs: add attestation of SBOM to release assets in signed-release-ass…
…ets.md (argoproj#17520) Closes argoproj#17200. Signed-off-by: Andreas Hunkeler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77899cb - Browse repository at this point
Copy the full SHA 77899cbView commit details -
fix: Argo CD unnecessary enforce sequential helm manifest generation …
…for one chart (argoproj#17518) * fix: Argo CD unnecessary enforce sequential helm manifest generation for one chart Signed-off-by: Alexander Matyushentsev <[email protected]> * Update docs/operator-manual/high_availability.md Signed-off-by: Dan Garfield <[email protected]> --------- Signed-off-by: Alexander Matyushentsev <[email protected]> Signed-off-by: Dan Garfield <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 138b37b - Browse repository at this point
Copy the full SHA 138b37bView commit details
Commits on Mar 14, 2024
-
chore(deps): bump actions/checkout (argoproj#17493)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3df4ab11eba7bda6032a0b82a6bb43b11571feac to 8410ad0602e1e429cee44a835ae9f77f654a6694. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@3df4ab1...8410ad0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 739fa0c - Browse repository at this point
Copy the full SHA 739fa0cView commit details -
chore: Add error messages to return statements in BlockingDial functi…
…on (argoproj#17521) * Add error messages to return statements in BlockingDial function Signed-off-by: danqixu <[email protected]> * amend error wrapping from %s to %w Signed-off-by: danqixu <[email protected]> --------- Signed-off-by: danqixu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a92ab7 - Browse repository at this point
Copy the full SHA 4a92ab7View commit details -
chore(deps): upgrade helm to 3.14.3 (argoproj#17531)
* chore(deps): upgrade helm to 3.14.3 Signed-off-by: David Bunn <[email protected]> * chore(deps): upgrade helm to 3.14.3 Signed-off-by: David Bunn <[email protected]> --------- Signed-off-by: David Bunn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aaabb05 - Browse repository at this point
Copy the full SHA aaabb05View commit details
Commits on Mar 15, 2024
-
chore(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 (argop…
…roj#17537) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@af5a7ed...2cdde99) --- updated-dependencies: - dependency-name: docker/build-push-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>
Configuration menu - View commit details
-
Copy full SHA for 2b75efd - Browse repository at this point
Copy the full SHA 2b75efdView commit details -
fix(ui): add confirmation box in resource summary delete action (argo…
…proj#17485) Signed-off-by: ashutosh16 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f58d73 - Browse repository at this point
Copy the full SHA 2f58d73View commit details -
docs: Update the status of the feature, app in any namespace, from be…
…ta to stable (argoproj#17529) * Update the status of the feature, app in any namespace, from beta to stable Signed-off-by: Mangaal <[email protected]> * adding warning and removing **Current feature state** Signed-off-by: Mangaal <[email protected]> --------- Signed-off-by: Mangaal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63a72ee - Browse repository at this point
Copy the full SHA 63a72eeView commit details
Commits on Mar 18, 2024
-
Merge pull request from GHSA-2vgg-9h6w-m454
* feat: pick random user and exclude admin user and current user from deletion candidates Signed-off-by: pashakostohrys <[email protected]> * feat: increase default max cache size Signed-off-by: pashakostohrys <[email protected]> * add nil protection Signed-off-by: pashakostohrys <[email protected]> * Update util/session/sessionmanager.go Signed-off-by: Dan Garfield <[email protected]> Signed-off-by: Dan Garfield <[email protected]> * chore: fix linter issues Signed-off-by: pashakostohrys <[email protected]> --------- Signed-off-by: pashakostohrys <[email protected]> Signed-off-by: Dan Garfield <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6596e08 - Browse repository at this point
Copy the full SHA 6596e08View commit details -
Merge pull request from GHSA-6v85-wr92-q4p7
* fix: Fix concurrency issue in session manager Signed-off-by: jannfis <[email protected]> * Add note that modification to the map must be done in a thread safe manner * chore: fix linter issues Signed-off-by: pashakostohrys <[email protected]> --------- Signed-off-by: jannfis <[email protected]> Signed-off-by: pashakostohrys <[email protected]> Co-authored-by: Dan Garfield <[email protected]> Co-authored-by: pashakostohrys <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d69c61a - Browse repository at this point
Copy the full SHA d69c61aView commit details -
chore(deps-dev): bump postcss from 8.4.35 to 8.4.36 in /ui (argoproj#…
…17555) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.35 to 8.4.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.35...8.4.36) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 16fc008 - Browse repository at this point
Copy the full SHA 16fc008View commit details -
chore(deps): bump library/registry in /test/container (argoproj#17554)
Bumps library/registry from `f4e1b87` to `fb9c9ae`. --- updated-dependencies: - dependency-name: library/registry 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>
Configuration menu - View commit details
-
Copy full SHA for 09407a2 - Browse repository at this point
Copy the full SHA 09407a2View commit details -
docs: mention that the argocd diff command does not include secrets (a…
…rgoproj#15950) * doc(cli): update argocd_app_diff Adding the fact that secrets are ignored by the diff (not really stated in the doc so far) Signed-off-by: ario0 <[email protected]> * doc: remove whitespace Signed-off-by: ario0 <[email protected]> --------- Signed-off-by: ario0 <[email protected]> Signed-off-by: Alexis Renard <[email protected]> Co-authored-by: pasha-codefresh <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 997688e - Browse repository at this point
Copy the full SHA 997688eView commit details -
feat: add cli commands to create/set/unset/edit sources for multi-sou…
…rce application (argoproj#17425) * "feat:add cli commands to create/set/unset/edit sources for multi-source app" Signed-off-by: ishitasequeira <[email protected]> * fixed the ci failure Signed-off-by: ishitasequeira <[email protected]> * update commands Signed-off-by: ishitasequeira <[email protected]> * error out if source-index not specified for multi-source applications Signed-off-by: ishitasequeira <[email protected]> * fixed the ci failure Signed-off-by: ishitasequeira <[email protected]> * fix tests Signed-off-by: ishitasequeira <[email protected]> * set 0 as default source index for app create Signed-off-by: ishitasequeira <[email protected]> * add index to ParameterOverrides function Signed-off-by: ishitasequeira <[email protected]> * do not allow overrides for applications with multiple sources Signed-off-by: ishitasequeira <[email protected]> * update tests Signed-off-by: ishitasequeira <[email protected]> * remove create with override example Signed-off-by: ishitasequeira <[email protected]> * address comments Signed-off-by: ishitasequeira <[email protected]> * update tests Signed-off-by: ishitasequeira <[email protected]> * update examples in docs Signed-off-by: ishitasequeira <[email protected]> * update logs Signed-off-by: ishitasequeira <[email protected]> * Add test and update docs Signed-off-by: ishitasequeira <[email protected]> --------- Signed-off-by: ishitasequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed0218f - Browse repository at this point
Copy the full SHA ed0218fView commit details
Commits on Mar 20, 2024
-
feat(UI): Added link for docs to add clusters (argoproj#17395)
* cluster-add-link Signed-off-by: Surajyadav <[email protected]> * docs Signed-off-by: Surajyadav <[email protected]> * docs-panel Signed-off-by: Surajyadav <[email protected]> * added Signed-off-by: Surajyadav <[email protected]> * fixed Signed-off-by: Surajyadav <[email protected]> --------- Signed-off-by: Surajyadav <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ada5c2 - Browse repository at this point
Copy the full SHA 5ada5c2View commit details -
chore(deps-dev): bump postcss from 8.4.36 to 8.4.37 in /ui (argoproj#…
…17573) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.36 to 8.4.37. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.36...8.4.37) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 1c938e2 - Browse repository at this point
Copy the full SHA 1c938e2View commit details
Commits on Mar 22, 2024
-
chore: Fix linter issue with session manager (argoproj#17597)
Signed-off-by: jannfis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d11e146 - Browse repository at this point
Copy the full SHA d11e146View commit details -
chore(deps): bump slsa-framework/slsa-github-generator (argoproj#17593)
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>
Configuration menu - View commit details
-
Copy full SHA for 3ec63b2 - Browse repository at this point
Copy the full SHA 3ec63b2View commit details -
chore(deps): bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /ui (a…
…rgoproj#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>
Configuration menu - View commit details
-
Copy full SHA for 7350a55 - Browse repository at this point
Copy the full SHA 7350a55View commit details -
chore(deps-dev): bump postcss from 8.4.37 to 8.4.38 in /ui (argoproj#…
…17582) 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>
Configuration menu - View commit details
-
Copy full SHA for 427965c - Browse repository at this point
Copy the full SHA 427965cView commit details -
chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /ui (argo…
…proj#17542) 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>
Configuration menu - View commit details
-
Copy full SHA for f049009 - Browse repository at this point
Copy the full SHA f049009View commit details -
chore(deps): bump docker/login-action from 2.2.0 to 3.1.0 (argoproj#1…
…7524) 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>
Configuration menu - View commit details
-
Copy full SHA for ec7b49d - Browse repository at this point
Copy the full SHA ec7b49dView commit details -
chore(deps): bump ip from 1.1.5 to 1.1.9 in /ui (argoproj#17256)
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]>
Configuration menu - View commit details
-
Copy full SHA for 2b28683 - Browse repository at this point
Copy the full SHA 2b28683View commit details
Commits on Mar 23, 2024
-
fix: invalid badge validation (argoproj#15507) (argoproj#17580)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for a49880e - Browse repository at this point
Copy the full SHA a49880eView commit details
Commits on Mar 24, 2024
-
Adds count of resource on resource tile (argoproj#14904)
Signed-off-by: Vipin M S <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37c5f4d - Browse repository at this point
Copy the full SHA 37c5f4dView commit details
Commits on Mar 25, 2024
-
fix(repo-server): excess git requests, add shared cache lock on revis…
…ions (Issue argoproj#14725) (argoproj#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]>
Configuration menu - View commit details
-
Copy full SHA for c4fdc54 - Browse repository at this point
Copy the full SHA c4fdc54View commit details -
feat: Update command argocd app history to support multiple sources (a…
…rgoproj#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]>
Configuration menu - View commit details
-
Copy full SHA for 38d86a9 - Browse repository at this point
Copy the full SHA 38d86a9View commit details -
fix: flaky test - app history command not printing source in consiste…
…nt order (argoproj#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]>
Configuration menu - View commit details
-
Copy full SHA for 8cf0381 - Browse repository at this point
Copy the full SHA 8cf0381View commit details -
chore: Bump Golang to 1.21.8 (argoproj#17616)
Signed-off-by: jannfis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f87897c - Browse repository at this point
Copy the full SHA f87897cView commit details -
chore: update and fix scorecard (argoproj#17617)
Signed-off-by: Justin Marquis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5a499a - Browse repository at this point
Copy the full SHA a5a499aView commit details
Commits on Mar 26, 2024
-
fix: Appcontroller respects sync windows (argoproj#16492)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 295dff6 - Browse repository at this point
Copy the full SHA 295dff6View commit details -
docs(goTemplate): Fix bullet list (argoproj#17611)
Signed-off-by: Wout Scheepers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12ccb52 - Browse repository at this point
Copy the full SHA 12ccb52View commit details -
fix(cmp): pass env to plugin discovery (argoproj#13947)
Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Blake Pettersson <[email protected]> Co-authored-by: Jann Fischer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bddee2 - Browse repository at this point
Copy the full SHA 1bddee2View commit details
Commits on Mar 27, 2024
-
wrap error for SyncKeyRingFromDirectory (argoproj#17633)
Signed-off-by: danqixu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad372cf - Browse repository at this point
Copy the full SHA ad372cfView commit details -
docs(user-guide): fix a typo (argoproj#17642)
Signed-off-by: treble-snake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 442dac1 - Browse repository at this point
Copy the full SHA 442dac1View commit details -
[Bot] docs: Update Snyk reports (argoproj#17601)
Signed-off-by: CI <[email protected]> Co-authored-by: CI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9547bc - Browse repository at this point
Copy the full SHA e9547bcView commit details -
chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /ui-test (a…
…rgoproj#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>
Configuration menu - View commit details
-
Copy full SHA for 31aa4d9 - Browse repository at this point
Copy the full SHA 31aa4d9View commit details
Commits on Mar 28, 2024
-
Update USERS.md (argoproj#17651)
Add arturia as users Signed-off-by: olivier beyler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b80393 - Browse repository at this point
Copy the full SHA 4b80393View commit details -
chore(deps): bump express from 4.17.3 to 4.19.2 in /ui (argoproj#17648)
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>
Configuration menu - View commit details
-
Copy full SHA for 53b0842 - Browse repository at this point
Copy the full SHA 53b0842View commit details -
Merge pull request from GHSA-jhwx-mhww-rgc3
* 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]>
Configuration menu - View commit details
-
Copy full SHA for ae29279 - Browse repository at this point
Copy the full SHA ae29279View commit details -
docs: fix contrib meeting time description (argoproj#17655)
Signed-off-by: Leonardo Luz Almeida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8631e7e - Browse repository at this point
Copy the full SHA 8631e7eView commit details -
docs: 2 link fixes + hint (argoproj#17657)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for e26f4fb - Browse repository at this point
Copy the full SHA e26f4fbView commit details
Commits on Mar 29, 2024
-
docs: added warning for multiple sources (argoproj#17670)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for b711c5b - Browse repository at this point
Copy the full SHA b711c5bView commit details -
feat: Enhance ArgoCD CLI: Dynamic Repo Server Retrieval with --core a…
…nd --refresh Flags (argoproj#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]>
Configuration menu - View commit details
-
Copy full SHA for 766a6da - Browse repository at this point
Copy the full SHA 766a6daView commit details
Commits on Apr 1, 2024
-
feat(ui): metadata.annotations: too long message Improved (argoproj#1…
…7452) * 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]>
Configuration menu - View commit details
-
Copy full SHA for 7deafc4 - Browse repository at this point
Copy the full SHA 7deafc4View commit details -
chore: Update USERS.md (argoproj#17683)
Add Shield.com as one of the users in the USER.md file Signed-off-by: suhas-chikkanna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f287dab - Browse repository at this point
Copy the full SHA f287dabView commit details
Commits on Apr 2, 2024
-
docs: clarify multiple sources example (argoproj#17698)
Signed-off-by: Kostis (Codefresh) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 405949b - Browse repository at this point
Copy the full SHA 405949bView commit details -
fix(ui): Fix color generation for pod name in logs viewer. Fixes argo…
…proj#17704 (argoproj#17706) * Fix color generation for pod name in logs viewer Signed-off-by: Philipp Trulson <[email protected]> * Add rebuy to users.md Signed-off-by: Philipp Trulson <[email protected]> --------- Signed-off-by: Philipp Trulson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for affd1cb - Browse repository at this point
Copy the full SHA affd1cbView commit details
Commits on Apr 3, 2024
-
feat(server): Add maxPodLogsToRender setting (argoproj#14617)
Signed-off-by: lukasz <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 614f44c - Browse repository at this point
Copy the full SHA 614f44cView commit details -
docs/user-guide/helm.md: fix typo valuesFile (argoproj#17716)
Signed-off-by: Petr Šťastný <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8d912f - Browse repository at this point
Copy the full SHA c8d912fView commit details -
feat(cli): add support for multiple sources to app diff|manifests com…
…mand with `revisions` flag (argoproj#17650) * Add support for multiple source to manifests --revision command Signed-off-by: ishitasequeira <[email protected]> * Update GetManifests to support multiple sources Signed-off-by: ishitasequeira <[email protected]> * remove testing logs Signed-off-by: ishitasequeira <[email protected]> * update cli docs Signed-off-by: ishitasequeira <[email protected]> * add extra validation for diff command Signed-off-by: ishitasequeira <[email protected]> * fix lint Signed-off-by: ishitasequeira <[email protected]> * Empty-Commit Signed-off-by: ishitasequeira <[email protected]> * revert apimachinery version Signed-off-by: ishitasequeira <[email protected]> * Update docs based on comments Signed-off-by: ishitasequeira <[email protected]> --------- Signed-off-by: ishitasequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b11524 - Browse repository at this point
Copy the full SHA 4b11524View commit details -
fix: fix calculating patch for respect ignore diff feature (argoproj#…
…17693) * test: unit test for respectIgnoreDifferences bug Signed-off-by: Jesse Suen <[email protected]> * test: simplify unit test Signed-off-by: Jesse Suen <[email protected]> * fix: fix calculating patch for respect ignore diff feature Signed-off-by: Alexander Matyushentsev <[email protected]> --------- Signed-off-by: Jesse Suen <[email protected]> Signed-off-by: Alexander Matyushentsev <[email protected]> Co-authored-by: Jesse Suen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44da206 - Browse repository at this point
Copy the full SHA 44da206View commit details
Commits on Apr 4, 2024
-
chore(deps): bump library/golang in /test/container (argoproj#17721)
Bumps library/golang from 1.21.8 to 1.21.9. --- updated-dependencies: - dependency-name: library/golang 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>
Configuration menu - View commit details
-
Copy full SHA for a4b8c66 - Browse repository at this point
Copy the full SHA a4b8c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for c09e5b0 - Browse repository at this point
Copy the full SHA c09e5b0View commit details -
chore(deps): bump library/golang from 1.21.3 to 1.21.9 (argoproj#17722)
Bumps library/golang from 1.21.3 to 1.21.9. --- updated-dependencies: - dependency-name: library/golang 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>
Configuration menu - View commit details
-
Copy full SHA for 3654d7f - Browse repository at this point
Copy the full SHA 3654d7fView commit details -
chore(deps): bump library/busybox in /test/e2e/multiarch-container (a…
…rgoproj#17664) Bumps library/busybox from `650fd57` to `c3839dd`. --- updated-dependencies: - dependency-name: library/busybox dependency-type: direct:production ... 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]>
Configuration menu - View commit details
-
Copy full SHA for 618a4e9 - Browse repository at this point
Copy the full SHA 618a4e9View commit details -
feat(controller): use manifest generate path during comparison (argop…
…roj#14242) (argoproj#15636) * squash commits Signed-off-by: Alexy Mantha <[email protected]> * Update util/git/client.go Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Alexy Mantha <[email protected]> * fix error message Signed-off-by: Alexy Mantha <[email protected]> * add git client options Signed-off-by: Alexy Mantha <[email protected]> * Update generated code Signed-off-by: Alexy Mantha <[email protected]> * run fmt Signed-off-by: Alexy Mantha <[email protected]> * fix tests Signed-off-by: Alexy Mantha <[email protected]> * failed gen Signed-off-by: Alexy Mantha <[email protected]> * tweak logs and rename cache Signed-off-by: Alexy Mantha <[email protected]> * validate revisions Signed-off-by: Alexy Mantha <[email protected]> * fix tests Signed-off-by: Alexy Mantha <[email protected]> * fix tests Signed-off-by: Alexy Mantha <[email protected]> * fmt Signed-off-by: Alexy Mantha <[email protected]> * fix linting Signed-off-by: Alexy Mantha <[email protected]> * fixes from review Signed-off-by: Alexy Mantha <[email protected]> * generate Signed-off-by: Alexy Mantha <[email protected]> * fix Signed-off-by: Alexy Mantha <[email protected]> * use log context Signed-off-by: Alexy Mantha <[email protected]> --------- Signed-off-by: Alexy Mantha <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e46a5e - Browse repository at this point
Copy the full SHA 4e46a5eView commit details -
chore(ui): improve the msg to user when deleteing the resource (argop…
…roj#17734) Signed-off-by: ashutosh16 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6523f25 - Browse repository at this point
Copy the full SHA 6523f25View commit details -
fix(security): use Chainguard fork of git-urls (argoproj#17732)
Signed-off-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 040eb36 - Browse repository at this point
Copy the full SHA 040eb36View commit details
Commits on Apr 5, 2024
-
Bump version to 2.11.0-rc1 (argoproj#17751)
Signed-off-by: GitHub <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f491935 - Browse repository at this point
Copy the full SHA f491935View commit details -
chore: rename source-indexes to source-positions (argoproj#17746) (ar…
…goproj#17753) * chore: rename source-indexes to source-positions * update documentation --------- Signed-off-by: ishitasequeira <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d5b174 - Browse repository at this point
Copy the full SHA 9d5b174View commit details
Commits on Apr 12, 2024
-
fix(api): use arrays instead of map to display ApplicationManifetQuer…
…y fields in swagger (argoproj#17804) (argoproj#17820) * use arrays instead of map to display ApplicationManifetQuery fields in swagger * fix equality conditions for souce-position check --------- Signed-off-by: ishitasequeira <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be48990 - Browse repository at this point
Copy the full SHA be48990View commit details
Commits on Apr 15, 2024
-
Merge pull request from GHSA-2gvw-w6fj-7m3c
* sec: validate a project before execute an action Signed-off-by: pashakostohrys <[email protected]> * sec: validate a project before execute an action Signed-off-by: pashakostohrys <[email protected]> --------- Signed-off-by: pashakostohrys <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edcf167 - Browse repository at this point
Copy the full SHA edcf167View commit details -
fix: codegen and e2e tests (argoproj#17851)
Signed-off-by: pashakostohrys <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b71f0c8 - Browse repository at this point
Copy the full SHA b71f0c8View commit details -
Bump version to 2.11.0-rc2 (argoproj#17852)
Signed-off-by: GitHub <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24ef777 - Browse repository at this point
Copy the full SHA 24ef777View commit details
Commits on Apr 18, 2024
-
fix(api): respect all allowed audiences, regardless of check order (a…
…rgoproj#17876) (argoproj#17878) Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29cdd31 - Browse repository at this point
Copy the full SHA 29cdd31View commit details -
fix: invalid revision in re-used manifest cache (argoproj#17874) (arg…
…oproj#17877) Signed-off-by: Alexander Matyushentsev <[email protected]> Co-authored-by: Alexander Matyushentsev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce0e3bc - Browse repository at this point
Copy the full SHA ce0e3bcView commit details -
fix: debian source typo in Dockerfile (argoproj#17886)
Signed-off-by: Amit Lin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ef8fe2 - Browse repository at this point
Copy the full SHA 2ef8fe2View commit details
Commits on Apr 19, 2024
-
remove mention of beta state from apps-in-any-namespace doc (argoproj…
…#17896) (argoproj#17899) Signed-off-by: ishitasequeira <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bb7ac9 - Browse repository at this point
Copy the full SHA 3bb7ac9View commit details
Commits on Apr 22, 2024
-
docs(cli): remove docs for non-existing
argocd admin
commands (argo……proj#17924) (argoproj#17925) Co-authored-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35a2ebe - Browse repository at this point
Copy the full SHA 35a2ebeView commit details
Commits on Apr 23, 2024
-
docs: Mention configmap to enable new git file globbing by name (argo…
…proj#17936) (argoproj#17938) Signed-off-by: Christian Ciach <[email protected]> Co-authored-by: ChristianCiach <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb573e0 - Browse repository at this point
Copy the full SHA fb573e0View commit details
Commits on Apr 24, 2024
-
fix: use cmp vs reflect.DeepEqual for comparing Applications (argopro…
…j#17861) (argoproj#17940) (argoproj#17958) * fix(compare): appset compare the child apps with cmp vs reflect * remove debug lines * remove debug lines --------- Signed-off-by: rumstead <[email protected]> Co-authored-by: rumstead <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f186da - Browse repository at this point
Copy the full SHA 9f186daView commit details
Commits on Apr 26, 2024
-
Merge pull request from GHSA-9m6p-x4h2-6frq
* feat: limit jq.Run with timeout Signed-off-by: pashakostohrys <[email protected]> * feat: ignore normalizer jq execution timeout as env variable Signed-off-by: pashakostohrys <[email protected]> * feat: customize error message and add doc section Signed-off-by: pashakostohrys <[email protected]> * feat: improve log and change a way how to get variable Signed-off-by: pashakostohrys <[email protected]> * chore: fix import`s order Signed-off-by: pashakostohrys <[email protected]> * chore: rename variable inside sts Signed-off-by: pashakostohrys <[email protected]> * chore: fix import order Signed-off-by: pashakostohrys <[email protected]> --------- Signed-off-by: pashakostohrys <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25c6653 - Browse repository at this point
Copy the full SHA 25c6653View commit details -
Merge pull request from GHSA-9m6p-x4h2-6frq
* feat: limit jq.Run with timeout Signed-off-by: pashakostohrys <[email protected]> * feat: ignore normalizer jq execution timeout as env variable Signed-off-by: pashakostohrys <[email protected]> * feat: customize error message and add doc section Signed-off-by: pashakostohrys <[email protected]> * feat: improve log and change a way how to get variable Signed-off-by: pashakostohrys <[email protected]> * chore: fix import`s order Signed-off-by: pashakostohrys <[email protected]> * chore: rename variable inside sts Signed-off-by: pashakostohrys <[email protected]> * chore: fix import order Signed-off-by: pashakostohrys <[email protected]> --------- Signed-off-by: pashakostohrys <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0460b98 - Browse repository at this point
Copy the full SHA 0460b98View commit details -
fix: codegen after security fix (argoproj#17987)
Signed-off-by: pashakostohrys <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 617f8a4 - Browse repository at this point
Copy the full SHA 617f8a4View commit details -
Fix post-delete finalizer in appset (argoproj#18003) (argoproj#18005)
Signed-off-by: Joe Bowbeer <[email protected]> Co-authored-by: Joe Bowbeer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 602f544 - Browse repository at this point
Copy the full SHA 602f544View commit details
Commits on Apr 29, 2024
-
feat: update notifications (argoproj#18017)
Signed-off-by: pashakostohrys <[email protected]> Co-authored-by: Lukas Aldershaab <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1f890d - Browse repository at this point
Copy the full SHA e1f890dView commit details -
feat(cli): add support for multiple sources to sync command (argoproj…
…#18016) * update sync command Signed-off-by: ishitasequeira <[email protected]> use arrays instead of map to display ApplicationManifetQuery fields in swagger Signed-off-by: ishitasequeira <[email protected]> rebase and update logic for sync command Signed-off-by: ishitasequeira <[email protected]> update conditions Signed-off-by: ishitasequeira <[email protected]> update displayRevisions on OperationState Signed-off-by: ishitasequeira <[email protected]> remove rerunreport file Signed-off-by: ishitasequeira <[email protected]> fix index 0 out of bounds error Signed-off-by: ishitasequeira <[email protected]> Address comments Signed-off-by: ishitasequeira <[email protected]> fix codegen Signed-off-by: ishitasequeira <[email protected]> rename GetSourcePtrBySourceIndex to GetSourcePtrByIndex Signed-off-by: ishitasequeira <[email protected]> rename GetSourcePtrBySourcePosition to GetSourcePtrByPosition Signed-off-by: ishitasequeira <[email protected]> rebase with master and resolve conflicts Signed-off-by: ishitasequeira <[email protected]> fix codegen Signed-off-by: ishitasequeira <[email protected]> Address feedback and add tests Signed-off-by: ishitasequeira <[email protected]> fix unit test Signed-off-by: ishitasequeira <[email protected]> * codegen post cherry-pick Signed-off-by: ishitasequeira <[email protected]> --------- Signed-off-by: ishitasequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f875931 - Browse repository at this point
Copy the full SHA f875931View commit details -
Bump version to 2.11.0-rc3 (argoproj#18019)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20fd621 - Browse repository at this point
Copy the full SHA 20fd621View commit details
Commits on Apr 30, 2024
-
fix: enable sha256 and sha512 for git ssh (argoproj#18028) (argoproj#…
…18034) * fix: bumping the knownhosts to v1.2.2 since this contains a fix that allows for sha256 and sha512 algorithms when using git ssh * chore: remove older version of module from go sum --------- Signed-off-by: Marc Arndt <[email protected]> Signed-off-by: Marc Arndt <[email protected]> Co-authored-by: Marc Arndt <[email protected]> Co-authored-by: Marc Arndt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66f4934 - Browse repository at this point
Copy the full SHA 66f4934View commit details
Commits on May 4, 2024
-
fix: status.sync.comparedTo should use replace patch strategy (argopr…
…oj#18061) (argoproj#18071) * fix: status.sync.comparedTo should use replace patch strategy * add e2e tests --------- Signed-off-by: Alexander Matyushentsev <[email protected]> Co-authored-by: Alexander Matyushentsev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da6c2e9 - Browse repository at this point
Copy the full SHA da6c2e9View commit details
Commits on May 7, 2024
-
docs: fix 404 styling (argoproj#18094) (argoproj#18104)
* docs: fix 404 styling * hack around custom tag destruction --------- Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cd8305 - Browse repository at this point
Copy the full SHA 8cd8305View commit details -
Bump version to 2.11.0 (argoproj#18112)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3f33c0 - Browse repository at this point
Copy the full SHA d3f33c0View commit details
Commits on May 8, 2024
-
chore: update gitops engine for force sync option (argoproj#5882) - 2…
….11 (argoproj#18125) Signed-off-by: pashakostohrys <[email protected]> Co-authored-by: Kota Kimura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd4ee83 - Browse repository at this point
Copy the full SHA dd4ee83View commit details
Commits on May 20, 2024
-
chore(deps): cherry-pick bump protobuf argoproj#17788 (argoproj#18284)
Signed-off-by: ishitasequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faeede3 - Browse repository at this point
Copy the full SHA faeede3View commit details -
chore(deps): upgrade helm to 3.14.4 (argoproj#18255) (argoproj#18286)
* chore(deps): upgrade helm to 3.14.4 * place checksums where they belong --------- Signed-off-by: Justin Marquis <[email protected]> Co-authored-by: Justin Marquis <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4621b3b - Browse repository at this point
Copy the full SHA 4621b3bView commit details -
Fix logging hash with multiple sources (argoproj#18189) (argoproj#18193)
Signed-off-by: onee-only <[email protected]> Co-authored-by: onee-only <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eee5c06 - Browse repository at this point
Copy the full SHA eee5c06View commit details -
update resolveRevision to use the correct source for multi-source app (…
…argoproj#18194) (argoproj#18202) Co-authored-by: Ishita Sequeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37dd289 - Browse repository at this point
Copy the full SHA 37dd289View commit details -
fix: copy visited map argoproj#11699 (argoproj#12667) (argoproj#18219)
This commit fixed an issue argoproj#11699 that caused a warning even if the cycle didn't exist. Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive. Fixes argoproj#11699 Signed-off-by: Arata Furukawa <[email protected]> Co-authored-by: Arata Furukawa <[email protected]> Co-authored-by: Blake Pettersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 786e141 - Browse repository at this point
Copy the full SHA 786e141View commit details -
fix: UI MultiSource - Helm Chart with values.yaml (argoproj#18188) (a…
…rgoproj#18200) Signed-off-by: Keith Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6530c6f - Browse repository at this point
Copy the full SHA 6530c6fView commit details
Commits on May 21, 2024
-
Merge pull request from GHSA-9766-5277-j5hr
* fix: Enable Redis authentication in the default installation Signed-off-by: May Zhang <[email protected]> * chore: fix git_test unit test Signed-off-by: Leonardo Luz Almeida <[email protected]> --------- Signed-off-by: May Zhang <[email protected]> Signed-off-by: Leonardo Luz Almeida <[email protected]> Co-authored-by: May Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1a449e - Browse repository at this point
Copy the full SHA f1a449eView commit details -
Merge pull request from GHSA-9766-5277-j5hr
* fix: Enable Redis authentication in the default installation Signed-off-by: May Zhang <[email protected]> * chore: fix git_test unit test Signed-off-by: Leonardo Luz Almeida <[email protected]> --------- Signed-off-by: May Zhang <[email protected]> Signed-off-by: Leonardo Luz Almeida <[email protected]> Co-authored-by: May Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ef7b62 - Browse repository at this point
Copy the full SHA 6ef7b62View commit details -
Bump version to 2.11.1 (argoproj#18319)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f40df0 - Browse repository at this point
Copy the full SHA 9f40df0View commit details -
chore(ci): fix release notes (argoproj#18132) (argoproj#18330)
Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47e7470 - Browse repository at this point
Copy the full SHA 47e7470View commit details -
docs: add v2.11 notes to upgrading page (argoproj#18333)
Signed-off-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 140ffdd - Browse repository at this point
Copy the full SHA 140ffddView commit details -
fix(deps): upgrade otel dependency (argoproj#18285) (argoproj#18324)
Signed-off-by: Justin Marquis <[email protected]> Co-authored-by: Justin Marquis <[email protected]> Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 212a6ed - Browse repository at this point
Copy the full SHA 212a6edView commit details -
fix: revert registry change (argoproj#18328)
Signed-off-by: Michael Crenshaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d58e7e - Browse repository at this point
Copy the full SHA 9d58e7eView commit details
Commits on May 22, 2024
-
fix: remove Egress NetworkPolicy for argocd-redis and argocd-redis-ha…
…-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]>
Configuration menu - View commit details
-
Copy full SHA for 2b463d4 - Browse repository at this point
Copy the full SHA 2b463d4View commit details
Commits on May 23, 2024
-
Bump version to 2.11.2 (argoproj#18384)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25f7504 - Browse repository at this point
Copy the full SHA 25f7504View commit details
Commits on May 24, 2024
-
fix source ordering issue in manifest generation for multi-source app…
… while using manifests and diff commands (argoproj#18395) (argoproj#18408)
Configuration menu - View commit details
-
Copy full SHA for cf17283 - Browse repository at this point
Copy the full SHA cf17283View commit details
Commits on May 28, 2024
-
fix: app names with non-alphanumeric characters in position 63 break …
…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]>
Configuration menu - View commit details
-
Copy full SHA for 46342a9 - Browse repository at this point
Copy the full SHA 46342a9View commit details
Commits on Jun 6, 2024
-
Merge pull request from GHSA-87p9-x75h-p4j2
Signed-off-by: Blake Pettersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 320abb8 - Browse repository at this point
Copy the full SHA 320abb8View commit details -
Merge pull request from GHSA-3cqf-953p-h5cp
* 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]>
Configuration menu - View commit details
-
Copy full SHA for e01bb53 - Browse repository at this point
Copy the full SHA e01bb53View commit details -
Bump version to 2.11.3 (argoproj#18520)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pasha-codefresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f344d5 - Browse repository at this point
Copy the full SHA 3f344d5View commit details
Commits on Jun 7, 2024
-
chore: bump go version to 1.21.10 (argoproj#18540)
Signed-off-by: Justin Marquis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13844b9 - Browse repository at this point
Copy the full SHA 13844b9View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f08e67 - Browse repository at this point
Copy the full SHA 9f08e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20729d1 - Browse repository at this point
Copy the full SHA 20729d1View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3b0eeb - Browse repository at this point
Copy the full SHA e3b0eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2119c9 - Browse repository at this point
Copy the full SHA d2119c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d16e67e - Browse repository at this point
Copy the full SHA d16e67eView commit details
Commits on Jun 17, 2024
-
[ server / application ]: appVersion retrieving from first non-ref so…
…urce of multisourced app
Configuration menu - View commit details
-
Copy full SHA for 23ad604 - Browse repository at this point
Copy the full SHA 23ad604View commit details -
feat: v2 event-reporter support codefresh CA certificate (#311)
* event-reporter: added support of codefresh tls CA certificate * fix lint issue * updated CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 65c243d - Browse repository at this point
Copy the full SHA 65c243dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 339f049 - Browse repository at this point
Copy the full SHA 339f049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4801e5f - Browse repository at this point
Copy the full SHA 4801e5fView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 155d627 - Browse repository at this point
Copy the full SHA 155d627View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba52b48 - Browse repository at this point
Copy the full SHA ba52b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0824860 - Browse repository at this point
Copy the full SHA 0824860View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e9f3f - Browse repository at this point
Copy the full SHA b2e9f3fView commit details