https://github.com/argoproj/argo-cd

sort by:
Revision Author Date Message Commit Date
a79e0ea Bump version to 2.10.1 (#17211) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: crenshaw-dev <crenshaw-dev@users.noreply.github.com> 14 February 2024, 17:36:58 UTC
65461a1 fix(controller): add missing workqueue metrics (#16315) (#17013) (#17209) * fix(controller): add missing kubernetes metrics * validate workqueue metrics are present * use newer metrics registry * fix duplicated * init runtime controller in test to have correct metrics * fix lint error * update controller-runtime to remove metrics with high cardinality --------- Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> 14 February 2024, 17:36:43 UTC
2268f08 fix: infer correct shard in statefulset setup (#17124, #17016) (#17167) (#17204) * fix: infer correct shard in statefulset setup (#17124, #17016) (#17167) * fix: infer correct shard in statefulset setup Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix the case if only a single replica Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix: resolving pointer on shard compare Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix: add readlock for cluster accessor Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix: use defer to protect access of 'shard' Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix: revert locking in getclusteraccessor Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix: handle nil shard case Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix: handle any nil shard value as false Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix: handle nil case and fix another missing pointer dereference Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * revert Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix: added tests and fixed some behaviour bugs Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * test: add test to validate that Shard value is not overriden Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * fix: added tests and fixe the case when server is changed inside a secret Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> * tests: add test cases for infering the shard logic Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> --------- Signed-off-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> (cherry picked from commit 5d6111b7459af8b1cf1c49559f1ec001410a6e9f) * fix lint issues Signed-off-by: ishitasequeira <ishiseq29@gmail.com> --------- Signed-off-by: ishitasequeira <ishiseq29@gmail.com> Co-authored-by: Lukas Wöhrl <lukas.woehrl@plentymarkets.com> 13 February 2024, 19:28:30 UTC
a1a5c58 fix: stop initializing deployment informer if dynamic sharding is disabled (#17097) (#17202) * fix: stop initializing deployment informer if dynamic sharding is disabled * feat: updated sharding cache getter func --------- Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com> Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com> 13 February 2024, 17:05:56 UTC
9c379af fix(kustomize): set build dir (#15057) #16229 #16652 (#16653) (#17129) * use repo root, not app path correct patch * use Getwd to find the root path for diff commands * set dot a default for argo app commands * revert default values * patch diff in TestNamespacedResourceDiffing * patching some diff and sync * patch remaining diff in error --------- Signed-off-by: Prune <prune@lecentre.net> Co-authored-by: Prune Sebastien THOMAS <prune@lecentre.net> 07 February 2024, 19:01:03 UTC
4e01115 fix(manifests): applicationset-controller dir is not added to cluster-rbac/kustomization.yaml. (#16810) (#17120) * fix(manifests): applicationset-controller dir is not added to cluster-rbac/kustomization.yaml. Related PR: https://github.com/argoproj/argo-cd/pull/16699. I missed adding a new folder(applicationset-controller) to kustomization.yaml. So, i addressed it. * chore: exec `make manifests`. * chore: exec `make manifests`. --------- Signed-off-by: mugioka <okamugi0722@gmail.com> Co-authored-by: mugi <62197019+mugioka@users.noreply.github.com> 07 February 2024, 14:31:20 UTC
eddf0a5 chore(manifests): add ClsuterRole/ClusterRoleBinding for applicationset controller. (#16699) (#17119) Closes https://github.com/argoproj/argo-cd/issues/16698. Signed-off-by: mugioka <okamugi0722@gmail.com> Co-authored-by: mugi <62197019+mugioka@users.noreply.github.com> 07 February 2024, 14:23:14 UTC
2175939 fix(ci): correct helm checksum path (#17081) (#17083) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 06 February 2024, 14:26:59 UTC
1c959b7 Bump version to 2.10.0 (#17094) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: crenshaw-dev <crenshaw-dev@users.noreply.github.com> 05 February 2024, 23:53:42 UTC
dfba409 fix(controller): fix application controller deployment crashing (#16984) (#17093) * fix application controller deployment crashing and update manifests * remove environment variable ARGOCD_ENABLE_DYNAMIC_CLUSTER_DISTRIBUTION * fix auto-generated docs --------- Signed-off-by: ishitasequeira <ishiseq29@gmail.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> 05 February 2024, 21:40:13 UTC
1835210 Bump version to 2.10.0-rc5 (#17077) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: crenshaw-dev <crenshaw-dev@users.noreply.github.com> 02 February 2024, 18:11:48 UTC
b78befe chore(deps): bump Helm to 3.14.0 (#17031) (#17032) (#17061) * bump helm to 3.14.0 * Add a note about helm bump in upgrade instructions --------- Signed-off-by: Simon HEGE <simonhege@gmail.com> Co-authored-by: Simon HEGE <simonhege@gmail.com> 31 January 2024, 20:26:54 UTC
e932556 docs(hooks): add postdelete to table (#17048) (#17051) Add `PostDelete` to the hooks table, and clean up wording and old availability statement (all the way back to v1, probably irrelevant). Signed-off-by: Nicholas Morey <nicholas@morey.tech> Co-authored-by: Nicholas Morey <nicholas@morey.tech> 31 January 2024, 01:52:15 UTC
28c2938 docs(kustomize): add components yaml example (#17043) (#17046) Signed-off-by: Nicholas Morey <nicholas@morey.tech> Co-authored-by: Nicholas Morey <nicholas@morey.tech> 30 January 2024, 19:08:49 UTC
18f8291 docs(argocd-cm): add timeout.reconciliation.jitter example (#17044) (#17047) Signed-off-by: Nicholas Morey <nicholas@morey.tech> Co-authored-by: Nicholas Morey <nicholas@morey.tech> 30 January 2024, 19:08:09 UTC
d9ece92 docs(applicationset): explain impact of empty spec in templatePatch (#17042) (#17045) * docs: explain impact of empty spec in templatePatch * fix: not conditional helm values --------- Signed-off-by: Nicholas Morey <nicholas@morey.tech> Co-authored-by: Nicholas Morey <nicholas@morey.tech> 30 January 2024, 19:07:31 UTC
0c62f6d fix(redis): go-redis v9 regression missing metrics and reconnect hook (#13415) (#15275) (#17025) * fix(redis): go-redis v9 regression missing metrics and reconnect hook * fix: golangci lint return values not checked in tests * chore: move dnsError var locally into func --------- Signed-off-by: phanama <yudiandreanp@gmail.com> Co-authored-by: Yudi A Phanama <11147376+phanama@users.noreply.github.com> 30 January 2024, 14:45:00 UTC
14b8762 fix(ui): Badge for apps in any namespace (#16739) (#17007) Signed-off-by: sshenoy6 <sonamkaup_shenoy@intuit.com> Co-authored-by: Sonam <49382298+sonamkshenoy@users.noreply.github.com> Co-authored-by: sshenoy6 <sonamkaup_shenoy@intuit.com> 26 January 2024, 20:03:48 UTC
c6469ae Bump version to 2.10.0-rc4 (#16993) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: crenshaw-dev <crenshaw-dev@users.noreply.github.com> 25 January 2024, 21:13:51 UTC
a848105 fix(server): allow disabling content-type check (#16959) (#16976) * fix(server): allow disabling content-type check * fix spacing --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 24 January 2024, 23:07:38 UTC
b657e97 chore(deps): rm go-jose Cxb6dee8d5-b814 high vuln (#16947) (#16970) Signed-off-by: fengshunli <1171313930@qq.com> Co-authored-by: fsl <1171313930@qq.com> 24 January 2024, 14:43:22 UTC
00fae11 fix(appcontroller): Uptake fix in gitops engine which fixes application sync with auto create ns and server side apply (#16942) (#16963) * Uptake fix in gitops engine to fix auto create ns with server side apply * Moved the new e2e test to different location * Fix test name to be less than 63 char for creating ns * update gitops-engine with latest master --------- Signed-off-by: anandf <anjoseph@redhat.com> Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> Co-authored-by: Anand Francis Joseph <anjoseph@redhat.com> Co-authored-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> 23 January 2024, 21:41:01 UTC
c3d125f feat(controller): add sync jitter(#14241) (#16820) (#16960) * feat(controller): add sync jitter * convert to duration for simplicity * docs * add config to manifests * fix tests --------- Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> Co-authored-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> 23 January 2024, 16:15:26 UTC
1041086 Bump version to 2.10.0-rc3 (#16936) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: crenshaw-dev <crenshaw-dev@users.noreply.github.com> 19 January 2024, 17:20:23 UTC
da10276 fix(ui): set content-type for certain UI requests (#16923) (#16930) (#16932) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 19 January 2024, 16:50:21 UTC
4d0f940 Bump version to 2.10.0-rc2 (#16916) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: crenshaw-dev <crenshaw-dev@users.noreply.github.com> 18 January 2024, 20:37:38 UTC
8b865d7 chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 (#16911) * chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * tidy Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 18 January 2024, 15:56:25 UTC
a6d8c92 fix: Use the cache for sharding (#15237) (#16902) * feat(sharding): use a cache * cluster cmd * - Assign shard 0 to in-cluster cluster and nil check updates - Caching clusters while sharding: Fixing unit tests - Update generated docs - Debug e2e tests - Default the shardNumber to the number of replicas if it is calculated to a higher value - defered Unlock only when a lock is set - Disabling temporarly other versions of k3s to check if e2e passes - Do not fail if hostname format is not abc-n - Fix unit test and skip some e2e - Skip TestGitSubmoduleHTTPSSupport test - Remove breaking defer c.lock.Unlock() - Reverting testing all k3s version - Default sharding fix * fixes related to code review: renaming structure param, moving db initialisation * Code review * Set default shard to 0 * Set different default value for Sts and Deployment mode * Expose ClusterShardingCache * Removing use of argoDB.db for DistributionFunction * Update generated documentation * Fix comment about NoShardingDistributionFunction and NoShardingAlgorithm --------- Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com> Co-authored-by: Akram Ben Aissi <akram.benaissi@gmail.com> Co-authored-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> 17 January 2024, 21:28:07 UTC
3c5878e fix: enforce content type header for API requests (#16860) (#16877) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> 16 January 2024, 20:12:15 UTC
12f2252 Added Openkruise workload integration health check scripts (#16238) (#16805) Signed-off-by: Mahesh <maheshkasbe010@gmail.com> Co-authored-by: Mahesh Kasbe <60398112+maheshkasabe@users.noreply.github.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> 10 January 2024, 02:10:42 UTC
6f6a9a9 fix: add list permission deployments (#16785) (#16803) * add list permissions for deployments to application controller * revert redis-ha chart changes * revert redis-ha chart changes --------- Signed-off-by: ishitasequeira <ishiseq29@gmail.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> 10 January 2024, 02:07:05 UTC
3ca6785 docs: add context to configmap example (#16763) (#16764) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 06 January 2024, 00:04:04 UTC
3f18c21 fix(ui):Fixed log horizontal scroll for issue #16411 (#16727) (#16762) * Fixed log horizontal scroll * Updated log line-height --------- Signed-off-by: Yi Cai <yicai@redhat.com> Co-authored-by: Yi Cai <yicai@redhat.com> 05 January 2024, 18:44:47 UTC
3ebcca6 docs: configmap items are strings (#16737) (#16738) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 03 January 2024, 17:58:49 UTC
d919606 Bump version to 2.10.0-rc1 (#16642) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: crenshaw-dev <crenshaw-dev@users.noreply.github.com> 18 December 2023, 20:44:17 UTC
87e95b7 feat(ui): add status panel extensions (#15780) * add extension Signed-off-by: Alexy Mantha <alexy@mantha.dev> * rename to status panel Signed-off-by: Alexy Mantha <alexy@mantha.dev> * wip Signed-off-by: Alexy Mantha <alexy@mantha.dev> * cleanup Signed-off-by: Alexy Mantha <alexy@mantha.dev> * add docs Signed-off-by: Alexy Mantha <alexy@mantha.dev> * add key Signed-off-by: Alexy Mantha <alexy@mantha.dev> * fix copy/paste Signed-off-by: Alexy Mantha <alexy@mantha.dev> * wip Signed-off-by: Alexy Mantha <alexy@mantha.dev> * flyout Signed-off-by: Alexy Mantha <alexy@mantha.dev> * cleanup Signed-off-by: Alexy Mantha <alexy@mantha.dev> * lint Signed-off-by: Alexy Mantha <alexy@mantha.dev> * document flyout Signed-off-by: Alexy Mantha <alexy@mantha.dev> * rename Signed-off-by: Alexy Mantha <alexy@mantha.dev> * linting Signed-off-by: Alexy Mantha <alexy@mantha.dev> --------- Signed-off-by: Alexy Mantha <alexy@mantha.dev> 18 December 2023, 20:38:53 UTC
82ca7a7 feat: Implement Server-Side Diff (#13663) * feat: Implement Server-Side Diff Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * propagate the refreshtype to the diff config Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Create the serverSideDiff config Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * chore: add featureflag utility package Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * remove featureflag package Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * add param Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * make ssd configurable with app annotation Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * add server-side-diff flags Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * apply the same logic regardless of the refresh type Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * fix gitops-engine reference Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * address review comments Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Address review comments Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * docs: add docs related to server-side-diff Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * docs: update doc Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Add config to include mutation webhooks Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Address review comments Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * go mod update Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Add sdd cache test case Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * fix ssd cache unit test Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Update clidocs Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * update manifests Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Fix procfile Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * additional doc changes Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * update gitops-engine version Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> --------- Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> 18 December 2023, 20:37:13 UTC
9abc1cc feat(ui): Show prompt when every resource requires pruning (#16603) * fix(ui): show prompt when using prune option Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> * fix(ui): show prompt when using prune option Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> * fix(ui): show prompt when using prune option Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> fix(ui): show prompt when using prune option Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> * chore: update message and simplify code Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * don't warn on partial sync Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fix(ui): lint Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> --------- Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.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> 18 December 2023, 20:15:42 UTC
dcc17f7 feat: PostDelete hook support (#16595) * feat: PostDelete hooks support Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> --------- Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> 18 December 2023, 16:40:23 UTC
23e0d52 feat(security): log user when access is blocked (#16558) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 18 December 2023, 14:41:32 UTC
c5d5cdb fix(appset): Use case insensitive comparison of repo details in appset webhook handler (#16503) (#16504) * fix: case insensitive comparison of repo details in appset webhook handler Signed-off-by: Sam Greening <2552620+SG60@users.noreply.github.com> * chore(appset test): test case-insensitivity of appset github webhooks Signed-off-by: Sam Greening <2552620+SG60@users.noreply.github.com> * chore(appset test): test case for PR labeled event And fix a couple of spelling errors Signed-off-by: Sam Greening <2552620+SG60@users.noreply.github.com> --------- Signed-off-by: Sam Greening <2552620+SG60@users.noreply.github.com> Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com> 17 December 2023, 18:07:25 UTC
0b35e2f docs: add documentation for the argocd cluster commands (#16555) * docs: add documentation for the argocd cluster commands This adds initial non-reference documentation for the `argocd cluster` commands as part of #14531. The main goal here is to bootstrap that page and point users wanting to remove the `in-cluster` cluster to the right setting. Signed-off-by: Maurice Meyer <mmeyer@anaconda.com> * fixup! docs: add documentation for the argocd cluster commands Signed-off-by: Morre <morre@mor.re> * fixup! docs: add documentation for the argocd cluster commands Signed-off-by: Maurice Meyer <mmeyer@anaconda.com> --------- Signed-off-by: Maurice Meyer <mmeyer@anaconda.com> Signed-off-by: Morre <morre@mor.re> 15 December 2023, 17:51:42 UTC
bdf2c6a docs: update telepresence quickstart link (#16616) Signed-off-by: Robin Lieb <robin.j.lieb@gmail.com> 15 December 2023, 17:44:14 UTC
2f22a69 docs: callout the need to restart pods to pickup service accounts (#16610) Signed-off-by: Dennis Pan <dennis.pan@outlook.com> 15 December 2023, 07:48:26 UTC
a6d8a01 fix(action): Add missing owner refs and annotation to create-job action (#16607) Signed-off-by: Arron Francis <arron.francis@mettle.co.uk> 14 December 2023, 16:49:18 UTC
a7d0da9 Add meta.Duration as known type for diffing (#16587) So that this can be used for custom resources. The motivation for this is issue #6008: with this change one should be able to use the known type to ensure equal durations don't present a diff, e,g. via adding to `argocd-cm`: data: resource.customizations.knownTypeFields.cert-manager.io_Certificate: | - field: spec.duration type: meta/v1/Duration This change is based on 5b464c996bd5ebc1d39bb013af3bed34415d77d2, though I've included the API version in the type path to be consistent with the generated type (i.e. `meta/v1/Duration` and not `meta/Duration`). For documentation I've just manually listed the extra types that aren't auto-generated, though this requires having to keep this list and the code in-sync but this is probably not a big issue since the number of extra types is not frequently changed. In the tests I've used `require.*` methods since I find this simpler than `if !assert.Blah(...) { return }` which the other tests in this file are using. Signed-off-by: Matthew Hughes <matthewhughes934@gmail.com> 14 December 2023, 12:03:33 UTC
23959ca fix(cli): `argocd admin settings resource-overrides health` to not ignore wildard customizations (#16461) Signed-off-by: Ricky McMillen <ricky.mcmillen@fluxfederation.com> 14 December 2023, 11:57:21 UTC
2ad419b fix(repo-server): excess git requests, short-circuit GenerateManifests ref only (#16501) * fix(repo-server): excess git requests part 2, short-circuit GenerateManifests ref only Signed-off-by: nromriell <nateromriell@gmail.com> * chore(logging): pr feedback, add debug log to short circuit Signed-off-by: nromriell <nateromriell@gmail.com> * chore: pr feedback, add ref to debug statement Signed-off-by: nromriell <nateromriell@gmail.com> --------- Signed-off-by: nromriell <nateromriell@gmail.com> 14 December 2023, 11:35:55 UTC
ecef174 docs: fix indentation for preserve file mode (#16598) The preserveFileMode isn't under parameters, it should be right under spec. It's correct in the other example here. Signed-off-by: yedayak <yedaya.ka@gmail.com> 14 December 2023, 11:18:30 UTC
cde68e0 Add Statsig as a user (#16604) Signed-off-by: Jason Wang <7304774+jasonwzm@users.noreply.github.com> 14 December 2023, 08:36:12 UTC
d70f9a4 docs(monitoring): add new ServiceMonitors for redis, dex, notifications (#16534) Signed-off-by: dmpe <cincenko@outlook.com> 13 December 2023, 07:48:20 UTC
10bb8b0 docs: fix broken link in secret-management.md (#16588) Signed-off-by: Elouan Keryell-Even <elouan.keryell@gmail.com> 11 December 2023, 12:03:13 UTC
a761a49 chore: upgrade kubernetes dependencies from 0.26.4 to 0.26.11 (#16581) * chore: upgrade kubernetes dependencies from 0.26.4 to 0.26.11 Fixes some vulnerabilities trivy is reporting on (not necessarily vulnerabe, trivy tends to have a lot of false positives when it comes to golang projects): * CVE-2023-3676 * CVE-2023-3955 * CVE-2023-5528 * CVE-2023-2431 * CVE-2023-2727 * CVE-2023-2728 Signed-off-by: Zoltán Reegn <zoltan.reegn@gmail.com> * go mod tidy Signed-off-by: Zoltán Reegn <zoltan.reegn@gmail.com> * Add go mod tidy to kubernetes updater script Signed-off-by: Zoltán Reegn <zoltan.reegn@gmail.com> --------- Signed-off-by: Zoltán Reegn <zoltan.reegn@gmail.com> 08 December 2023, 20:01:05 UTC
f67dcac docs: Add Kong Inc. as a user (#16582) Signed-off-by: Jay Shah <jay.shah@konghq.com> 08 December 2023, 17:40:34 UTC
9179835 fix(appset): Always remove ownerReferences when appset policy doesn't allow app's deletion (#12172) (#16506) * fix(appset): remove unnecessary condition Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com> * docs: update explanation about policy Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com> --------- Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com> 08 December 2023, 14:20:01 UTC
35f1ee7 resource_customizations/db.atlasgo.io: atlas operator resources (#16364) Signed-off-by: Rotem Tamir <rotemtamir@gmail.com> 07 December 2023, 11:11:07 UTC
710777e chore: update PR template to suggest cherry-pick releases (#16560) Signed-off-by: Jesse Suen <jesse@akuity.io> 06 December 2023, 19:49:40 UTC
86f79ec docs: Fix minor typo in Declarative Setup (#16550) Signed-off-by: Phil Nichol <35630607+philnichol@users.noreply.github.com> 06 December 2023, 08:37:14 UTC
07a2e64 docs: Fix format issue in rbac.md (#16521) Wrongly placed horizontal line (`----`) was formatting code-block as a header. Fixed it with a necessary line break Signed-off-by: Elouan Keryell-Even <elouan.keryell@gmail.com> 05 December 2023, 21:04:55 UTC
5c51dcb fix(ui): use background delete to match k8s terminology (#15579) Signed-off-by: Josh Soref <jsoref@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 05 December 2023, 19:00:39 UTC
7484f1d Added missing 'alias:' prefix for repository name as described here: (#15902) 05 December 2023, 04:26:58 UTC
99c2859 fix: Use math.MaxInt (instead of math.MaxInt64) to fix builds on 32bit platforms (#16065) Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com> 04 December 2023, 22:14:32 UTC
8886874 fix: cert-manager.io/certificate health.lua for consistent issuing (Issue #16523) (#16520) * Update cert-manager.opcertificate health.lua Signed-off-by: Chris Murray <chris@distrail.io> * adding test case for cert issuing Signed-off-by: Chris Murray <chris@distrail.io> * fixing typo Signed-off-by: Chris Murray <chris@distrail.io> --------- Signed-off-by: Chris Murray <chris@distrail.io> 04 December 2023, 19:42:33 UTC
30b92b2 fix(doc): Fix documentation templatePatch (#16522) Signed-off-by: gmuselli <geoffrey.muselli@gmail.com> 04 December 2023, 15:59:18 UTC
7408292 fix(appset): Don't use revision cache when reconciling after webhook (#16062) (#16241) * fix(appset): store sha from webhook to get latest change during reconcile (#16062) Signed-off-by: dhruvang1 <dhruvang1@users.noreply.github.com> * fix(appset): Don't use revision cache when reconciling after webhook(#16062) Signed-off-by: dhruvang1 <dhruvang1@users.noreply.github.com> --------- Signed-off-by: dhruvang1 <dhruvang1@users.noreply.github.com> 04 December 2023, 01:54:55 UTC
017b08a feat(ui): Add sourceNamespaces in Projects UI and only show it if AppsInAnyNamespaceEnabled flag is set (#16249) Signed-off-by: Eilers, Jonas <133217951+jdvgh@users.noreply.github.com> 01 December 2023, 20:15:42 UTC
a08c573 feat(appset): Advanced Templating using templatePatch (#14893) * fix(11164): Advanced templating using patchTemplate Signed-off-by: gmuselli <geoffrey.muselli@gmail.com> * small changes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: gmuselli <geoffrey.muselli@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> 01 December 2023, 16:13:33 UTC
8656585 fix: Tooltips point in wrong direction#11935 (#12578) * fix: Tooltips point in wrong direction#11935 Signed-off-by: Teng, Jessie <yilin.teng@fmr.com> * fix: Tooltips point in wrong direction#11935 Signed-off-by: Teng <yilin.teng@fmr.com> --------- Signed-off-by: Teng, Jessie <yilin.teng@fmr.com> Signed-off-by: Teng <yilin.teng@fmr.com> Co-authored-by: Teng, Jessie <a715260@fmr.com> 01 December 2023, 15:07:34 UTC
19fa5b9 feat: Argocd notification self service (#16488) * self service notification Signed-off-by: May Zhang <may_zhang@intuit.com> * revert back the changes for redis-ha Signed-off-by: May Zhang <may_zhang@intuit.com> * revert back the changes for redis-ha Signed-off-by: May Zhang <may_zhang@intuit.com> * update notification engine Signed-off-by: May Zhang <may_zhang@intuit.com> * re-trigger build Signed-off-by: May Zhang <may_zhang@intuit.com> * self service notification Signed-off-by: May Zhang <may_zhang@intuit.com> * revert back the changes for redis-ha Signed-off-by: May Zhang <may_zhang@intuit.com> * revert back the changes for redis-ha Signed-off-by: May Zhang <may_zhang@intuit.com> * update notification engine Signed-off-by: May Zhang <may_zhang@intuit.com> * re-trigger build Signed-off-by: May Zhang <may_zhang@intuit.com> * fix conflict Signed-off-by: May Zhang <may_zhang@intuit.com> * fix conflict Signed-off-by: May Zhang <may_zhang@intuit.com> * fix conflict Signed-off-by: May Zhang <may_zhang@intuit.com> * fix conflict Signed-off-by: May Zhang <may_zhang@intuit.com> * update notification enginer version Signed-off-by: May Zhang <may_zhang@intuit.com> * update notification enginer version Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * add back checkAppNotInAdditionalNamespaces Signed-off-by: May Zhang <may_zhang@intuit.com> * add cm and secret to clusterRole Signed-off-by: May Zhang <may_zhang@intuit.com> * if applicationNamespaces is not used, then use namespaced appClient Signed-off-by: May Zhang <may_zhang@intuit.com> * fix merge conflict Signed-off-by: May Zhang <may_zhang@intuit.com> * fix doc and test based on review Signed-off-by: May Zhang <may_zhang@intuit.com> * self service notification Signed-off-by: May Zhang <may_zhang@intuit.com> * revert back the changes for redis-ha Signed-off-by: May Zhang <may_zhang@intuit.com> * revert back the changes for redis-ha Signed-off-by: May Zhang <may_zhang@intuit.com> * update notification engine Signed-off-by: May Zhang <may_zhang@intuit.com> * re-trigger build Signed-off-by: May Zhang <may_zhang@intuit.com> * fix conflict Signed-off-by: May Zhang <may_zhang@intuit.com> * self service notification Signed-off-by: May Zhang <may_zhang@intuit.com> * revert back the changes for redis-ha Signed-off-by: May Zhang <may_zhang@intuit.com> * revert back the changes for redis-ha Signed-off-by: May Zhang <may_zhang@intuit.com> * update notification engine Signed-off-by: May Zhang <may_zhang@intuit.com> * re-trigger build Signed-off-by: May Zhang <may_zhang@intuit.com> * fix conflict Signed-off-by: May Zhang <may_zhang@intuit.com> * fix conflict Signed-off-by: May Zhang <may_zhang@intuit.com> * fix conflict Signed-off-by: May Zhang <may_zhang@intuit.com> * update notification enginer version Signed-off-by: May Zhang <may_zhang@intuit.com> * update notification enginer version Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * fixing go tidy Signed-off-by: May Zhang <may_zhang@intuit.com> * add back checkAppNotInAdditionalNamespaces Signed-off-by: May Zhang <may_zhang@intuit.com> * add cm and secret to clusterRole Signed-off-by: May Zhang <may_zhang@intuit.com> * if applicationNamespaces is not used, then use namespaced appClient Signed-off-by: May Zhang <may_zhang@intuit.com> * fix doc and test based on review Signed-off-by: May Zhang <may_zhang@intuit.com> * disable defining and using secrets within notification templates for self-service Signed-off-by: May Zhang <may_zhang@intuit.com> * tweaks Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fix docs formatting Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * more docs and Procfile update for local run convenience Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: May Zhang <may_zhang@intuit.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> 30 November 2023, 21:40:33 UTC
27e927b chore(deps): bump cosign-installer from 3.1.2 to 3.2.0 (#16495) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 30 November 2023, 17:02:08 UTC
5c187a1 fix(repo-server): excess git requests, resolveReferencedSources and runManifestGenAsync not using cache (Issue #14725) (#16410) * fix(repo-server): excess git requests part 1, resolveReferencedSources and runManifestGenAsync Signed-off-by: nromriell <nateromriell@gmail.com> * fix: remove unnecessary settings instantiation Signed-off-by: nromriell <nateromriell@gmail.com> --------- Signed-off-by: nromriell <nateromriell@gmail.com> 30 November 2023, 15:03:34 UTC
673d661 Fix extra space in application tree pod group (#16358) Signed-off-by: Ashin Sabu <ashin.sabu@harness.io> 30 November 2023, 04:25:15 UTC
9e92f55 fix(ui): add exec check to avoid API calls (#16168) * bug: add parent ref node info on resource list Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> * bug: add parent ref node info on resource list Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> * bug: add parent ref node info on resource list Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> * bug: add parent ref node info on resource list Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> * bug: add parent ref node info on resource list Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> * bug: add parent ref node info on resource list Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> --------- Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> 30 November 2023, 03:53:46 UTC
8070725 feat(cli): Added example to admin-cluster.go and projectwindow.go files (#16128) * cluster.go, projectwindow.go Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * updated-examples Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * format-corrected Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * spell-mistake Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * format-correction Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * retrigger Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * retrigger-2 Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * retirgger-3 Signed-off-by: Surajyadav <harrypotter1108@gmail.com> * update Signed-off-by: Surajyadav <harrypotter1108@gmail.com> --------- Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> 30 November 2023, 03:52:07 UTC
c602302 fix PerconaXtraDBCluster health (#16434) Signed-off-by: Filip Rafaj <filip.rafaj@prusa3d.cz> Co-authored-by: Filip Rafaj <filip.rafaj@prusa3d.cz> 30 November 2023, 03:32:42 UTC
4875b02 fix(controller): Address diff cache miss issues (#16458) * fix: Address diff cache miss issues Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * validate mergo.Merge errors Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Address review comments Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Allow setting log level at the controller Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * remove unnecessary log setup Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> --------- Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> 29 November 2023, 16:08:29 UTC
23f2767 fix(cli): pass redis compression to cluster stats and shards commands (#16060) (#16421) 29 November 2023, 12:26:40 UTC
0c21ef9 fix: upgrade notifications-engine (#16354) * fix: upgrade notifications-engine Signed-off-by: Gilad Salmon <gilad.salmon@gmail.com> * update notification-engine version Signed-off-by: pashakostohrys <pavel@codefresh.io> * go mod tidy Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * use correct go version in codeql Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * silly Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * make notifications-docs Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Gilad Salmon <gilad.salmon@gmail.com> Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: pasha-codefresh <pavel@codefresh.io> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 29 November 2023, 08:17:49 UTC
820f4d8 feat(server): log app Spec along with event (#16416) * adding in spec to logappevent params ARGO-1017: Signed-off-by: Nandini <nandinisingh759@gmail.com> * updating logappevent to include spec Signed-off-by: Nandini <nandinisingh759@gmail.com> * updated logevent to take marshal logfields into json Signed-off-by: Nandini <nandinisingh759@gmail.com> * removing spec from parameters just grabbing from app.spec Signed-off-by: Nandini <nandinisingh759@gmail.com> * removing app.spec from test Signed-off-by: Nandini <nandinisingh759@gmail.com> --------- Signed-off-by: Nandini <nandinisingh759@gmail.com> Co-authored-by: Nandini Singh <nandini_singh@intuit.com> 28 November 2023, 21:36:52 UTC
b34e587 fix(ui): User Info blob is too far to the right relative to Applications/Settings/Documentation (#12016) Signed-off-by: Shi, Stone <jiadong.shi@fmr.com> 28 November 2023, 08:30:52 UTC
0cb9980 Renamed/corrected OCI proposal filename (#16452) Signed-off-by: Andrew Block <andy.block@gmail.com> 27 November 2023, 08:22:30 UTC
11df990 feat(opentelemetry): :sparkles: support for secured OTLP endpoint and headers (#15573) * feat(opentelemetry): :sparkles: support for secured OTLP endpoint and headers Signed-off-by: Prashant Shahi <me@prashantshahi.dev> * docs(opentelemetry): 📝 include new otlp headers in docs Signed-off-by: Prashant Shahi <me@prashantshahi.dev> * docs(opentelemetry): 📝 update readme docs as per integration tests Signed-off-by: Prashant Shahi <me@prashantshahi.dev> * docs(opentelemetry): 📝 update readme docs as per integration tests Signed-off-by: Prashant Shahi <me@prashantshahi.dev> * chore: resolve indentation issues Signed-off-by: Prashant Shahi <me@prashantshahi.dev> * chore: fix indentation issues Signed-off-by: Prashant Shahi <me@prashantshahi.dev> * chore: include OTLP options in deployment manifests Signed-off-by: Prashant Shahi <me@prashantshahi.dev> * fix: update manifests to resolve failing CI Signed-off-by: Prashant Shahi <me@prashantshahi.dev> --------- Signed-off-by: Prashant Shahi <me@prashantshahi.dev> 27 November 2023, 05:15:00 UTC
2f2958a fix: fixed cli admin dashboard cmd (#16430) * fix: fixed cli admin dashboard cmd Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com> * feat: update docs Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com> --------- Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com> 27 November 2023, 04:26:35 UTC
1600c03 chore: Update USERS.md (#16425) Add Salad Technologies Signed-off-by: Kyle Dodson <kyle@salad.com> 22 November 2023, 18:26:16 UTC
78460c4 chore: Bump otel to 1.21.0 (#16420) This actually wasn't that bad. It was just a few bumps in the right order. I ran tests and built everything and it appears to work. Signed-off-by: Dan Lorenc <dlorenc@chainguard.dev> 22 November 2023, 14:44:07 UTC
cbe6e2b chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#16418) Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/v3/CHANGELOG.md) - [Commits](https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22 November 2023, 00:34:10 UTC
819f0b3 feat(oidc): optionally query OIDC UserInfo to gather group claims (#12062) Signed-off-by: Nathanael Liechti <technat@technat.ch> 21 November 2023, 15:16:50 UTC
ccdc453 chore(deps): bump docker/build-push-action from 4.1.1 to 5.1.0 (#16392) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2eb1c1961a95fc15694676618e422e8ba1d63825...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 20 November 2023, 15:48:51 UTC
a6b80df feat(app): Support app sync --dry-run --revision some-revision with arbitrary revisions(#12592) (#16387) Signed-off-by: Ferenc Kovacs <info@tyrael.hu> 20 November 2023, 15:47:42 UTC
8d8009d feat: add support for ALL_PROXY (#10451) Signed-off-by: xniu <cnxuniu@gmail.com> Co-authored-by: xniu <xniu@nvidia.com> 20 November 2023, 14:59:32 UTC
61abc80 fix: set max for max cookie number to `math.MaxInt` (#16388) * fix: set max for max cookie number to `math.MaxInt32` Signed-off-by: OneMatchFox <878612+onematchfox@users.noreply.github.com> * refactor: set max for max cookie number to `math.MaxInt` Co-authored-by: gdsoumya <44349253+gdsoumya@users.noreply.github.com> Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com> --------- Signed-off-by: OneMatchFox <878612+onematchfox@users.noreply.github.com> Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com> Co-authored-by: gdsoumya <44349253+gdsoumya@users.noreply.github.com> 20 November 2023, 11:58:28 UTC
841339d chore: Use safe example domains defined in RFC 2606 (#16389) 20 November 2023, 09:34:04 UTC
9fa5e25 Add traefik pending ingress solution (#16391) 20 November 2023, 09:33:11 UTC
b2a52de fix(appset): use topics for Gitlab SCM Provider (#13169) (#13170) * fix(scm gitlab): use project topics instead of tags Signed-off-by: tillepille <github@tillepille.io> * feat(scm gitlab): add testcase for labels Signed-off-by: tillepille <github@tillepille.io> fix test Signed-off-by: tillepille <github@tillepille.io> * feat(scm gitlab): update docs for gitlab filtering Signed-off-by: tillepille <github@tillepille.io> * feat(scm gitlab): add fallback for old gitlab versions Signed-off-by: tillepille <github@tillepille.io> --------- Signed-off-by: tillepille <github@tillepille.io> 20 November 2023, 08:01:11 UTC
6fa9b17 docs: fix documentation of ignoreApplicationDifferences (#16365) Signed-off-by: Talia Stocks <928827+taliastocks@users.noreply.github.com> 17 November 2023, 20:24:41 UTC
6ede1a8 docs: fix kustomize patches example (#16353) * docs: fix kustomize patches example Related to: https://github.com/argoproj/argo-cd/issues/16352 Also, add an ApplicationSet example. Signed-off-by: Nicholas Morey <nicholas@morey.tech> * fix: spelling Signed-off-by: Nicholas Morey <nicholas@morey.tech> --------- Signed-off-by: Nicholas Morey <nicholas@morey.tech> 15 November 2023, 21:51:03 UTC
ae07eb6 chore(deps): bump @types/superagent from 4.1.15 to 4.1.21 in /ui (#16342) Bumps [@types/superagent](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/superagent) from 4.1.15 to 4.1.21. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/superagent) --- updated-dependencies: - dependency-name: "@types/superagent" 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> 15 November 2023, 17:02:35 UTC
8df4bba docs: Katie as Release Champion for 2.10 and Added a column for Release Approver (#16341) Signed-off-by: Katie Lamkin <katie_lamkin@intuit.com> 15 November 2023, 17:01:41 UTC
ebb8649 feat(appset): Added 'slugify' sprig function (#15188) * Added 'slugify' sprig function Signed-off-by: Aymen Ben Tanfous <aymen.bentanfous@gmail.com> * Retrigger CI Signed-off-by: Aymen Ben Tanfous <aymen.bentanfous@gmail.com> --------- Signed-off-by: Aymen Ben Tanfous <aymen.bentanfous@gmail.com> 15 November 2023, 14:44:19 UTC
3dffaa4 docs: update release doc and issue template (#16329) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 14 November 2023, 20:25:13 UTC
back to top