-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
chore(deps): update node version #20248
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
ui/.nvmrc
Outdated
@@ -1 +1 @@ | |||
v21.6.1 | |||
21.7.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ggjulio looks like Renovate wants to stay within the same minor version series. Should we just manually bump this up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@crenshaw-dev yes, I forgot to bump it in the PR.
Either in a separate PR and renovate will hopefully rebase right away.
Or just push a commit in this branch renovate/node-version
before merging
There is also a setting to ask renovate create separate PRs for major versions.
Which is a good thing for packages like node, kubectl...
EDIT: I'll create a new PR that takes your comments into account + refacto the config to make it simpler / more maintainable.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20248 +/- ##
==========================================
- Coverage 55.95% 55.93% -0.03%
==========================================
Files 322 322
Lines 44607 44660 +53
==========================================
+ Hits 24962 24980 +18
- Misses 17068 17089 +21
- Partials 2577 2591 +14 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
* chore(deps): update node version * Update ui/.nvmrc Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com>
…#20085) * docs: Add `404 Not Found` github notification error to troubleshooting docs Signed-off-by: Moleus <fafufuburr@gmail.com> * Update docs/operator-manual/notifications/troubleshooting-errors.md Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * Update docs/operator-manual/notifications/troubleshooting-errors.md Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 (#20087) Signed-off-by: Cheng Fang <cfang@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps-dev): bump @types/node from 22.5.5 to 22.7.2 in /ui-test (#20112) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(extension): add header to support apps-in-any-namespace (#20123) Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Fix typo (#20127) Remove a redundant "is". Signed-off-by: Symeon Meichanetzoglou <simosmeih@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(ui): add optional check to avoid undefined reference in project detail (#20044) Signed-off-by: linghaoSu <linghao.su@daocloud.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump Helm from 3.15.2 to 3.15.4 (#20135) * sec: upgrade helm version in order to fix critical vulnerability Signed-off-by: pashakostohrys <pavel@codefresh.io> * sec: upgrade helm version in order to fix critical vulnerability Signed-off-by: pashakostohrys <pavel@codefresh.io> --------- Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: oras-go client should fallback to docker config if no credentials specified (#18133) * oras-go client should fallback to docker config if no credentials specified Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Fix tests Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Fix lint Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * gofumpt Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Validate auth header Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> --------- Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 (#20154) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...32945a3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Fix argocd appset generate failure due to missing clusterrole (#20162) * fix: FIx argocd-server clusterrole to allow argocd appset generate using cluster generator Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> * fix: update generated code Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * [Bot] docs: Update Snyk reports (#20146) Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: repo generate paths value in namespace install is incorrectly formatted (#20139) * Fix repo generate paths value in namespace install Signed-off-by: todaywasawesome <dan@codefresh.io> * Fix in base and regen Signed-off-by: todaywasawesome <dan@codefresh.io> --------- Signed-off-by: todaywasawesome <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: introduce pause/unpause actions for Numaplane CRDs (#20128) * feat: introduce pause/unpause actions for Numaplane CRDs Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * test: fixed incorrect file names Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * chore: codegen Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: empty check for lifecycle Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: nil check Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: nil checks Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * test: testing different starting spec Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * feat: add nil checks for all possible nil fields Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * chore: rerun tests Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> --------- Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(appset): Add a cache layer for Argo Projects to speed-up application validation (#18703) * feat(appset): Add a cache layer for Argo Projects to speed-up application validation Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Use local client rather than custom cache Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Clean go.mod Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Merge master Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Fix after merging master Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Initialize appProject variable inside loop Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Remove unused ArgoAppClientset field Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Fix linter issue Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> --------- Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: added note re. arch of example application on getting_started.md (#20143) added warning that example application may not run on all archs Signed-off-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(ui): hide resource actions menu if it's empty (#20051) Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Fixes minor typo which lead to using the bearer token as api URL and was obviously not working. (#20169) Signed-off-by: asjervanasten <asjer94@live.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: Try to make CodeQL happy (#20094) (#20129) * chore(common): Split const from unrelated util/clusterauth const Signed-off-by: Josh Soref <jsoref@gmail.com> * chore: Try to make CodeQL happy Signed-off-by: Josh Soref <jsoref@gmail.com> --------- Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 (#20174) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@32945a3...4f58ea7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(ui): make name property for repos (#20077) * name-option-added Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * lint Signed-off-by: Surajyadav <harrypotter1108@gmail.com> --------- Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: basic e2e tests in order to verify notification service health (#20182) * feat: basic e2e tests in order to verify notification service health Signed-off-by: pashakostohrys <pavel@codefresh.io> * feat: basic e2e tests in order to verify notification service health Signed-off-by: pashakostohrys <pavel@codefresh.io> --------- Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: document credentials server (#20078) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: Add nodeSelector for Linux nodes (#20148) * feat: Add nodeSelector for Linux nodes in application-controller, applicationset-controller, and repo-server Signed-off-by: leehosu <hosu4549@gmail.com> * refactor : Reversal the wrong part and correct it. Signed-off-by: leehosu <hosu4549@gmail.com> * Update argocd-application-controller-statefulset.yaml Signed-off-by: l2h <hosu4549@gmail.com> * feat: Add nodeSelector for Linux nodes in dex-server, argo-server Signed-off-by: leehosu <hosu4549@gmail.com> * refactor: update code to resolving for intergration test Signed-off-by: leehosu <hosu4549@gmail.com> * refactor: update code to resolving for codegen Signed-off-by: leehosu <hosu4549@gmail.com> * Run make manifests-local and then commit Signed-off-by: leehosu <hosu4549@gmail.com> --------- Signed-off-by: leehosu <hosu4549@gmail.com> Signed-off-by: l2h <hosu4549@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump github.com/cyphar/filepath-securejoin (#20173) Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md) - [Commits](cyphar/filepath-securejoin@v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(appset): parameterize requeue time #20063 (#20064) Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): better handling of Go and Node dependency bumps (#20168) * chore(ci): better handling of Go and Node dependency bumps Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> temporarily remove condition Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> quit early if there are no changes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> use latest checkout action and actually test version change Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> use github token Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> workflow for node Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> clean up after changing node version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> revert temporary changes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> more docs Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * bump linter version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#20188) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...b9fd7d1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs(ui): sorting version (#20181) Signed-off-by: nueavv <nuguni@kakao.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: add outpost24 to users.md (#20197) Signed-off-by: Phong Do <dominhphong306@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: Update argocd path for command in notifification in troubleshooting docs (#20120) Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 (#20190) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.0 to 1.67.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.0...v1.67.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump chromedriver from 129.0.0 to 129.0.2 in /ui-test (#20189) Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 129.0.0 to 129.0.2. - [Commits](giggio/node-chromedriver@129.0.0...129.0.2) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump bitnami/kubectl in /test/container (#20191) Bumps bitnami/kubectl from `da4a986` to `b509ab6`. --- updated-dependencies: - dependency-name: bitnami/kubectl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump library/busybox in /test/e2e/multiarch-container (#20193) Bumps library/busybox from `c230832` to `768e5c6`. --- updated-dependencies: - dependency-name: library/busybox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(helm): escape consecutive commas in cleanSetParameters (#19269) (#20113) Signed-off-by: KangManJoo <eogns47@konkuk.ac.kr> Signed-off-by: daengdaengLee <gunho1020@gmail.com> Co-authored-by: daengdaengLee <gunho1020@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Update troubleshooting-errors.md (#20201) Fixing some phrasing and adding more clarity. Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Rework git tag semver resolution (#20083) (#20096) * Write initial tests Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Improve git tag semver resolution Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Add company to list of users Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Fix broken error string check Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Fix incorrect semver test assumption Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * switch to debug statement Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Add more testcases for review Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * review comments Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> --------- Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#20207) Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(ui): support auto theme (#20080) * feat(theme): support auto theme Signed-off-by: linghaoSu <linghao.su@daocloud.io> * fix(ui): set default theme as light Signed-off-by: linghaoSu <linghao.su@daocloud.io> * fix(ui): only register listener when theme is auto Signed-off-by: linghaoSu <linghao.su@daocloud.io> --------- Signed-off-by: linghaoSu <linghao.su@daocloud.io> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump selenium-webdriver from 4.24.1 to 4.25.0 in /ui-test (#20058) Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.24.1 to 4.25.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.25.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: refine deny destination checks (#20045) * fix: refine server deny check Fixes #19804. The deny destination check can be made more intuitive by doing the following: * short-circuit any deny destination * first, for any deny server destination, _also_ check if the namespace matches * for any deny namespace destination, reject as before Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * fix: also assert that server matches on ns deny Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: Added unit tests and fix e2e tests for application sync decoupling feature (#19966) * fixed doc comments and added unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Added comments for the newly added unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Refactored method name to deriveServiceAccountToImpersonate Signed-off-by: anandf <anjoseph@redhat.com> * Using const name in return value Signed-off-by: anandf <anjoseph@redhat.com> * Added unit tests for argocd proj add-destination-service-accounts Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failing e2e tests Signed-off-by: anandf <anjoseph@redhat.com> * Fix linting errors Signed-off-by: anandf <anjoseph@redhat.com> * Using require package instead of assert and fixed code generation Signed-off-by: anandf <anjoseph@redhat.com> * Removed parallel execution of tests for sync with impersonate Signed-off-by: anandf <anjoseph@redhat.com> * Added err checks for glob validations Signed-off-by: anandf <anjoseph@redhat.com> * Fixed e2e tests for sync impersonation Signed-off-by: anandf <anjoseph@redhat.com> * Using consistently based expects in E2E tests Signed-off-by: anandf <anjoseph@redhat.com> * Added more unit tests and fixed go generate Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failed lint errors, unit and e2e test failures Signed-off-by: anandf <anjoseph@redhat.com> * Fixed goimports linter issue Signed-off-by: anandf <anjoseph@redhat.com> * Added code comments and added few missing unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Added missing unit test for GetDestinationServiceAccounts method Signed-off-by: anandf <anjoseph@redhat.com> * Fixed goimports formatting with local for project_test.go Signed-off-by: anandf <anjoseph@redhat.com> * Corrected typo in a field name additionalObjs Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failing unit tests Signed-off-by: anandf <anjoseph@redhat.com> --------- Signed-off-by: anandf <anjoseph@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Fix false positive in plugin application discovery (#20196) * fix: fix false positive in plugin application discovery Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> * fix: apply suggestion to return immediately if discovery is not configured for unnamed plugin Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: update health check to support modelmesh (#20142) Signed-off-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: rename protobuf field according to convention (#20221) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: add TBC Bank to USERS.md (#20227) * docs: add TBC Bank to USERS.md Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> * docs: reorder TBC Bank by alphabetical Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> --------- Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.0 (#20224) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@988b5a0...8026d2b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump tj-actions/changed-files from 45.0.2 to 45.0.3 (#20225) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.2 to 45.0.3. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@48d8f15...c3a1bb2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: use `ErrorContains(t, err` instead of `Contains(t, err.Error()` (#20220) Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: Correct ApplicationSet (spec.preservedFields) (#20206) * Fix docs Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * Remove another errant block; improved comments Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * Actually removed the errant block Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * More doc fixes Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * More spec fixes + USERS Signed-off-by: jyoungs <jyoungs@bluenightmare.com> --------- Signed-off-by: jyoungs <jyoungs@bluenightmare.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(health): only consider non-empty health checks (#20232) * fix(health): only consider non-empty health checks For wildcard health checks, only consider wildcards with a non-empty health check. Fixes #16905 (at least partially). Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: renaming test case for clarity Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * refactor: add clarity as to what the function is supposed to do Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * Update docs/operator-manual/health.md Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: add test case for `*/*` override with empty healthcheck Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: support managing cluster with multiple argocd instances and annotation based tracking (#20222) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix notification-catlog issue (#20237) Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): add renovate for golangci-lint, go and node version (#20236) Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (#20240) Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...2cdf405) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/setup-buildx-action from 3.7.0 to 3.7.1 (#20241) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@8026d2b...c47758b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/time from 0.6.0 to 0.7.0 (#20244) Bumps [golang.org/x/time](https://github.com/golang/time) from 0.6.0 to 0.7.0. - [Commits](golang/time@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(cli): Add app diff option to specify exit code when diff (#20144) The argocd app diff command returns 1 if a difference is found. In related issues, they want to return an error code that is distinguishable from common errors. However, changing the existing behavior is likely to break user's automation code. So we want to provide an explicit option(--diff-exit-code) to specify an error code. Related: #3588 Signed-off-by: Eugene Kim <eugene70kim@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: add support for helm skipTests flag (#20118) Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#20242) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@4959ce0...dc72c7d) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 (#20245) Bumps [golang.org/x/term](https://github.com/golang/term) from 0.24.0 to 0.25.0. - [Commits](golang/term@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#20243) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0. - [Commits](golang/crypto@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (#20246) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0. - [Commits](golang/net@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: update notifications-engine to 22ccfe0caf45 (#20239) * Update notifications-engine Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> * Update docs for Opsgenie notifications Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> * docs: Fix outdated slack notification configuration readme Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> --------- Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * [Bot] docs: Update Snyk reports (#20250) Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: handle incorrect cluster RESTconfig without panic (#20150) Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update node version (#20248) * chore(deps): update node version * Update ui/.nvmrc Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * sec: update alpine/helm to 3.16.1 (#20253) Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): update renovate config (#20254) Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Policy/policy.open-cluster-management.io health check is broken (#20108) (#20109) Tried using the health check as listed here but it gave error: | error setting app health: failed to get resource health for "Policy" with name "XXXX" in namespace "local-cluster": <string>:35: invalid value (nil) at index 1 in table for concat stack traceback: [G]: in function 'concat' <string>:35: in main chunk [G]: ? This change fixes the error by updating how the noncompliant clusters are tracked and counted to use latest Lua recommendations. Signed-off-by: Ian Tewksbury <itewk@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(applicationset): Add FlatList option to cluster generator - Fixes #20212 (#20231) * (feat) - Add FlatList option to cluster generator Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> * Update docs/operator-manual/applicationset/Generators-Cluster.md Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update docs dependencies (#20257) * chore(deps): update docs dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * bump rtd python version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update group golang to v1.23.2 (#20256) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: bump k8s versions in e2e tests (#19669) Signed-off-by: Moleus <fafufuburr@gmail.com> --------- Signed-off-by: Moleus <fafufuburr@gmail.com> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Cheng Fang <cfang@redhat.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: Symeon Meichanetzoglou <simosmeih@gmail.com> Signed-off-by: linghaoSu <linghao.su@daocloud.io> Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: CI <ci@argoproj.com> Signed-off-by: todaywasawesome <dan@codefresh.io> Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: asjervanasten <asjer94@live.com> Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: leehosu <hosu4549@gmail.com> Signed-off-by: l2h <hosu4549@gmail.com> Signed-off-by: nueavv <nuguni@kakao.com> Signed-off-by: Phong Do <dominhphong306@gmail.com> Signed-off-by: KangManJoo <eogns47@konkuk.ac.kr> Signed-off-by: daengdaengLee <gunho1020@gmail.com> Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: anandf <anjoseph@redhat.com> Signed-off-by: Trevor Royer <troyer@redhat.com> Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: jyoungs <jyoungs@bluenightmare.com> Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com> Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Eugene Kim <eugene70kim@gmail.com> Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> Signed-off-by: Ian Tewksbury <itewk@redhat.com> Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Co-authored-by: Cheng Fang <cfang@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Symeon Meichanetzoglou <sym@open.ch> Co-authored-by: Linghao Su <linghao.su@daocloud.io> Co-authored-by: pasha-codefresh <pavel@codefresh.io> Co-authored-by: Tony Au-Yeung <tonyay163@gmail.com> Co-authored-by: aria <pradithya.pura@gojek.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CI <ci@argoproj.com> Co-authored-by: Dillen Padhiar <38965141+dpadhiar@users.noreply.github.com> Co-authored-by: Daco <dacofr@users.noreply.github.com> Co-authored-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Co-authored-by: ABBOUD Moncef <moncef.abboud95@gmail.com> Co-authored-by: appiepollo14 <asjer94@live.com> Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Suraj yadav <harrypotter1108@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: l2h <hosu4549@gmail.com> Co-authored-by: rumstead <37445536+rumstead@users.noreply.github.com> Co-authored-by: 1102 <90682513+nueavv@users.noreply.github.com> Co-authored-by: Phong Do <dominhphong306@gmail.com> Co-authored-by: Olivier Wenger <14903492+owngr@users.noreply.github.com> Co-authored-by: KangManJoo <eogns47@konkuk.ac.kr> Co-authored-by: daengdaengLee <gunho1020@gmail.com> Co-authored-by: Paul Larsen <pnvlarsen@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Anand Francis Joseph <anjoseph@redhat.com> Co-authored-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Co-authored-by: Mate Gogiberidze <101423812+mategogiberidze@users.noreply.github.com> Co-authored-by: Matthieu MOREL <matthieu.morel35@gmail.com> Co-authored-by: Jeff Youngs <jyoungs@bluenightmare.com> Co-authored-by: Ajinkya Ganesh Kumbhar <ajinkyakumbhar423@gmail.com> Co-authored-by: Julio <juligonz@student.42.fr> Co-authored-by: Eugene Kim <eugene70kim@gmail.com> Co-authored-by: 변재한 <awbrg789@naver.com> Co-authored-by: SLASHLogin <loginmlgxd@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ian Tewksbury <itewk@redhat.com> Co-authored-by: OpenGuidou <73480729+OpenGuidou@users.noreply.github.com>
…argoproj#20085) * docs: Add `404 Not Found` github notification error to troubleshooting docs Signed-off-by: Moleus <fafufuburr@gmail.com> * Update docs/operator-manual/notifications/troubleshooting-errors.md Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * Update docs/operator-manual/notifications/troubleshooting-errors.md Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 (argoproj#20087) Signed-off-by: Cheng Fang <cfang@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps-dev): bump @types/node from 22.5.5 to 22.7.2 in /ui-test (argoproj#20112) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(extension): add header to support apps-in-any-namespace (argoproj#20123) Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Fix typo (argoproj#20127) Remove a redundant "is". Signed-off-by: Symeon Meichanetzoglou <simosmeih@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(ui): add optional check to avoid undefined reference in project detail (argoproj#20044) Signed-off-by: linghaoSu <linghao.su@daocloud.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump Helm from 3.15.2 to 3.15.4 (argoproj#20135) * sec: upgrade helm version in order to fix critical vulnerability Signed-off-by: pashakostohrys <pavel@codefresh.io> * sec: upgrade helm version in order to fix critical vulnerability Signed-off-by: pashakostohrys <pavel@codefresh.io> --------- Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: oras-go client should fallback to docker config if no credentials specified (argoproj#18133) * oras-go client should fallback to docker config if no credentials specified Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Fix tests Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Fix lint Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * gofumpt Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Validate auth header Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> --------- Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 (argoproj#20154) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...32945a3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Fix argocd appset generate failure due to missing clusterrole (argoproj#20162) * fix: FIx argocd-server clusterrole to allow argocd appset generate using cluster generator Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> * fix: update generated code Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * [Bot] docs: Update Snyk reports (argoproj#20146) Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: repo generate paths value in namespace install is incorrectly formatted (argoproj#20139) * Fix repo generate paths value in namespace install Signed-off-by: todaywasawesome <dan@codefresh.io> * Fix in base and regen Signed-off-by: todaywasawesome <dan@codefresh.io> --------- Signed-off-by: todaywasawesome <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: introduce pause/unpause actions for Numaplane CRDs (argoproj#20128) * feat: introduce pause/unpause actions for Numaplane CRDs Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * test: fixed incorrect file names Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * chore: codegen Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: empty check for lifecycle Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: nil check Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: nil checks Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * test: testing different starting spec Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * feat: add nil checks for all possible nil fields Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * chore: rerun tests Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> --------- Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(appset): Add a cache layer for Argo Projects to speed-up application validation (argoproj#18703) * feat(appset): Add a cache layer for Argo Projects to speed-up application validation Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Use local client rather than custom cache Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Clean go.mod Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Merge master Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Fix after merging master Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Initialize appProject variable inside loop Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Remove unused ArgoAppClientset field Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Fix linter issue Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> --------- Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: added note re. arch of example application on getting_started.md (argoproj#20143) added warning that example application may not run on all archs Signed-off-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(ui): hide resource actions menu if it's empty (argoproj#20051) Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Fixes minor typo which lead to using the bearer token as api URL and was obviously not working. (argoproj#20169) Signed-off-by: asjervanasten <asjer94@live.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: Try to make CodeQL happy (argoproj#20094) (argoproj#20129) * chore(common): Split const from unrelated util/clusterauth const Signed-off-by: Josh Soref <jsoref@gmail.com> * chore: Try to make CodeQL happy Signed-off-by: Josh Soref <jsoref@gmail.com> --------- Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 (argoproj#20174) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@32945a3...4f58ea7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(ui): make name property for repos (argoproj#20077) * name-option-added Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * lint Signed-off-by: Surajyadav <harrypotter1108@gmail.com> --------- Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: basic e2e tests in order to verify notification service health (argoproj#20182) * feat: basic e2e tests in order to verify notification service health Signed-off-by: pashakostohrys <pavel@codefresh.io> * feat: basic e2e tests in order to verify notification service health Signed-off-by: pashakostohrys <pavel@codefresh.io> --------- Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: document credentials server (argoproj#20078) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: Add nodeSelector for Linux nodes (argoproj#20148) * feat: Add nodeSelector for Linux nodes in application-controller, applicationset-controller, and repo-server Signed-off-by: leehosu <hosu4549@gmail.com> * refactor : Reversal the wrong part and correct it. Signed-off-by: leehosu <hosu4549@gmail.com> * Update argocd-application-controller-statefulset.yaml Signed-off-by: l2h <hosu4549@gmail.com> * feat: Add nodeSelector for Linux nodes in dex-server, argo-server Signed-off-by: leehosu <hosu4549@gmail.com> * refactor: update code to resolving for intergration test Signed-off-by: leehosu <hosu4549@gmail.com> * refactor: update code to resolving for codegen Signed-off-by: leehosu <hosu4549@gmail.com> * Run make manifests-local and then commit Signed-off-by: leehosu <hosu4549@gmail.com> --------- Signed-off-by: leehosu <hosu4549@gmail.com> Signed-off-by: l2h <hosu4549@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump github.com/cyphar/filepath-securejoin (argoproj#20173) Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md) - [Commits](cyphar/filepath-securejoin@v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(appset): parameterize requeue time argoproj#20063 (argoproj#20064) Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): better handling of Go and Node dependency bumps (argoproj#20168) * chore(ci): better handling of Go and Node dependency bumps Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> temporarily remove condition Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> quit early if there are no changes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> use latest checkout action and actually test version change Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> use github token Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> workflow for node Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> clean up after changing node version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> revert temporary changes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> more docs Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * bump linter version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (argoproj#20188) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...b9fd7d1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs(ui): sorting version (argoproj#20181) Signed-off-by: nueavv <nuguni@kakao.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: add outpost24 to users.md (argoproj#20197) Signed-off-by: Phong Do <dominhphong306@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: Update argocd path for command in notifification in troubleshooting docs (argoproj#20120) Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 (argoproj#20190) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.0 to 1.67.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.0...v1.67.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump chromedriver from 129.0.0 to 129.0.2 in /ui-test (argoproj#20189) Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 129.0.0 to 129.0.2. - [Commits](giggio/node-chromedriver@129.0.0...129.0.2) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump bitnami/kubectl in /test/container (argoproj#20191) Bumps bitnami/kubectl from `da4a986` to `b509ab6`. --- updated-dependencies: - dependency-name: bitnami/kubectl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump library/busybox in /test/e2e/multiarch-container (argoproj#20193) Bumps library/busybox from `c230832` to `768e5c6`. --- updated-dependencies: - dependency-name: library/busybox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(helm): escape consecutive commas in cleanSetParameters (argoproj#19269) (argoproj#20113) Signed-off-by: KangManJoo <eogns47@konkuk.ac.kr> Signed-off-by: daengdaengLee <gunho1020@gmail.com> Co-authored-by: daengdaengLee <gunho1020@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Update troubleshooting-errors.md (argoproj#20201) Fixing some phrasing and adding more clarity. Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Rework git tag semver resolution (argoproj#20083) (argoproj#20096) * Write initial tests Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Improve git tag semver resolution Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Add company to list of users Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Fix broken error string check Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Fix incorrect semver test assumption Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * switch to debug statement Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Add more testcases for review Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * review comments Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> --------- Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (argoproj#20207) Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(ui): support auto theme (argoproj#20080) * feat(theme): support auto theme Signed-off-by: linghaoSu <linghao.su@daocloud.io> * fix(ui): set default theme as light Signed-off-by: linghaoSu <linghao.su@daocloud.io> * fix(ui): only register listener when theme is auto Signed-off-by: linghaoSu <linghao.su@daocloud.io> --------- Signed-off-by: linghaoSu <linghao.su@daocloud.io> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump selenium-webdriver from 4.24.1 to 4.25.0 in /ui-test (argoproj#20058) Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.24.1 to 4.25.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.25.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: refine deny destination checks (argoproj#20045) * fix: refine server deny check Fixes argoproj#19804. The deny destination check can be made more intuitive by doing the following: * short-circuit any deny destination * first, for any deny server destination, _also_ check if the namespace matches * for any deny namespace destination, reject as before Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * fix: also assert that server matches on ns deny Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: Added unit tests and fix e2e tests for application sync decoupling feature (argoproj#19966) * fixed doc comments and added unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Added comments for the newly added unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Refactored method name to deriveServiceAccountToImpersonate Signed-off-by: anandf <anjoseph@redhat.com> * Using const name in return value Signed-off-by: anandf <anjoseph@redhat.com> * Added unit tests for argocd proj add-destination-service-accounts Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failing e2e tests Signed-off-by: anandf <anjoseph@redhat.com> * Fix linting errors Signed-off-by: anandf <anjoseph@redhat.com> * Using require package instead of assert and fixed code generation Signed-off-by: anandf <anjoseph@redhat.com> * Removed parallel execution of tests for sync with impersonate Signed-off-by: anandf <anjoseph@redhat.com> * Added err checks for glob validations Signed-off-by: anandf <anjoseph@redhat.com> * Fixed e2e tests for sync impersonation Signed-off-by: anandf <anjoseph@redhat.com> * Using consistently based expects in E2E tests Signed-off-by: anandf <anjoseph@redhat.com> * Added more unit tests and fixed go generate Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failed lint errors, unit and e2e test failures Signed-off-by: anandf <anjoseph@redhat.com> * Fixed goimports linter issue Signed-off-by: anandf <anjoseph@redhat.com> * Added code comments and added few missing unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Added missing unit test for GetDestinationServiceAccounts method Signed-off-by: anandf <anjoseph@redhat.com> * Fixed goimports formatting with local for project_test.go Signed-off-by: anandf <anjoseph@redhat.com> * Corrected typo in a field name additionalObjs Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failing unit tests Signed-off-by: anandf <anjoseph@redhat.com> --------- Signed-off-by: anandf <anjoseph@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Fix false positive in plugin application discovery (argoproj#20196) * fix: fix false positive in plugin application discovery Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> * fix: apply suggestion to return immediately if discovery is not configured for unnamed plugin Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: update health check to support modelmesh (argoproj#20142) Signed-off-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: rename protobuf field according to convention (argoproj#20221) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: add TBC Bank to USERS.md (argoproj#20227) * docs: add TBC Bank to USERS.md Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> * docs: reorder TBC Bank by alphabetical Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> --------- Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.0 (argoproj#20224) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@988b5a0...8026d2b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump tj-actions/changed-files from 45.0.2 to 45.0.3 (argoproj#20225) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.2 to 45.0.3. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@48d8f15...c3a1bb2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: use `ErrorContains(t, err` instead of `Contains(t, err.Error()` (argoproj#20220) Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: Correct ApplicationSet (spec.preservedFields) (argoproj#20206) * Fix docs Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * Remove another errant block; improved comments Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * Actually removed the errant block Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * More doc fixes Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * More spec fixes + USERS Signed-off-by: jyoungs <jyoungs@bluenightmare.com> --------- Signed-off-by: jyoungs <jyoungs@bluenightmare.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(health): only consider non-empty health checks (argoproj#20232) * fix(health): only consider non-empty health checks For wildcard health checks, only consider wildcards with a non-empty health check. Fixes argoproj#16905 (at least partially). Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: renaming test case for clarity Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * refactor: add clarity as to what the function is supposed to do Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * Update docs/operator-manual/health.md Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: add test case for `*/*` override with empty healthcheck Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: support managing cluster with multiple argocd instances and annotation based tracking (argoproj#20222) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix notification-catlog issue (argoproj#20237) Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): add renovate for golangci-lint, go and node version (argoproj#20236) Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (argoproj#20240) Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...2cdf405) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/setup-buildx-action from 3.7.0 to 3.7.1 (argoproj#20241) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@8026d2b...c47758b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/time from 0.6.0 to 0.7.0 (argoproj#20244) Bumps [golang.org/x/time](https://github.com/golang/time) from 0.6.0 to 0.7.0. - [Commits](golang/time@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(cli): Add app diff option to specify exit code when diff (argoproj#20144) The argocd app diff command returns 1 if a difference is found. In related issues, they want to return an error code that is distinguishable from common errors. However, changing the existing behavior is likely to break user's automation code. So we want to provide an explicit option(--diff-exit-code) to specify an error code. Related: argoproj#3588 Signed-off-by: Eugene Kim <eugene70kim@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: add support for helm skipTests flag (argoproj#20118) Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (argoproj#20242) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@4959ce0...dc72c7d) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 (argoproj#20245) Bumps [golang.org/x/term](https://github.com/golang/term) from 0.24.0 to 0.25.0. - [Commits](golang/term@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (argoproj#20243) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0. - [Commits](golang/crypto@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (argoproj#20246) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0. - [Commits](golang/net@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: update notifications-engine to 22ccfe0caf45 (argoproj#20239) * Update notifications-engine Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> * Update docs for Opsgenie notifications Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> * docs: Fix outdated slack notification configuration readme Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> --------- Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * [Bot] docs: Update Snyk reports (argoproj#20250) Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: handle incorrect cluster RESTconfig without panic (argoproj#20150) Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update node version (argoproj#20248) * chore(deps): update node version * Update ui/.nvmrc Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * sec: update alpine/helm to 3.16.1 (argoproj#20253) Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): update renovate config (argoproj#20254) Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Policy/policy.open-cluster-management.io health check is broken (argoproj#20108) (argoproj#20109) Tried using the health check as listed here but it gave error: | error setting app health: failed to get resource health for "Policy" with name "XXXX" in namespace "local-cluster": <string>:35: invalid value (nil) at index 1 in table for concat stack traceback: [G]: in function 'concat' <string>:35: in main chunk [G]: ? This change fixes the error by updating how the noncompliant clusters are tracked and counted to use latest Lua recommendations. Signed-off-by: Ian Tewksbury <itewk@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(applicationset): Add FlatList option to cluster generator - Fixes argoproj#20212 (argoproj#20231) * (feat) - Add FlatList option to cluster generator Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> * Update docs/operator-manual/applicationset/Generators-Cluster.md Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update docs dependencies (argoproj#20257) * chore(deps): update docs dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * bump rtd python version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update group golang to v1.23.2 (argoproj#20256) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: bump k8s versions in e2e tests (argoproj#19669) Signed-off-by: Moleus <fafufuburr@gmail.com> --------- Signed-off-by: Moleus <fafufuburr@gmail.com> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Cheng Fang <cfang@redhat.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: Symeon Meichanetzoglou <simosmeih@gmail.com> Signed-off-by: linghaoSu <linghao.su@daocloud.io> Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: CI <ci@argoproj.com> Signed-off-by: todaywasawesome <dan@codefresh.io> Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: asjervanasten <asjer94@live.com> Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: leehosu <hosu4549@gmail.com> Signed-off-by: l2h <hosu4549@gmail.com> Signed-off-by: nueavv <nuguni@kakao.com> Signed-off-by: Phong Do <dominhphong306@gmail.com> Signed-off-by: KangManJoo <eogns47@konkuk.ac.kr> Signed-off-by: daengdaengLee <gunho1020@gmail.com> Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: anandf <anjoseph@redhat.com> Signed-off-by: Trevor Royer <troyer@redhat.com> Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: jyoungs <jyoungs@bluenightmare.com> Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com> Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Eugene Kim <eugene70kim@gmail.com> Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> Signed-off-by: Ian Tewksbury <itewk@redhat.com> Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Co-authored-by: Cheng Fang <cfang@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Symeon Meichanetzoglou <sym@open.ch> Co-authored-by: Linghao Su <linghao.su@daocloud.io> Co-authored-by: pasha-codefresh <pavel@codefresh.io> Co-authored-by: Tony Au-Yeung <tonyay163@gmail.com> Co-authored-by: aria <pradithya.pura@gojek.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CI <ci@argoproj.com> Co-authored-by: Dillen Padhiar <38965141+dpadhiar@users.noreply.github.com> Co-authored-by: Daco <dacofr@users.noreply.github.com> Co-authored-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Co-authored-by: ABBOUD Moncef <moncef.abboud95@gmail.com> Co-authored-by: appiepollo14 <asjer94@live.com> Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Suraj yadav <harrypotter1108@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: l2h <hosu4549@gmail.com> Co-authored-by: rumstead <37445536+rumstead@users.noreply.github.com> Co-authored-by: 1102 <90682513+nueavv@users.noreply.github.com> Co-authored-by: Phong Do <dominhphong306@gmail.com> Co-authored-by: Olivier Wenger <14903492+owngr@users.noreply.github.com> Co-authored-by: KangManJoo <eogns47@konkuk.ac.kr> Co-authored-by: daengdaengLee <gunho1020@gmail.com> Co-authored-by: Paul Larsen <pnvlarsen@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Anand Francis Joseph <anjoseph@redhat.com> Co-authored-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Co-authored-by: Mate Gogiberidze <101423812+mategogiberidze@users.noreply.github.com> Co-authored-by: Matthieu MOREL <matthieu.morel35@gmail.com> Co-authored-by: Jeff Youngs <jyoungs@bluenightmare.com> Co-authored-by: Ajinkya Ganesh Kumbhar <ajinkyakumbhar423@gmail.com> Co-authored-by: Julio <juligonz@student.42.fr> Co-authored-by: Eugene Kim <eugene70kim@gmail.com> Co-authored-by: 변재한 <awbrg789@naver.com> Co-authored-by: SLASHLogin <loginmlgxd@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ian Tewksbury <itewk@redhat.com> Co-authored-by: OpenGuidou <73480729+OpenGuidou@users.noreply.github.com> Signed-off-by: alnoor <alihamzanoor99@gmail.com>
* chore(deps): update node version * Update ui/.nvmrc Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
…argoproj#20085) * docs: Add `404 Not Found` github notification error to troubleshooting docs Signed-off-by: Moleus <fafufuburr@gmail.com> * Update docs/operator-manual/notifications/troubleshooting-errors.md Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * Update docs/operator-manual/notifications/troubleshooting-errors.md Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 (argoproj#20087) Signed-off-by: Cheng Fang <cfang@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps-dev): bump @types/node from 22.5.5 to 22.7.2 in /ui-test (argoproj#20112) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(extension): add header to support apps-in-any-namespace (argoproj#20123) Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Fix typo (argoproj#20127) Remove a redundant "is". Signed-off-by: Symeon Meichanetzoglou <simosmeih@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(ui): add optional check to avoid undefined reference in project detail (argoproj#20044) Signed-off-by: linghaoSu <linghao.su@daocloud.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump Helm from 3.15.2 to 3.15.4 (argoproj#20135) * sec: upgrade helm version in order to fix critical vulnerability Signed-off-by: pashakostohrys <pavel@codefresh.io> * sec: upgrade helm version in order to fix critical vulnerability Signed-off-by: pashakostohrys <pavel@codefresh.io> --------- Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: oras-go client should fallback to docker config if no credentials specified (argoproj#18133) * oras-go client should fallback to docker config if no credentials specified Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Fix tests Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Fix lint Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * gofumpt Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Validate auth header Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> --------- Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 (argoproj#20154) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...32945a3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Fix argocd appset generate failure due to missing clusterrole (argoproj#20162) * fix: FIx argocd-server clusterrole to allow argocd appset generate using cluster generator Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> * fix: update generated code Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * [Bot] docs: Update Snyk reports (argoproj#20146) Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: repo generate paths value in namespace install is incorrectly formatted (argoproj#20139) * Fix repo generate paths value in namespace install Signed-off-by: todaywasawesome <dan@codefresh.io> * Fix in base and regen Signed-off-by: todaywasawesome <dan@codefresh.io> --------- Signed-off-by: todaywasawesome <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: introduce pause/unpause actions for Numaplane CRDs (argoproj#20128) * feat: introduce pause/unpause actions for Numaplane CRDs Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * test: fixed incorrect file names Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * chore: codegen Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: empty check for lifecycle Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: nil check Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: nil checks Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * test: testing different starting spec Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * feat: add nil checks for all possible nil fields Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * chore: rerun tests Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> --------- Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(appset): Add a cache layer for Argo Projects to speed-up application validation (argoproj#18703) * feat(appset): Add a cache layer for Argo Projects to speed-up application validation Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Use local client rather than custom cache Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Clean go.mod Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Merge master Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Fix after merging master Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Initialize appProject variable inside loop Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Remove unused ArgoAppClientset field Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Fix linter issue Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> --------- Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: added note re. arch of example application on getting_started.md (argoproj#20143) added warning that example application may not run on all archs Signed-off-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(ui): hide resource actions menu if it's empty (argoproj#20051) Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Fixes minor typo which lead to using the bearer token as api URL and was obviously not working. (argoproj#20169) Signed-off-by: asjervanasten <asjer94@live.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: Try to make CodeQL happy (argoproj#20094) (argoproj#20129) * chore(common): Split const from unrelated util/clusterauth const Signed-off-by: Josh Soref <jsoref@gmail.com> * chore: Try to make CodeQL happy Signed-off-by: Josh Soref <jsoref@gmail.com> --------- Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 (argoproj#20174) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@32945a3...4f58ea7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(ui): make name property for repos (argoproj#20077) * name-option-added Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * lint Signed-off-by: Surajyadav <harrypotter1108@gmail.com> --------- Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: basic e2e tests in order to verify notification service health (argoproj#20182) * feat: basic e2e tests in order to verify notification service health Signed-off-by: pashakostohrys <pavel@codefresh.io> * feat: basic e2e tests in order to verify notification service health Signed-off-by: pashakostohrys <pavel@codefresh.io> --------- Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: document credentials server (argoproj#20078) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: Add nodeSelector for Linux nodes (argoproj#20148) * feat: Add nodeSelector for Linux nodes in application-controller, applicationset-controller, and repo-server Signed-off-by: leehosu <hosu4549@gmail.com> * refactor : Reversal the wrong part and correct it. Signed-off-by: leehosu <hosu4549@gmail.com> * Update argocd-application-controller-statefulset.yaml Signed-off-by: l2h <hosu4549@gmail.com> * feat: Add nodeSelector for Linux nodes in dex-server, argo-server Signed-off-by: leehosu <hosu4549@gmail.com> * refactor: update code to resolving for intergration test Signed-off-by: leehosu <hosu4549@gmail.com> * refactor: update code to resolving for codegen Signed-off-by: leehosu <hosu4549@gmail.com> * Run make manifests-local and then commit Signed-off-by: leehosu <hosu4549@gmail.com> --------- Signed-off-by: leehosu <hosu4549@gmail.com> Signed-off-by: l2h <hosu4549@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump github.com/cyphar/filepath-securejoin (argoproj#20173) Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md) - [Commits](cyphar/filepath-securejoin@v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(appset): parameterize requeue time argoproj#20063 (argoproj#20064) Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): better handling of Go and Node dependency bumps (argoproj#20168) * chore(ci): better handling of Go and Node dependency bumps Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> temporarily remove condition Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> quit early if there are no changes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> use latest checkout action and actually test version change Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> use github token Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> workflow for node Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> clean up after changing node version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> revert temporary changes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> more docs Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * bump linter version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (argoproj#20188) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...b9fd7d1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs(ui): sorting version (argoproj#20181) Signed-off-by: nueavv <nuguni@kakao.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: add outpost24 to users.md (argoproj#20197) Signed-off-by: Phong Do <dominhphong306@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: Update argocd path for command in notifification in troubleshooting docs (argoproj#20120) Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 (argoproj#20190) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.0 to 1.67.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.0...v1.67.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump chromedriver from 129.0.0 to 129.0.2 in /ui-test (argoproj#20189) Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 129.0.0 to 129.0.2. - [Commits](giggio/node-chromedriver@129.0.0...129.0.2) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump bitnami/kubectl in /test/container (argoproj#20191) Bumps bitnami/kubectl from `da4a986` to `b509ab6`. --- updated-dependencies: - dependency-name: bitnami/kubectl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump library/busybox in /test/e2e/multiarch-container (argoproj#20193) Bumps library/busybox from `c230832` to `768e5c6`. --- updated-dependencies: - dependency-name: library/busybox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(helm): escape consecutive commas in cleanSetParameters (argoproj#19269) (argoproj#20113) Signed-off-by: KangManJoo <eogns47@konkuk.ac.kr> Signed-off-by: daengdaengLee <gunho1020@gmail.com> Co-authored-by: daengdaengLee <gunho1020@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Update troubleshooting-errors.md (argoproj#20201) Fixing some phrasing and adding more clarity. Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Rework git tag semver resolution (argoproj#20083) (argoproj#20096) * Write initial tests Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Improve git tag semver resolution Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Add company to list of users Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Fix broken error string check Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Fix incorrect semver test assumption Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * switch to debug statement Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Add more testcases for review Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * review comments Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> --------- Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (argoproj#20207) Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(ui): support auto theme (argoproj#20080) * feat(theme): support auto theme Signed-off-by: linghaoSu <linghao.su@daocloud.io> * fix(ui): set default theme as light Signed-off-by: linghaoSu <linghao.su@daocloud.io> * fix(ui): only register listener when theme is auto Signed-off-by: linghaoSu <linghao.su@daocloud.io> --------- Signed-off-by: linghaoSu <linghao.su@daocloud.io> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump selenium-webdriver from 4.24.1 to 4.25.0 in /ui-test (argoproj#20058) Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.24.1 to 4.25.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.25.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: refine deny destination checks (argoproj#20045) * fix: refine server deny check Fixes argoproj#19804. The deny destination check can be made more intuitive by doing the following: * short-circuit any deny destination * first, for any deny server destination, _also_ check if the namespace matches * for any deny namespace destination, reject as before Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * fix: also assert that server matches on ns deny Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: Added unit tests and fix e2e tests for application sync decoupling feature (argoproj#19966) * fixed doc comments and added unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Added comments for the newly added unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Refactored method name to deriveServiceAccountToImpersonate Signed-off-by: anandf <anjoseph@redhat.com> * Using const name in return value Signed-off-by: anandf <anjoseph@redhat.com> * Added unit tests for argocd proj add-destination-service-accounts Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failing e2e tests Signed-off-by: anandf <anjoseph@redhat.com> * Fix linting errors Signed-off-by: anandf <anjoseph@redhat.com> * Using require package instead of assert and fixed code generation Signed-off-by: anandf <anjoseph@redhat.com> * Removed parallel execution of tests for sync with impersonate Signed-off-by: anandf <anjoseph@redhat.com> * Added err checks for glob validations Signed-off-by: anandf <anjoseph@redhat.com> * Fixed e2e tests for sync impersonation Signed-off-by: anandf <anjoseph@redhat.com> * Using consistently based expects in E2E tests Signed-off-by: anandf <anjoseph@redhat.com> * Added more unit tests and fixed go generate Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failed lint errors, unit and e2e test failures Signed-off-by: anandf <anjoseph@redhat.com> * Fixed goimports linter issue Signed-off-by: anandf <anjoseph@redhat.com> * Added code comments and added few missing unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Added missing unit test for GetDestinationServiceAccounts method Signed-off-by: anandf <anjoseph@redhat.com> * Fixed goimports formatting with local for project_test.go Signed-off-by: anandf <anjoseph@redhat.com> * Corrected typo in a field name additionalObjs Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failing unit tests Signed-off-by: anandf <anjoseph@redhat.com> --------- Signed-off-by: anandf <anjoseph@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Fix false positive in plugin application discovery (argoproj#20196) * fix: fix false positive in plugin application discovery Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> * fix: apply suggestion to return immediately if discovery is not configured for unnamed plugin Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: update health check to support modelmesh (argoproj#20142) Signed-off-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: rename protobuf field according to convention (argoproj#20221) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: add TBC Bank to USERS.md (argoproj#20227) * docs: add TBC Bank to USERS.md Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> * docs: reorder TBC Bank by alphabetical Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> --------- Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.0 (argoproj#20224) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@988b5a0...8026d2b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump tj-actions/changed-files from 45.0.2 to 45.0.3 (argoproj#20225) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.2 to 45.0.3. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@48d8f15...c3a1bb2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: use `ErrorContains(t, err` instead of `Contains(t, err.Error()` (argoproj#20220) Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: Correct ApplicationSet (spec.preservedFields) (argoproj#20206) * Fix docs Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * Remove another errant block; improved comments Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * Actually removed the errant block Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * More doc fixes Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * More spec fixes + USERS Signed-off-by: jyoungs <jyoungs@bluenightmare.com> --------- Signed-off-by: jyoungs <jyoungs@bluenightmare.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(health): only consider non-empty health checks (argoproj#20232) * fix(health): only consider non-empty health checks For wildcard health checks, only consider wildcards with a non-empty health check. Fixes argoproj#16905 (at least partially). Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: renaming test case for clarity Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * refactor: add clarity as to what the function is supposed to do Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * Update docs/operator-manual/health.md Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: add test case for `*/*` override with empty healthcheck Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: support managing cluster with multiple argocd instances and annotation based tracking (argoproj#20222) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix notification-catlog issue (argoproj#20237) Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): add renovate for golangci-lint, go and node version (argoproj#20236) Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (argoproj#20240) Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...2cdf405) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/setup-buildx-action from 3.7.0 to 3.7.1 (argoproj#20241) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@8026d2b...c47758b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/time from 0.6.0 to 0.7.0 (argoproj#20244) Bumps [golang.org/x/time](https://github.com/golang/time) from 0.6.0 to 0.7.0. - [Commits](golang/time@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(cli): Add app diff option to specify exit code when diff (argoproj#20144) The argocd app diff command returns 1 if a difference is found. In related issues, they want to return an error code that is distinguishable from common errors. However, changing the existing behavior is likely to break user's automation code. So we want to provide an explicit option(--diff-exit-code) to specify an error code. Related: argoproj#3588 Signed-off-by: Eugene Kim <eugene70kim@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: add support for helm skipTests flag (argoproj#20118) Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (argoproj#20242) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@4959ce0...dc72c7d) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 (argoproj#20245) Bumps [golang.org/x/term](https://github.com/golang/term) from 0.24.0 to 0.25.0. - [Commits](golang/term@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (argoproj#20243) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0. - [Commits](golang/crypto@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (argoproj#20246) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0. - [Commits](golang/net@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: update notifications-engine to 22ccfe0caf45 (argoproj#20239) * Update notifications-engine Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> * Update docs for Opsgenie notifications Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> * docs: Fix outdated slack notification configuration readme Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> --------- Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * [Bot] docs: Update Snyk reports (argoproj#20250) Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: handle incorrect cluster RESTconfig without panic (argoproj#20150) Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update node version (argoproj#20248) * chore(deps): update node version * Update ui/.nvmrc Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * sec: update alpine/helm to 3.16.1 (argoproj#20253) Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): update renovate config (argoproj#20254) Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Policy/policy.open-cluster-management.io health check is broken (argoproj#20108) (argoproj#20109) Tried using the health check as listed here but it gave error: | error setting app health: failed to get resource health for "Policy" with name "XXXX" in namespace "local-cluster": <string>:35: invalid value (nil) at index 1 in table for concat stack traceback: [G]: in function 'concat' <string>:35: in main chunk [G]: ? This change fixes the error by updating how the noncompliant clusters are tracked and counted to use latest Lua recommendations. Signed-off-by: Ian Tewksbury <itewk@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(applicationset): Add FlatList option to cluster generator - Fixes argoproj#20212 (argoproj#20231) * (feat) - Add FlatList option to cluster generator Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> * Update docs/operator-manual/applicationset/Generators-Cluster.md Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update docs dependencies (argoproj#20257) * chore(deps): update docs dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * bump rtd python version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update group golang to v1.23.2 (argoproj#20256) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: bump k8s versions in e2e tests (argoproj#19669) Signed-off-by: Moleus <fafufuburr@gmail.com> --------- Signed-off-by: Moleus <fafufuburr@gmail.com> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Cheng Fang <cfang@redhat.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: Symeon Meichanetzoglou <simosmeih@gmail.com> Signed-off-by: linghaoSu <linghao.su@daocloud.io> Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: CI <ci@argoproj.com> Signed-off-by: todaywasawesome <dan@codefresh.io> Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: asjervanasten <asjer94@live.com> Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: leehosu <hosu4549@gmail.com> Signed-off-by: l2h <hosu4549@gmail.com> Signed-off-by: nueavv <nuguni@kakao.com> Signed-off-by: Phong Do <dominhphong306@gmail.com> Signed-off-by: KangManJoo <eogns47@konkuk.ac.kr> Signed-off-by: daengdaengLee <gunho1020@gmail.com> Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: anandf <anjoseph@redhat.com> Signed-off-by: Trevor Royer <troyer@redhat.com> Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: jyoungs <jyoungs@bluenightmare.com> Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com> Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Eugene Kim <eugene70kim@gmail.com> Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> Signed-off-by: Ian Tewksbury <itewk@redhat.com> Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Co-authored-by: Cheng Fang <cfang@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Symeon Meichanetzoglou <sym@open.ch> Co-authored-by: Linghao Su <linghao.su@daocloud.io> Co-authored-by: pasha-codefresh <pavel@codefresh.io> Co-authored-by: Tony Au-Yeung <tonyay163@gmail.com> Co-authored-by: aria <pradithya.pura@gojek.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CI <ci@argoproj.com> Co-authored-by: Dillen Padhiar <38965141+dpadhiar@users.noreply.github.com> Co-authored-by: Daco <dacofr@users.noreply.github.com> Co-authored-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Co-authored-by: ABBOUD Moncef <moncef.abboud95@gmail.com> Co-authored-by: appiepollo14 <asjer94@live.com> Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Suraj yadav <harrypotter1108@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: l2h <hosu4549@gmail.com> Co-authored-by: rumstead <37445536+rumstead@users.noreply.github.com> Co-authored-by: 1102 <90682513+nueavv@users.noreply.github.com> Co-authored-by: Phong Do <dominhphong306@gmail.com> Co-authored-by: Olivier Wenger <14903492+owngr@users.noreply.github.com> Co-authored-by: KangManJoo <eogns47@konkuk.ac.kr> Co-authored-by: daengdaengLee <gunho1020@gmail.com> Co-authored-by: Paul Larsen <pnvlarsen@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Anand Francis Joseph <anjoseph@redhat.com> Co-authored-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Co-authored-by: Mate Gogiberidze <101423812+mategogiberidze@users.noreply.github.com> Co-authored-by: Matthieu MOREL <matthieu.morel35@gmail.com> Co-authored-by: Jeff Youngs <jyoungs@bluenightmare.com> Co-authored-by: Ajinkya Ganesh Kumbhar <ajinkyakumbhar423@gmail.com> Co-authored-by: Julio <juligonz@student.42.fr> Co-authored-by: Eugene Kim <eugene70kim@gmail.com> Co-authored-by: 변재한 <awbrg789@naver.com> Co-authored-by: SLASHLogin <loginmlgxd@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ian Tewksbury <itewk@redhat.com> Co-authored-by: OpenGuidou <73480729+OpenGuidou@users.noreply.github.com> Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
* chore(deps): update node version * Update ui/.nvmrc Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Adrian Aneci <aneci@adobe.com>
…argoproj#20085) * docs: Add `404 Not Found` github notification error to troubleshooting docs Signed-off-by: Moleus <fafufuburr@gmail.com> * Update docs/operator-manual/notifications/troubleshooting-errors.md Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * Update docs/operator-manual/notifications/troubleshooting-errors.md Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 (argoproj#20087) Signed-off-by: Cheng Fang <cfang@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps-dev): bump @types/node from 22.5.5 to 22.7.2 in /ui-test (argoproj#20112) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(extension): add header to support apps-in-any-namespace (argoproj#20123) Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Fix typo (argoproj#20127) Remove a redundant "is". Signed-off-by: Symeon Meichanetzoglou <simosmeih@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(ui): add optional check to avoid undefined reference in project detail (argoproj#20044) Signed-off-by: linghaoSu <linghao.su@daocloud.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump Helm from 3.15.2 to 3.15.4 (argoproj#20135) * sec: upgrade helm version in order to fix critical vulnerability Signed-off-by: pashakostohrys <pavel@codefresh.io> * sec: upgrade helm version in order to fix critical vulnerability Signed-off-by: pashakostohrys <pavel@codefresh.io> --------- Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: oras-go client should fallback to docker config if no credentials specified (argoproj#18133) * oras-go client should fallback to docker config if no credentials specified Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Fix tests Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Fix lint Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * gofumpt Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> * Validate auth header Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> --------- Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 (argoproj#20154) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...32945a3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Fix argocd appset generate failure due to missing clusterrole (argoproj#20162) * fix: FIx argocd-server clusterrole to allow argocd appset generate using cluster generator Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> * fix: update generated code Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * [Bot] docs: Update Snyk reports (argoproj#20146) Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: repo generate paths value in namespace install is incorrectly formatted (argoproj#20139) * Fix repo generate paths value in namespace install Signed-off-by: todaywasawesome <dan@codefresh.io> * Fix in base and regen Signed-off-by: todaywasawesome <dan@codefresh.io> --------- Signed-off-by: todaywasawesome <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: introduce pause/unpause actions for Numaplane CRDs (argoproj#20128) * feat: introduce pause/unpause actions for Numaplane CRDs Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * test: fixed incorrect file names Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * chore: codegen Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: empty check for lifecycle Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: nil check Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * fix: nil checks Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * test: testing different starting spec Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * feat: add nil checks for all possible nil fields Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> * chore: rerun tests Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> --------- Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(appset): Add a cache layer for Argo Projects to speed-up application validation (argoproj#18703) * feat(appset): Add a cache layer for Argo Projects to speed-up application validation Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Use local client rather than custom cache Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Clean go.mod Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Merge master Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Fix after merging master Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Initialize appProject variable inside loop Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Remove unused ArgoAppClientset field Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> * Fix linter issue Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> --------- Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: added note re. arch of example application on getting_started.md (argoproj#20143) added warning that example application may not run on all archs Signed-off-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(ui): hide resource actions menu if it's empty (argoproj#20051) Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Fixes minor typo which lead to using the bearer token as api URL and was obviously not working. (argoproj#20169) Signed-off-by: asjervanasten <asjer94@live.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: Try to make CodeQL happy (argoproj#20094) (argoproj#20129) * chore(common): Split const from unrelated util/clusterauth const Signed-off-by: Josh Soref <jsoref@gmail.com> * chore: Try to make CodeQL happy Signed-off-by: Josh Soref <jsoref@gmail.com> --------- Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 (argoproj#20174) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@32945a3...4f58ea7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(ui): make name property for repos (argoproj#20077) * name-option-added Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * lint Signed-off-by: Surajyadav <harrypotter1108@gmail.com> --------- Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: basic e2e tests in order to verify notification service health (argoproj#20182) * feat: basic e2e tests in order to verify notification service health Signed-off-by: pashakostohrys <pavel@codefresh.io> * feat: basic e2e tests in order to verify notification service health Signed-off-by: pashakostohrys <pavel@codefresh.io> --------- Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: document credentials server (argoproj#20078) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: Add nodeSelector for Linux nodes (argoproj#20148) * feat: Add nodeSelector for Linux nodes in application-controller, applicationset-controller, and repo-server Signed-off-by: leehosu <hosu4549@gmail.com> * refactor : Reversal the wrong part and correct it. Signed-off-by: leehosu <hosu4549@gmail.com> * Update argocd-application-controller-statefulset.yaml Signed-off-by: l2h <hosu4549@gmail.com> * feat: Add nodeSelector for Linux nodes in dex-server, argo-server Signed-off-by: leehosu <hosu4549@gmail.com> * refactor: update code to resolving for intergration test Signed-off-by: leehosu <hosu4549@gmail.com> * refactor: update code to resolving for codegen Signed-off-by: leehosu <hosu4549@gmail.com> * Run make manifests-local and then commit Signed-off-by: leehosu <hosu4549@gmail.com> --------- Signed-off-by: leehosu <hosu4549@gmail.com> Signed-off-by: l2h <hosu4549@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump github.com/cyphar/filepath-securejoin (argoproj#20173) Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md) - [Commits](cyphar/filepath-securejoin@v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(appset): parameterize requeue time argoproj#20063 (argoproj#20064) Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): better handling of Go and Node dependency bumps (argoproj#20168) * chore(ci): better handling of Go and Node dependency bumps Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> temporarily remove condition Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> quit early if there are no changes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> use latest checkout action and actually test version change Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> use github token Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> workflow for node Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> clean up after changing node version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> revert temporary changes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> more docs Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * bump linter version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (argoproj#20188) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...b9fd7d1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs(ui): sorting version (argoproj#20181) Signed-off-by: nueavv <nuguni@kakao.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: add outpost24 to users.md (argoproj#20197) Signed-off-by: Phong Do <dominhphong306@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: Update argocd path for command in notifification in troubleshooting docs (argoproj#20120) Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 (argoproj#20190) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.0 to 1.67.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.0...v1.67.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump chromedriver from 129.0.0 to 129.0.2 in /ui-test (argoproj#20189) Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 129.0.0 to 129.0.2. - [Commits](giggio/node-chromedriver@129.0.0...129.0.2) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump bitnami/kubectl in /test/container (argoproj#20191) Bumps bitnami/kubectl from `da4a986` to `b509ab6`. --- updated-dependencies: - dependency-name: bitnami/kubectl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump library/busybox in /test/e2e/multiarch-container (argoproj#20193) Bumps library/busybox from `c230832` to `768e5c6`. --- updated-dependencies: - dependency-name: library/busybox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(helm): escape consecutive commas in cleanSetParameters (argoproj#19269) (argoproj#20113) Signed-off-by: KangManJoo <eogns47@konkuk.ac.kr> Signed-off-by: daengdaengLee <gunho1020@gmail.com> Co-authored-by: daengdaengLee <gunho1020@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * Update troubleshooting-errors.md (argoproj#20201) Fixing some phrasing and adding more clarity. Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Rework git tag semver resolution (argoproj#20083) (argoproj#20096) * Write initial tests Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Improve git tag semver resolution Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Add company to list of users Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Fix broken error string check Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Fix incorrect semver test assumption Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * switch to debug statement Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * Add more testcases for review Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> * review comments Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> --------- Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (argoproj#20207) Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(ui): support auto theme (argoproj#20080) * feat(theme): support auto theme Signed-off-by: linghaoSu <linghao.su@daocloud.io> * fix(ui): set default theme as light Signed-off-by: linghaoSu <linghao.su@daocloud.io> * fix(ui): only register listener when theme is auto Signed-off-by: linghaoSu <linghao.su@daocloud.io> --------- Signed-off-by: linghaoSu <linghao.su@daocloud.io> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump selenium-webdriver from 4.24.1 to 4.25.0 in /ui-test (argoproj#20058) Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.24.1 to 4.25.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.25.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: refine deny destination checks (argoproj#20045) * fix: refine server deny check Fixes argoproj#19804. The deny destination check can be made more intuitive by doing the following: * short-circuit any deny destination * first, for any deny server destination, _also_ check if the namespace matches * for any deny namespace destination, reject as before Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * fix: also assert that server matches on ns deny Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: Added unit tests and fix e2e tests for application sync decoupling feature (argoproj#19966) * fixed doc comments and added unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Added comments for the newly added unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Refactored method name to deriveServiceAccountToImpersonate Signed-off-by: anandf <anjoseph@redhat.com> * Using const name in return value Signed-off-by: anandf <anjoseph@redhat.com> * Added unit tests for argocd proj add-destination-service-accounts Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failing e2e tests Signed-off-by: anandf <anjoseph@redhat.com> * Fix linting errors Signed-off-by: anandf <anjoseph@redhat.com> * Using require package instead of assert and fixed code generation Signed-off-by: anandf <anjoseph@redhat.com> * Removed parallel execution of tests for sync with impersonate Signed-off-by: anandf <anjoseph@redhat.com> * Added err checks for glob validations Signed-off-by: anandf <anjoseph@redhat.com> * Fixed e2e tests for sync impersonation Signed-off-by: anandf <anjoseph@redhat.com> * Using consistently based expects in E2E tests Signed-off-by: anandf <anjoseph@redhat.com> * Added more unit tests and fixed go generate Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failed lint errors, unit and e2e test failures Signed-off-by: anandf <anjoseph@redhat.com> * Fixed goimports linter issue Signed-off-by: anandf <anjoseph@redhat.com> * Added code comments and added few missing unit tests Signed-off-by: anandf <anjoseph@redhat.com> * Added missing unit test for GetDestinationServiceAccounts method Signed-off-by: anandf <anjoseph@redhat.com> * Fixed goimports formatting with local for project_test.go Signed-off-by: anandf <anjoseph@redhat.com> * Corrected typo in a field name additionalObjs Signed-off-by: anandf <anjoseph@redhat.com> * Fixed failing unit tests Signed-off-by: anandf <anjoseph@redhat.com> --------- Signed-off-by: anandf <anjoseph@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Fix false positive in plugin application discovery (argoproj#20196) * fix: fix false positive in plugin application discovery Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> * fix: apply suggestion to return immediately if discovery is not configured for unnamed plugin Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> --------- Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: update health check to support modelmesh (argoproj#20142) Signed-off-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: rename protobuf field according to convention (argoproj#20221) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: add TBC Bank to USERS.md (argoproj#20227) * docs: add TBC Bank to USERS.md Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> * docs: reorder TBC Bank by alphabetical Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> --------- Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.0 (argoproj#20224) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@988b5a0...8026d2b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump tj-actions/changed-files from 45.0.2 to 45.0.3 (argoproj#20225) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.2 to 45.0.3. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@48d8f15...c3a1bb2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: use `ErrorContains(t, err` instead of `Contains(t, err.Error()` (argoproj#20220) Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * docs: Correct ApplicationSet (spec.preservedFields) (argoproj#20206) * Fix docs Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * Remove another errant block; improved comments Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * Actually removed the errant block Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * More doc fixes Signed-off-by: jyoungs <jyoungs@bluenightmare.com> * More spec fixes + USERS Signed-off-by: jyoungs <jyoungs@bluenightmare.com> --------- Signed-off-by: jyoungs <jyoungs@bluenightmare.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix(health): only consider non-empty health checks (argoproj#20232) * fix(health): only consider non-empty health checks For wildcard health checks, only consider wildcards with a non-empty health check. Fixes argoproj#16905 (at least partially). Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: renaming test case for clarity Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * refactor: add clarity as to what the function is supposed to do Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * Update docs/operator-manual/health.md Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> * test: add test case for `*/*` override with empty healthcheck Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> --------- Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: support managing cluster with multiple argocd instances and annotation based tracking (argoproj#20222) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix notification-catlog issue (argoproj#20237) Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): add renovate for golangci-lint, go and node version (argoproj#20236) Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (argoproj#20240) Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...2cdf405) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump docker/setup-buildx-action from 3.7.0 to 3.7.1 (argoproj#20241) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@8026d2b...c47758b) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/time from 0.6.0 to 0.7.0 (argoproj#20244) Bumps [golang.org/x/time](https://github.com/golang/time) from 0.6.0 to 0.7.0. - [Commits](golang/time@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(cli): Add app diff option to specify exit code when diff (argoproj#20144) The argocd app diff command returns 1 if a difference is found. In related issues, they want to return an error code that is distinguishable from common errors. However, changing the existing behavior is likely to break user's automation code. So we want to provide an explicit option(--diff-exit-code) to specify an error code. Related: argoproj#3588 Signed-off-by: Eugene Kim <eugene70kim@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat: add support for helm skipTests flag (argoproj#20118) Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (argoproj#20242) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@4959ce0...dc72c7d) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 (argoproj#20245) Bumps [golang.org/x/term](https://github.com/golang/term) from 0.24.0 to 0.25.0. - [Commits](golang/term@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (argoproj#20243) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0. - [Commits](golang/crypto@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (argoproj#20246) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0. - [Commits](golang/net@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: update notifications-engine to 22ccfe0caf45 (argoproj#20239) * Update notifications-engine Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> * Update docs for Opsgenie notifications Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> * docs: Fix outdated slack notification configuration readme Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> --------- Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * [Bot] docs: Update Snyk reports (argoproj#20250) Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: handle incorrect cluster RESTconfig without panic (argoproj#20150) Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update node version (argoproj#20248) * chore(deps): update node version * Update ui/.nvmrc Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * sec: update alpine/helm to 3.16.1 (argoproj#20253) Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(ci): update renovate config (argoproj#20254) Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Moleus <fafufuburr@gmail.com> * fix: Policy/policy.open-cluster-management.io health check is broken (argoproj#20108) (argoproj#20109) Tried using the health check as listed here but it gave error: | error setting app health: failed to get resource health for "Policy" with name "XXXX" in namespace "local-cluster": <string>:35: invalid value (nil) at index 1 in table for concat stack traceback: [G]: in function 'concat' <string>:35: in main chunk [G]: ? This change fixes the error by updating how the noncompliant clusters are tracked and counted to use latest Lua recommendations. Signed-off-by: Ian Tewksbury <itewk@redhat.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * feat(applicationset): Add FlatList option to cluster generator - Fixes argoproj#20212 (argoproj#20231) * (feat) - Add FlatList option to cluster generator Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> * Update docs/operator-manual/applicationset/Generators-Cluster.md Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update docs dependencies (argoproj#20257) * chore(deps): update docs dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * bump rtd python version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore(deps): update group golang to v1.23.2 (argoproj#20256) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Moleus <fafufuburr@gmail.com> * chore: bump k8s versions in e2e tests (argoproj#19669) Signed-off-by: Moleus <fafufuburr@gmail.com> --------- Signed-off-by: Moleus <fafufuburr@gmail.com> Signed-off-by: Dan Garfield <dan@codefresh.io> Signed-off-by: Cheng Fang <cfang@redhat.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: Symeon Meichanetzoglou <simosmeih@gmail.com> Signed-off-by: linghaoSu <linghao.su@daocloud.io> Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Tony Au-Yeung <tony@elevenlabs.io> Signed-off-by: Pradithya Aria <pradithya.pura@gojek.com> Signed-off-by: CI <ci@argoproj.com> Signed-off-by: todaywasawesome <dan@codefresh.io> Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com> Signed-off-by: Philippe Da Costa <pdacosta@gmail.com> Signed-off-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Signed-off-by: cef <moncef.abboud95@gmail.com> Signed-off-by: asjervanasten <asjer94@live.com> Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: leehosu <hosu4549@gmail.com> Signed-off-by: l2h <hosu4549@gmail.com> Signed-off-by: nueavv <nuguni@kakao.com> Signed-off-by: Phong Do <dominhphong306@gmail.com> Signed-off-by: KangManJoo <eogns47@konkuk.ac.kr> Signed-off-by: daengdaengLee <gunho1020@gmail.com> Signed-off-by: Paul Larsen <pnvlarsen@gmail.com> Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: anandf <anjoseph@redhat.com> Signed-off-by: Trevor Royer <troyer@redhat.com> Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Signed-off-by: Mate Gogiberidze <gogiberidzemate9@gmail.com> Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: jyoungs <jyoungs@bluenightmare.com> Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com> Signed-off-by: ggjulio <juligonz@student.42.fr> Signed-off-by: Eugene Kim <eugene70kim@gmail.com> Signed-off-by: jaehanbyun <awbrg789@naver.com> Signed-off-by: SLASHLogin <loginmlgxd@gmail.com> Signed-off-by: Ian Tewksbury <itewk@redhat.com> Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Garfield <dan@codefresh.io> Co-authored-by: Cheng Fang <cfang@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Symeon Meichanetzoglou <sym@open.ch> Co-authored-by: Linghao Su <linghao.su@daocloud.io> Co-authored-by: pasha-codefresh <pavel@codefresh.io> Co-authored-by: Tony Au-Yeung <tonyay163@gmail.com> Co-authored-by: aria <pradithya.pura@gojek.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CI <ci@argoproj.com> Co-authored-by: Dillen Padhiar <38965141+dpadhiar@users.noreply.github.com> Co-authored-by: Daco <dacofr@users.noreply.github.com> Co-authored-by: Crumbs <44215646+Crumb5@users.noreply.github.com> Co-authored-by: ABBOUD Moncef <moncef.abboud95@gmail.com> Co-authored-by: appiepollo14 <asjer94@live.com> Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Suraj yadav <harrypotter1108@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: l2h <hosu4549@gmail.com> Co-authored-by: rumstead <37445536+rumstead@users.noreply.github.com> Co-authored-by: 1102 <90682513+nueavv@users.noreply.github.com> Co-authored-by: Phong Do <dominhphong306@gmail.com> Co-authored-by: Olivier Wenger <14903492+owngr@users.noreply.github.com> Co-authored-by: KangManJoo <eogns47@konkuk.ac.kr> Co-authored-by: daengdaengLee <gunho1020@gmail.com> Co-authored-by: Paul Larsen <pnvlarsen@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com> Co-authored-by: Anand Francis Joseph <anjoseph@redhat.com> Co-authored-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> Co-authored-by: Mate Gogiberidze <101423812+mategogiberidze@users.noreply.github.com> Co-authored-by: Matthieu MOREL <matthieu.morel35@gmail.com> Co-authored-by: Jeff Youngs <jyoungs@bluenightmare.com> Co-authored-by: Ajinkya Ganesh Kumbhar <ajinkyakumbhar423@gmail.com> Co-authored-by: Julio <juligonz@student.42.fr> Co-authored-by: Eugene Kim <eugene70kim@gmail.com> Co-authored-by: 변재한 <awbrg789@naver.com> Co-authored-by: SLASHLogin <loginmlgxd@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ian Tewksbury <itewk@redhat.com> Co-authored-by: OpenGuidou <73480729+OpenGuidou@users.noreply.github.com> Signed-off-by: Adrian Aneci <aneci@adobe.com>
This PR contains the following updates:
22.8.0
->22.9.0
v21.6.1
->21.7.3
Release Notes
nodejs/node (node)
v22.9.0
: 2024-09-17, Version 22.9.0 (Current), @RafaelGSSCompare Source
New API to retrieve execution Stack Trace
A new API
getCallSite
has been introduced to theutil
module. This API allows usersto retrieve the stacktrace of the current execution. Example:
Thanks to Rafael Gonzaga for making this work on #54380.
Disable V8 Maglev
We have seen several crashes/unexpected JS behaviors with maglev on v22
(which ships V8 v12.4). The bugs lie in the codegen so it would be difficult for
users to work around them or even figure out where the bugs are coming from.
Some bugs are fixed in the upstream while some others probably remain.
As v22 will get stuck with V8 v12.4 as LTS, it will be increasingly difficult to
backport patches for them even if the bugs are fixed. So disable it by default
on v22 to reduce the churn and troubles for users.
Thanks to Joyee Cheung for making this work on #54384
Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext
This releases introduces a new option to the API
tls.createSecureContext
. Fornow on users can use
tls.createSecureContext({ allowPartialTrustChain: true })
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.
Thanks to Anna Henningsen for making this work on #54790
Other Notable Changes
5c9599af5a
] - src: create handle scope in FastInternalModuleStat (Joyee Cheung) #54384e2307d87e8
] - (SEMVER-MINOR) stream: relocate the status checking code in the onwritecomplete (YoonSoo_Shin) #54032Deprecations
8433032948
] - repl: doc-deprecate instantiatingnode:repl
classes withoutnew
(Aviv Keller) #548428c4c85cf31
] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #54708Commits
027b0ffe84
] - async_hooks: add an InactiveAsyncContextFrame class (Bryan English) #54510022767028e
] - benchmark: --no-warnings to avoid DEP/ExpWarn log (Rafael Gonzaga) #54928af1988c147
] - benchmark: add buffer.isAscii benchmark (RafaelGSS) #5474040c6849964
] - benchmark: add buffer.isUtf8 bench (RafaelGSS) #54740237d7dfbde
] - benchmark: add access async version to bench (Rafael Gonzaga) #54747ebe91db827
] - benchmark: enhance dc publish benchmark (Rafael Gonzaga) #54745060164485b
] - benchmark: add match and doesNotMatch bench (RafaelGSS) #547342844180c7e
] - benchmark: add rejects and doesNotReject bench (RafaelGSS) #54734af7689ed02
] - benchmark: add throws and doesNotThrow bench (RafaelGSS) #54734456a1fe222
] - benchmark: add strictEqual and notStrictEqual bench (RafaelGSS) #54734721c63c858
] - benchmark: adds groups to better separate benchmarks (Giovanni Bucci) #5439368e45b406e
] - benchmark,doc: add CPU scaling governor to perf (Rafael Gonzaga) #54723d19efd7a50
] - benchmark,doc: mention bar.R to the list of scripts (Rafael Gonzaga) #547221fb67afa2f
] - buffer: fix out of range for toString (Jason Zhang) #5455385b5ed5d41
] - buffer: re-enable Fast API for Buffer.write (Robert Nagy) #545269a075279ec
] - build: upgrade clang-format to v18 (Aviv Keller) #5395769ec9d8d2b
] - build: fix conflicting V8 object print flags (Daeyeon Jeong) #54785948bba396c
] - build: do not build with code cache for core coverage collection (Joyee Cheung) #546336200cf4fb6
] - build: don't store eslint locally (Aviv Keller) #542313b5ed97fe9
] - build: turn off-Wrestrict
(Richard Lau) #54737e38e305a35
] - build,win: enable clang-cl compilation (Stefan Stojanovic) #546555bba0781b0
] - crypto: reject dh,x25519,x448 in {Sign,Verify}Final (Huáng Jùnliàng) #537743981853c00
] - crypto: return a clearer error when loading an unsupported pkcs12 (Tim Perry) #5448502ac5376b9
] - crypto: remove unusedkHashTypes
internal (Antoine du Hamel) #54627323d9da3c9
] - deps: update cjs-module-lexer to 1.4.1 (Node.js GitHub Bot) #54846bf4bf7cc6b
] - deps: update simdutf to 5.5.0 (Node.js GitHub Bot) #5443461047dd130
] - deps: upgrade npm to 10.8.3 (npm team) #546192351da5034
] - deps: update cjs-module-lexer to 1.4.0 (Node.js GitHub Bot) #547130659516823
] - deps: allow amaro to be externalizable (Michael Dawson) #546466a32645dbc
] - deps: fix sign-compare warning in ncrypto (Cheng) #546248f62f19197
] - doc: fix broken Android building link (Niklas Wenzel) #54922440c256d76
] - doc: add support link for aduh95 (Antoine du Hamel) #5486656aca2a1ca
] - doc: run license-builder (github-actions[bot]) #548548931f569c6
] - doc: experimental flag for global accessible APIs (Chengzhong Wu) #543306f8a6e9eb6
] - doc: addERR_INVALID_ADDRESS
toerrors.md
(Aviv Keller) #54661c1b92e05e7
] - doc: add support link for mcollina (Matteo Collina) #547861def18122a
] - doc: mark--conditions
CLI flag as stable (Guy Bedford) #54209b8ae36b6c3
] - doc: fix typo in recognizing-contributors (Tobias Nießen) #548222c2ae80924
] - doc: clarify--max-old-space-size
and--max-semi-space-size
units (Alexandre ABRIOUX) #544775bd4be5ce7
] - doc: replace --allow-fs-read by --allow-fs-write in related section (M1CK431) #54427c0f3e4603f
] - doc: add support link for marco-ippolito (Marco Ippolito) #54789dc69eb8276
] - doc: fix typo in module.md (Tobias Nießen) #54794de225f5db9
] - doc: specify that preloaded modules affect subprocesses (Aviv Keller) #5293962b0007cbe
] - doc: clarify expandedSQL behavior (Tobias Nießen) #546851c7bdf95db
] - doc: render type references in SQLite docs (Tobias Nießen) #546845555095531
] - doc: fix typo (Michael Dawson) #54640754baa4efa
] - doc: fix webcrypto.md AES-GCM backticks (Filip Skokan) #546215bfb4bcf45
] - doc: add documentation about os.tmpdir() overrides (Joyee Cheung) #5461322d873208e
] - doc, build: fixup build docs (Aviv Keller) #548995e081a12b6
] - doc, child_process: add esm snippets (Aviv Keller) #536162b68c30a26
] - doc, meta: fix broken link inonboarding.md
(Aviv Keller) #54886a624002fff
] - esm: throwERR_REQUIRE_ESM
instead ofERR_INTERNAL_ASSERTION
(Antoine du Hamel) #5486831d4ef91ee
] - esm: fix support forURL
instances inimport.meta.resolve
(Antoine du Hamel) #5469040ba89e452
] - esm: use Undici/fetch
data:
URL parser (Matthew Aitken) #5474893116dd7b1
] - fs: translate error code properly in cpSync (Jason Zhang) #54906375cbb592e
] - fs: refactor rimraf to avoid using primordials (Yagiz Nizipli) #54834ee89c3149e
] - fs: respect dereference when copy symlink directory (Jason Zhang) #547327123bf7ca4
] - http: reduce likelihood of race conditions on keep-alive timeout (jazelly) #5486304ef3e4afd
] - https: only use default ALPNProtocols when appropriate (Brian White) #54411dc5593ba1e
] - lib: remove unnecessary async (jakecastelli) #548292b9a6373da
] - lib: make WeakRef safe in abort_controller (jazelly) #547915f02e1b850
] - lib: moveSymbol[Async]Dispose
polyfills tointernal/util
(Antoine du Hamel) #54853fc78ced7e4
] - lib: convert signals to array before validation (Jason Zhang) #5471421fef34a53
] - lib: add note about removingnode:sys
module (Rafael Gonzaga) #54743a37d805489
] - (SEMVER-MINOR) lib: add util.getCallSite() API (Rafael Gonzaga) #543802a1f56cce6
] - lib: ensure no holey array in fixed_queue (Jason Zhang) #54537540b1dbaf6
] - lib: refactor SubtleCrypto experimental warnings (Filip Skokan) #54620b59c8b88c7
] - lib,src: use built-in array buffer detach, transfer (Yagiz Nizipli) #54837c1cc046de9
] - meta: bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 (dependabot[bot]) #5482082c08ef483
] - meta: addWindows ARM64
to flaky-tests list (Aviv Keller) #54693df30e8efa1
] - meta: ping @nodejs/performance on bench changes (Rafael Gonzaga) #54752bdd9fbb905
] - meta: bump actions/setup-python from 5.1.1 to 5.2.0 (Rich Trott) #5469119574a8403
] - meta: update sccache to v0.8.1 (Aviv Keller) #547209ebcfb2b28
] - meta: bump step-security/harden-runner from 2.9.0 to 2.9.1 (dependabot[bot]) #54704ea58feb959
] - meta: bump actions/upload-artifact from 4.3.4 to 4.4.0 (dependabot[bot]) #54703c6bd9e443e
] - meta: bump github/codeql-action from 3.25.15 to 3.26.6 (dependabot[bot]) #5470279b358af2e
] - meta: fix links inSECURITY.md
(Aviv Keller) #546966c8a20d650
] - meta: fixcontributing
codeowners (Aviv Keller) #54641b7284ed099
] - module: do not warn for typeless package.json when there isn't one (Joyee Cheung) #54045ddd24a6e63
] - node-api: add external buffer creation benchmark (Chengzhong Wu) #548774a7576efae
] - node-api: add support for UTF-8 and Latin-1 property keys (Mert Can Altin) #52984461e523498
] - os: improvetmpdir
performance (Yagiz Nizipli) #5470994fb7ab2e7
] - path: removeStringPrototypeCharCodeAt
fromposix.extname
(Aviv Keller) #5454667b1d4cb45
] - repl: avoid interpreting 'npm' as a command when errors are recoverable (Shima Ryuhei) #548488433032948
] - repl: doc-deprecate instantiatingnode:repl
classes withoutnew
(Aviv Keller) #548427766349dd0
] - sqlite: fix segfault in expandedSQL (Tobias Nießen) #546874c1b98ba2b
] - sqlite: remove unnecessary auto assignment (Tobias Nießen) #5468677d162adb6
] - src: add--env-file-if-exists
flag (Bosco Domingo) #53060424bdc03b4
] - src: add Cleanable class to Environment (Gabriel Schulhof) #54880fbd08e3a9f
] - src: switch crypto APIs to use Maybe<void> (James M Snell) #547755e72bd3545
] - src: eliminate ManagedEVPPkey (James M Snell) #5475197cbcfbb43
] - src: fix unhandled error in structuredClone (Daeyeon Jeong) #54764b89cd8d19a
] - src: move hkdf, scrypto, pbkdf2 impl to ncrypto (James M Snell) #546515c9599af5a
] - src: create handle scope in FastInternalModuleStat (Joyee Cheung) #54384e2307d87e8
] - (SEMVER-MINOR) stream: relocate the status checking code in the onwritecomplete (YoonSoo_Shin) #54032ff54cabef6
] - test: adjust test-tls-junk-server for OpenSSL32 (Michael Dawson) #5492623fb03beed
] - test: remove duplicate skip AIX (Wuli) #549172b5e70816a
] - test: adjust tls test for OpenSSL32 (Michael Dawson) #54909cefa692dcb
] - test: fix test-http2-socket-close.js (Hüseyin Açacak) #54900097f6d3e7e
] - test: improve test-internal-fs-syncwritestream (Sunghoon) #54671ed736a689f
] - test: deflake test-dns (Luigi Pinca) #54902bb4849f595
] - test: fix test test-tls-dhe for OpenSSL32 (Michael Dawson) #54903d9264bceca
] - test: use correct file naming syntax forutil-parse-env
(Aviv Keller) #53705115a7ca42a
] - test: add missing await (Luigi Pinca) #548287a1d633d77
] - test: move more url tests tonode:test
(Yagiz Nizipli) #54636ee385d62b9
] - test: strip color chars intest-runner-run
(Giovanni Bucci) #545522efec6221c
] - test: deflake test-http2-misbehaving-multiplex (Luigi Pinca) #54872b198a91404
] - test: remove dead code in test-http2-misbehaving-multiplex (Luigi Pinca) #54860194cb83f39
] - test: reduce test-esm-loader-hooks-inspect-wait flakiness (Luigi Pinca) #548274b53558e8b
] - test: reduce the allocation size in test-worker-arraybuffer-zerofill (James M Snell) #54839c968d65d6d
] - test: fix test-tls-client-mindhsize for OpenSSL32 (Michael Dawson) #54739b998bb0933
] - test: remove need to make fs call for zlib test (Yagiz Nizipli) #54814f084ea2e01
] - test: use platform timeout (jakecastelli) #54591b10e434cf3
] - test: add platform timeout support for riscv64 (jakecastelli) #54591b875f2d7de
] - test: reduce stack size for test-error-serdes (James M Snell) #54840d1a411480a
] - test: reduce fs calls in test-fs-existssync-false (Yagiz Nizipli) #54815b96ee30a09
] - test: usenode:test
intest-cli-syntax.bad
(Aviv Keller) #545135278b8b7a1
] - test: move test-http-server-request-timeouts-mixed (James M Snell) #548418345a60d3a
] - test: fix Windows async-context-frame memory failure (Stephen Belanger) #54823cad404e1a1
] - test: fix volatile for CauseSegfault with clang (Ivan Trubach) #5432541682c7286
] - test: settest-http2-socket-close
as flaky (Yagiz Nizipli) #548021e1ac48711
] - test: settest-worker-arraybuffer-zerofill
as flaky (Yagiz Nizipli) #5480256238debff
] - test: settest-runner-run-watch
as flaky (Yagiz Nizipli) #548028291de1540
] - test: settest-http-server-request-timeouts-mixed
as flaky (Yagiz Nizipli) #5480232d340e6b3
] - test: settest-single-executable-application-empty
as flaky (Yagiz Nizipli) #548026a2da4c4ca
] - test: settest-macos-app-sandbox
as flaky (Yagiz Nizipli) #548022f408847a0
] - test: settest-fs-utimes
as flaky (Yagiz Nizipli) #54802e3b7c40ffc
] - test: settest-runner-run-watch
as flaky (Yagiz Nizipli) #54802d2ede46946
] - test: settest-sqlite-statement-sync
as flaky (Yagiz Nizipli) #54802b9f3385808
] - test: settest-writewrap
as flaky (Yagiz Nizipli) #54802d55fec8f40
] - test: settest-async-context-frame
as flaky (Yagiz Nizipli) #548023dfb525f3e
] - test: settest-esm-loader-hooks-inspect-wait
as flaky (Yagiz Nizipli) #54802b0458a88b4
] - test: settest-http2-large-file
as flaky (Yagiz Nizipli) #548025f6f8757e5
] - test: settest-runner-watch-mode-complex
as flaky (Yagiz Nizipli) #548024231af336d
] - test: settest-performance-function
as flaky (Yagiz Nizipli) #5480245ef2a868e
] - test: settest-debugger-heap-profiler
as flaky (Yagiz Nizipli) #54802b5137f6405
] - test: fixtest-process-load-env-file
when path contains'
(Antoine du Hamel) #54511960116905a
] - test: refactor fs-watch tests due to macOS issue (Santiago Gimeno) #54498f074d74bf3
] - test: refactortest-esm-type-field-errors
(Giovanni Bucci) #5436867e30deced
] - test: move more zlib tests to node:test (Yagiz Nizipli) #54609fdb65111a3
] - test: improve output of child process utilities (Joyee Cheung) #5462255a12a4190
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #54925de0f445a7f
] - test_runner: reimplementassert.ok
to allow stack parsing (Aviv Keller) #54776a52c199d9d
] - (SEMVER-MINOR) test_runner: report coverage thresholds intest:coverage
(Aviv Keller) #548136552fddef5
] - test_runner: update kPatterns (Pietro Marchini) #547283396a4954d
] - test_runner: detect only tests when isolation is off (Colin Ihrig) #54832021f59b6bc
] - test_runner: apply filtering when tests begin (Colin Ihrig) #5483236da793350
] - test_runner: allow--import
with no isolation (Aviv Keller) #54697de73d1ee4b
] - test_runner: improve code coverage cleanup (Colin Ihrig) #548563d478728f2
] - timers: avoid generating holey internal arrays (Gürgün Dayıoğlu) #54771b3d567ae0f
] - timers: document ref option for scheduler.wait (Paolo Insogna) #54605c2bf0134ce
] - (SEMVER-MINOR) tls: addallowPartialTrustChain
flag (Anna Henningsen) #54790608a611132
] - tools: add readability/fn_size to filter (Rafael Gonzaga) #5474493fab49099
] - tools: add util scripts to land and rebase PRs (Antoine du Hamel) #54656d6df542ff8
] - tools: remove readability/fn_size rule (Rafael Gonzaga) #54663689d127ee7
] - typings: fix TypedArray to a global type (1ilsang) #54063071dff1d34
] - typings: correct param type ofSafePromisePrototypeFinally
(Wuli) #547275243e3240c
] - Revert "v8: enable maglev on supported architectures" (Joyee Cheung) #54384ade9da5b3a
] - vm: add vm proto property lookup test (Chengzhong Wu) #546068385958b60
] - zlib: add typings for better dx (Yagiz Nizipli) #546998c4c85cf31
] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #54708Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.