v2.12.0-rc1
版本发布时间: 2024-06-18 21:46:04
argoproj/argo-cd最新发布版本:v2.12.0-rc5(2024-08-02 08:02:42)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.0-rc1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.0-rc1/manifests/ha/install.yaml
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Features
- ef37b3975406ac58bd527990d247071f38198963: Revert "feat(server): log app Spec along with event (#16416)" (#18458) (@jannfis)
- 48bdf949a5aaa665887eba1a9b67475970ed04e6: feat(appset): appset git generator verifies GPG signatures (#18545) (@ishitasequeira)
- 77c27c3c10ce1d2a5a9fc0ff79ede6fa73200c60: feat(appset): implement ResourceTree for ApplicationSets (#15741) (@alexymantha)
- c204f247d3ec1fb4381dc17fc7404d5fcc33e966: feat(cli): add support for multiple sources to sync command (#17808) (@ishitasequeira)
- 1cd6fcac4f38edf3cd3b5409fa1b6d4aa4ad2694: feat(health): Added Humio Operator Healthchecks (#11628) (@togie6)
- 440fbac12b7469fd3ed4a6e1f6ace5cf7eacaf39: feat(health): Implement k8s.mariadb.com CRD health checks (#17995) (@sennerholm)
- a2a0360cd89b5dbcf6204cafe44e220acfff0433: feat(paths): Add support for glob patterns (#18055) (@andrewjeffree)
- 49059113c2475485059356744fb75baf820bf34e: feat(rbac): fine-grained update/delete for application resources (#18124) (@agaudreault)
- 336cc29f14d0be5eeb2148ca540f8a7258a8f492: feat(reposerver): Skip calling git fetch if commit to checkout exists locally (#18657) (@shady-canva)
- ef9de40afa0bd1a90f4e04bf0cd614214f753ada: feat(ui): list dependent resources in delete popup (#18116) (@agaudreault)
- f819870313b91f28d47a3d47e6a66666c4e2610f: feat: Add Sources tab to show all sources of a multi-source app (#17274) (#17275) (@keithchong)
- 4c6ad9dcc1556d6a352d20d6c5a087b47e6d9fe3: feat: Add labels on Application's k8s events (#11381) (#18160) (@svghadi)
- badac515306f1bec31775c74409d666fef3c7e53: feat: Add width change and full revision display for badge (#17502) (@choudellier-1A)
- 600737abe4c7548e8dca7cfb200cf71b771df284: feat: Added the comment to support CLI message to get extended output (#18253) (@nikzayn)
- 9c8d6524713690c68713e6d10a248dbb10f938b3: feat: Adding the domain_hint as an optional field in OIDC configuration (#18214) (@nikzayn)
- 75cd97d6d4b62f0e2a0617d984801bbaeeaf0aa0: feat: Consistent hashing with bounded loads algorithm for sharding (#16564) (@akram)
- f13861740c17be1ab261f986532706cdda638b24: feat: Implement KafkaConnector,KafkaBridge CRD health checks (#18316) (@lenglet-k)
- 7ccf8267217933b84e7df5816e46b20e737db8d8: feat: Kyriba is using ArgoCD (#18456) (@nabilbendafi)
- ae61752c298612947d3889aa77cb0f5869955559: feat: Provide Edit support in Sources tab for multi-source app (#17588) (#17890) (@keithchong)
- 9bc157805508517efb93236a96103e65f8882631: feat: Support Rollback multi-source apps; Follow-up to PR 14124 (#18615) (@keithchong)
- ee9b38fe5ce15ce72ca57cdf16b0addbe2b0a27a: feat: add ls-remote request fail metric (#18250) (@Jack-R-lantern)
- 9592b84bcbc18948a339d012d74536061b532de3: feat: adding gocover to e2e tests (#18130) (#18537) (@rumstead)
- c99fd49ab21fa29c5db90ede6e08524f1b507eb3: feat: argocd cli support fish completion (#18484) (@Sn0rt)
- e54e45e1fda9397eb8a7ce3f69cec3c8cac9a0d5: feat: changes git client to resolve semantic versioning tags (#17566) (@thepabloaguilar)
- 9bc9ff9c7a3573742a767c38679cbefb4f07c1c0: feat: implement keda health-checks (#16715) (@parmou)
- 4fd478b271c09645ab8a98169df73c85c45bb954: feat: project-scoped repository credential improvements (#18388) (@blakepettersson)
- 4d8436b7e1ca7da0644d375a99876b033e6abdf0: feat: removed legacy app tracking label (#13203) (@gdsoumya)
- cbafc13bddb814f6d3666fd27fd9150a237d0590: feat: support grpc message size as env (#17728) (@pasha-codefresh)
Bug fixes
- 852f744265cbd2ee17f785306223890966ac43ef: fix(api): respect all allowed audiences, regardless of check order (#17876) (@crenshaw-dev)
- 922abefc8133ac1e2b047341254ce349042e8c81: fix(api): use arrays instead of map to display ApplicationManifetQuery fields in swagger (#17804) (@ishitasequeira)
- 810730339828c2383023d9d8b45dd90b62b88ef1: fix(applicationset): prevent applicationset progressive sync from stalling in pending (#17296) (@wparr-circle)
- e6200cae12b0a9d82df9bb0e82a970dbe3716700: fix(appset): add debug logs around deleting ownerReferences and add warning docs about policy behavior (#18006) (@mikutas)
- 1453dc4c34a5d700f95847ea7a16520f2291cbd4: fix(ci): codecov (#18335) (@crenshaw-dev)
- c4756c53e1eaaca1e53515552a424f6a9cb980e0: fix(ci): run codegen for docs changes (#18536) (@crenshaw-dev)
- 496ac5e2943d1cc7768a1680ec70a5014674300f: fix(cli): ARGOCD_OPTS supports --header and other parameters (#17553) (@Young-Zen)
- 95d37dc87d48805ff6f7e56206def039790781f1: fix(deps): upgrade otel dependency (#18285) (@34fathombelow)
- 210f26ae8343fd9d49d2a753e6879d218b5e49b0: fix(reposerver): fix OCI repository matching (#17955) (@MioOgbeni)
- 4e433c6d866e214e9ee79ea385fe4c705ae78562: fix(snyk): use version sort (#17798) (@rumstead)
- 4d61974d5834588a00abc173e41551ea7090fc1c: fix(ui): Add title for full content without clicking (issue #17600) (#18243) (@sunyeongchoi)
- 22993deb861bfc67e5a43790139bf3e72ec0abea: fix(ui): Fix excessive padding on system level extension pages (issue #17929) (#18207) (@david-wu-octopus)
- 462c9ecd11760aa3358c29ff5bf7e254cc7d2e86: fix(ui): Fix jumpy "Source" panel when typing (issue #15961) (#18227) (@david-wu-octopus)
- a89e3589b4926ae1f558302c8b3fb98fde4126cd: fix(ui): consistent resource menu across views (#18060) (#18069) (@agaudreault)
- 2d5c59c94e1a3a91a6df79176bbabecc3163f696: fix(ui): dropdown-fixed in logs (#18470) (@surajyadav1108)
- 74a420dc611da31b7d57018982b55abe10ab10e5: fix(ui): pod log view dark mode toggle (#18424) (@surajyadav1108)
- e5c0e096510d40d3d2dc031301534507020532f4: fix(ui): respect Application destination.name in cluster summary calculation (#18081) (@daftping)
- 719dc83497772a8749fc3b9e11ccb274d214a3c1: fix: Add Sources tab to show all sources of a multi-source app (#17939) (@keithchong)
- 5bb3c87370eba15bf1c55afc87e0523eb08b3929: fix: Argo CD app is out of sync right after sync (#18155) (@alexmt)
- f4fd97d6593e14fee2a1fdd3eeab729249581c6b: fix: BanzaiCloud KafkaCluster healthcheck to return Progressing during rolling update (#17994) (@musubi7726)
- 2040bd68711919bf5e903e9df71160716d9270c9: fix: Correction in Rocket.chat documentation (#18498) (@raghavi101)
- e12fae8a5ac1fc7a6b7d01a2208dc9630d077866: fix: Excessive HTTP requests when navigating in list view (#17757) (@adberger)
- 45d68422da6767e9026573a3666b0780d79f5847: fix: InferenceService healthy condition change (#18340) (@bmopuri)
- f8e2ca717cc8c3ee557204e32766a4cdc090360c: fix: JSON unmarshaling error handling and nil return (#18700) (@Yuni-sa)
- 2031a07a514a2bc3b9335aef285664967be5b083: fix: Pass logger to differ in diff command (#17871) (@matthewhughes-uw)
- b8b4b51545bfd402eca82953142066d860f33f40: fix: UI Error caused by missing RBAC Permission (#10955) (@alexmt)
- 85ed1b96eaded150318348d2e6f468f11d2f32b3: fix: Update braces package to 3.0.3 (#18459) (@keithchong)
- ebb92d8c3bcda64348d98c14646cbdf5adcde0c6: fix: add endpointslice replace (#18141) (@blakepettersson)
- 59ce337d32553a9d925a653951134a37ee16b6fa: fix: app names with non-alphanumeric characters in position 63 break syncs (issue #18237) (#18256) (@RobinsonZ)
- 36ff5cf1e134a0d35ee2830531a268eae76d30be: fix: copy visited map #11699 (#12667) (@ornew)
- 44894e9e438bca5adccf58d2f904adc63365805c: fix: docker build fails due to 'http://deb.debian.org/debian buster-backports Release' does not have a Release file. (#17836) (@pasha-codefresh)
- 9f0d2a8fb49f6fde148429bf7a17107c9dd4bf75: fix: docs site version selector broken (#18378) (@yyzxw)
- 71e1f307413b322ed423914d554474358c1cd4dc: fix: enable bool-compare rule from testifylint linter (#18414) (@mmorel-35)
- 9fe1dbfcad2561791a6dc8ca008764b0467a1aa0: fix: enable misspell linter (#18412) (@mmorel-35)
- a63068d06fdeb0463f9fb4f6cb705a0b1cf7cece: fix: enable sha256 and sha512 for git ssh (#18028) (@zamedic)
- d2fddb862f14406c8c159f61d35f10b2911a76ed: fix: github.com/cloudflare/circl High CVE (#18538) (@34fathombelow)
- 62d983807661019f83e27e0bee373ed587a7f57c: fix: handle nil ParseableType from GVKParser (#18154) (@leoluz)
- f91179f07e0a8593427befcd5ad599a29f44e224: fix: invalid revision in re-used manifest cache (#17874) (@alexmt)
- fcdaee98570afcdd7f2e54cc6b5a50c77c02d14e: fix: jwtTokens are reset when creating new tokens for new role (#17298) (@BulatSaif)
- e02519467c12f12776aa7638700f8938fdf58288: fix: minor ui fixes for repositories (#18648) (@blakepettersson)
- 5ac8d0520118fbff5e4b62d066f04d9a850bd7f8: fix: prevent leak of files to /dev/shm in corner cases (#17658) (#17659) (@jgwest)
- 3703a1ee7d84b78a4b38f397c72eb800c1712c8d: fix: prevent preview changes sync (#18400) (@yyzxw)
- d73eb8f7fd5bbe73cb32705e2803e0fdda60e649: fix: remove Egress NetworkPolicy for argocd-redis and argocd-redis-ha-haproxy (#18367) (@mayzhang2000)
- b867c9ea66a66414ccc1a35524e86e43ca5ad05d: fix: remove deprecated default cipher for golang >=1.22 (#17569) (@joshrwolf)
- dd3bb2bad44293a6d0852674d1982e9d066b6001: fix: repo-server should allow not to skip hidden directories (#17957) (@BarAshkenazi)
- 957170edc84e0f91de90024d13167f04964cea7e: fix: run codegen check in ci for docs (#17853) (@gdsoumya)
- 2547abc82d1b2ef5c554e215a680e48cb4aadc43: fix: sonar scanner #18513 (#18559) (@rumstead)
- ec09937fe047058ba53d19aafc9110933e589bf6: fix: status.sync.comparedTo should use replace patch strategy (#18061) (@alexmt)
- c2dfab5560cbe2bbc0daec31814a1eae57e9c363: fix: update rbac validation to support applications in different namespaces (#17777) (@brycelowe)
- 1eec8eb7779e63543ec960de969f752cfa37b6f5: fix: use cmp vs reflect.DeepEqual for comparing Applications (#17861) (#17940) (@rumstead)
Documentation
- 85e04f5bd4e500e30ac8bde3f706384f25e9c2c3: docs(cli): remove docs for non-existing
argocd admin
commands (#17924) (@crenshaw-dev) - 2c0cc027c235c8d79dc0cefcdcee9eacce682648: docs(cli): remove docs for non-existing
argocd app set
flags (#18671) (#18673) (@crenshaw-dev) - 2727aec4b7dfa41906cf538588de8447d35c1cfc: docs(update): Adding an example for deeplinks in using property that contains - or / (#18119) (@DaanQ42)
- 4c754c8ad4bee40256e589fe3fa431d14a723b54: docs(webhook): include installation instructions on Triggers and Templates page (#18304) (@briceburg)
- 56b796dc1c1ac83c0b8576f03516437ae1141384: docs: Add AlphaSense to USERS.md (#17942) (@jake-ciolek)
- 1d13dc2ea23ddbbf03ef0a253efdc06db1a46f2a: docs: Add CloudGeometry to USERS.md (#17774) (@sergs-pci)
- 0cf6fdb9ee19d57bd9c1480364aba38f5189d110: docs: Add IFS to USERS.md (#17806) (@antonhornquist)
- 659f426b721dfd696ab34c6c849c4b4cb80d7866: docs: Add Metacore Games to USERS.md (#17827) (@juhosyrjanen)
- 3e2cfb138795e24df98c9745d813e4b7f1720dbd: docs: Add Syself to USERS.md (#18593) (@janiskemper)
- 00672a8ff539388528e994497dbfa5e4021dae5d: docs: Clarify how Argo CD detects and uses Kustomize (#11417) (@mcgitty)
- a36f50fce8c5d4a8ec77c99e2cb98019508de127: docs: Fix "core" link in getting started (#18437) (@erpel)
- 48eb7f3608b129c299f8e1a8eddbda2971c8f94e: docs: Improve the FAQ (#12039) (#18645) (@jsoref)
- 634645f32ce0fcc8f81ec35f1f920712b43cb053: docs: Mention configmap to enable new git file globbing by name (#17936) (@ChristianCiach)
- 4abc9929281296122db0eace1607583187dd9944: docs: Proposal to support multi-source apps in the UI (#17106) (#17108) (@keithchong)
- 22a3a68fbb688168eaf78aafa88fb4772f8111f1: docs: Remove special characters from update doc (#18363) (@todaywasawesome)
- 50027733db96e793c057fa64690cbbc38b76fda4: docs: Update Getting started documentation (#17975) (@ramrodo)
- 968dc1ad538fef0328cff2db0cd4cf48194e7990: docs: add Andgo Systems to users list (#18157) (@rikthevik)
- 37c813bd824e35e40c93ef57a583ef644efff72c: docs: add rogo to users.md (#18074) (@aiell0)
- b738f1fec471a639478876d3919b6543d42ec471: docs: add soft documentation for
ignoreMissingValueFiles
(#17996) (@VannTen) - fe6bcc1cb9299c74e8ae3db4becaa47d10577545: docs: clarify local user/SSO scope RBAC ambiguity (#18059) (@crenshaw-dev)
- c1787cff4a74ac6f24ed396a4f3c733388eb3196: docs: document go-based health checks (#18117) (@crenshaw-dev)
- 0f11dfb5961361807962aafc68b11426b8a47490: docs: document helm fileParameters / helm-set-file (#17822) (@cardoe)
- c9c3c1de24574d8ae05bc5c518231a62d91266d2: docs: expand appset post selector examples (#18257) (@morey-tech)
- b0a3433d002948d9aa6b17086ddd64c6cdcdc038: docs: fix 404 styling (#18094) (@crenshaw-dev)
- d90cfafd21189070df952e1059c6fa3395a049f7: docs: fix indentation (#18494) (@sathieu)
- 1c6b6eb83727186a01fe28de62f954e12342df7f: docs: fix metrics labels name in notification monitoring (#17869) (@dacofr)
- 67e6c6cf942b3134729d4014f9a78dfa5289cb97: docs: fix typp (#17927) (@emirot)
- 175d7eecf0d908a7f742c9494c0cf54c636109e2: docs: proposal for enhancing scoped repository credentials (#18290) (@blakepettersson)
- 78e0fc4b7d387992c3fd47f5d2a8d9ef00b36c72: docs: redis-ha registry change (#18329) (@crenshaw-dev)
- 7acd9f06596749d5fb1e643d0abb5566b6c47729: docs: remove the recommendation to optionally auth redis for secrets mgmnt (#18455) (@tico24)
- 653fc8da1f9c48cef535ff15e6ac7b5f795c9dae: docs: replace image to one which includes ca-certificates (#18068) (@raweber42)
- 7efde25890f41d7874b421ad1ebba21a01094ba2: docs: update multiple sources docs (#18662) (@ishitasequeira)
- 60cdd7dde2bd9d784ae38af48dbb42f1416783ee: docs: update notifications troubleshooting-errors doc with custom secret (#18490) (@hawkesn)
- ba2ea258c6c5fccc21f7a97ac0a14a3c8406367e: docs: update wording in diffing.md (#18027) (@deggja)
- fe02d884fd5a8eec7491db3abf8a294d0dfc183e: docs: update workflows readme (#18263) (@igaskin)
- 4c096ed2cb067b9a467d6913c69ed45f7f1809c5: docs: use compliant name in Generators-List.md (#18062) (@joebowbeer)
Dependency updates
- 55416adfcf768915d6d9010e8aa437cf733c6c97: chore(deps): bump @fortawesome/fontawesome-free in /ui (#18397) (@dependabot[bot])
- c1960b5b87ad80bccc2c4bcdade348c4bbe904c4: chore(deps): bump @types/selenium-webdriver in /ui-test (#18476) (@dependabot[bot])
- 45832ce1ab1edf3666a8b2bfb45ee1a6c17ec1f4: chore(deps): bump @types/superagent from 4.1.21 to 8.1.6 in /ui (#17606) (@dependabot[bot])
- ad461c2fe196e421ae208b04119d4200ec7b5ff7: chore(deps): bump Kustomize from 3.14.4 to 3.15.2 (#18680) (@crenshaw-dev)
- 1757b7e285f54b29c13ef96f27fe2bf9141e4e7a: chore(deps): bump SonarSource/sonarqube-scan-action from 2.1.0 to 2.2 (#18649) (@dependabot[bot])
- 414be63696a1c0e414488bc1fb33b6f66f19b026: chore(deps): bump Ubuntu from 22.04 to 24.04 (#17973) (#18093) (@crenshaw-dev)
- f3f55ddd879023178fa8b593d3b5121bdc5061b4: chore(deps): bump actions/*-artifact (#17923) (@crenshaw-dev)
- 5849a0650f94eaefcde177979b2516ebcb9173f9: chore(deps): bump actions/cache from v3.3.2 to 4.0.2 (#18146) (@crenshaw-dev)
- 52e94fdd0f2ffaad6cba77af2e5be8be6c3fbc01: chore(deps): bump actions/download-artifact from 4.1.5 to 4.1.7 (#18185) (@dependabot[bot])
- 408295fb4f7719ed62671faadc61ff4f83367577: chore(deps): bump actions/setup-go from 4.x to 5.0.1 (#18144) (@crenshaw-dev)
- 50cec22d109b5147b3a32680b9a597ab57676913: chore(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (#17926) (@dependabot[bot])
- 17cca81c09ef6a41cf9c0f5a705224be4bee28a0: chore(deps): bump bitnami/kubectl from 1.27 to 1.30 in /test/container (#18012) (@dependabot[bot])
- 247055207d813195a8672f132aefc914edd6f886: chore(deps): bump bitnami/kubectl in /test/container (#18085) (@dependabot[bot])
- bab0ee08214e5212c9b9402b7f991edb4546437f: chore(deps): bump bitnami/kubectl in /test/container (#18135) (@dependabot[bot])
- 346ae9558715607bf858e7060afd74bd9fbeb13f: chore(deps): bump bitnami/kubectl in /test/container (#18186) (@dependabot[bot])
- 5e6ca70904472077ab7c7880369b17ed07eae58a: chore(deps): bump bitnami/kubectl in /test/container (#18224) (@dependabot[bot])
- e6ea861561524b93975ed59f06720230d7ec942b: chore(deps): bump bitnami/kubectl in /test/container (#18262) (@dependabot[bot])
- 362b82123e66512e1926fdd2cf3bdbd23baf2ce3: chore(deps): bump bitnami/kubectl in /test/container (#18517) (@dependabot[bot])
- 6232d73c4509c9d8f9e9e061033393b115e523b8: chore(deps): bump bitnami/kubectl in /test/container (#18626) (@dependabot[bot])
- 8f280cfdc6c57fe6d683442343589c934a08d54a: chore(deps): bump braces from 3.0.2 to 3.0.3 in /ui-test (#18584) (@dependabot[bot])
- 9f27197da61e36eec3a14bdfb03853464e8d27dc: chore(deps): bump chromedriver from 125.0.0 to 125.0.1 in /ui-test (#18375) (@dependabot[bot])
- 1432f11bd99c874ca25558ac1d0e699a30e1c9e7: chore(deps): bump chromedriver from 125.0.1 to 125.0.2 in /ui-test (#18399) (@dependabot[bot])
- 6f43b68aff17b969f7c6a4d9c4592770eef4c736: chore(deps): bump chromedriver from 125.0.2 to 125.0.3 in /ui-test (#18477) (@dependabot[bot])
- 6f76e7130f84d682aba1bb9a11a3df26bc709baf: chore(deps): bump chromedriver from 125.0.3 to 126.0.0 in /ui-test (#18627) (@dependabot[bot])
- d57800fbaece3a8386524b9c0495fd528eef260a: chore(deps): bump chromedriver from 126.0.0 to 126.0.1 in /ui-test (#18699) (@dependabot[bot])
- b447dccde8e29e3829542babc8a628f62efeb48d: chore(deps): bump chromedriver from 94.0.0 to 125.0.0 in /ui-test (#18303) (@dependabot[bot])
- 1f8acf4a30fe7779387ab03b42ed04f7a3c86d2c: chore(deps): bump code.gitea.io/sdk/gitea from 0.15.1 to 0.18.0 (#17880) (@dependabot[bot])
- f8557d2586379578a80b1a191ebea7a4be1c3d8c: chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#18650) (@dependabot[bot])
- 355ec75bedcc9ed5fd89f8deae15eabe3f53e466: chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 (#18583) (@dependabot[bot])
- 21b15144651c2ff137572a5e786dd84bfcff87d0: chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#18440) (@dependabot[bot])
- 13c7434645124652a42d72f7516562de299b4bbf: chore(deps): bump docker/setup-qeum-action from v2.2.0 to 3.0.0 (#18145) (@crenshaw-dev)
- 4fda009ea36cd8a2074fcfebbb30d8f79a32be81: chore(deps): bump foundation-sites from 6.7.5 to 6.8.1 in /ui (#18462) (@dependabot[bot])
- 2abfafd025c080b7b344b4df772b772e5d1a1f11: chore(deps): bump github/codeql-action bundle to v2.17.2 (#18150) (@crenshaw-dev)
- 2aefa9c4b2ee4c97783153afe50e20042fbe94d0: chore(deps): bump gitops engine (#18679) (@crenshaw-dev)
- 5d31b03d7d9ff6b3f0c75994f1007e02d5db3fe3: chore(deps): bump gitpod/workspace-full from
511cecd
tof569b00
(#17565) (@dependabot[bot]) - cb32a140e0a07b0204c9582afb5287aee500cdae: chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 (#17901) (@dependabot[bot])
- bd671e84736cba2d29fc012b7a1245e1350e4152: chore(deps): bump golang.org/x/net from v0.21.0 to v0.25.0 (#18176) (@crenshaw-dev)
- bc53266591b632f1a1639ae458f31467446ffe48: chore(deps): bump golangci/golangci-lint-action from v3.7.0 to 6.0.1 (#18148) (@crenshaw-dev)
- a95d595394d964b129bea3879c8afcfbd3198e17: chore(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#18376) (@dependabot[bot])
- 05576fdcd75119bde0ffe8573e42cddaeb371bd5: chore(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#18504) (@dependabot[bot])
- 8aa88b67311a93af868d32dec039b2f63125c363: chore(deps): bump jinja2 from 3.0.3 to 3.1.4 in /docs (#18091) (@dependabot[bot])
- 4f40c3e3e2d43e812f8d71d55fb7fe492dd50922: chore(deps): bump jlumbroso/free-disk-space (#17932) (@dependabot[bot])
- df3bb3e753c557d2b64437e448f67b6a3e239e7f: chore(deps): bump js-yaml and @types/js-yaml in /ui (#18168) (@dependabot[bot])
- 7003d06dc4a61d222050a178e6a6ec2732964bbd: chore(deps): bump library/busybox in /test/e2e/multiarch-container (#18023) (@dependabot[bot])
- ca75b60692efeeb554b3c09babbd1665eb62ab11: chore(deps): bump library/busybox in /test/e2e/multiarch-container (#18039) (@dependabot[bot])
- 0a408a6e3039524d39efd9c5b5b7da53e21ffd08: chore(deps): bump library/busybox in /test/e2e/multiarch-container (#18134) (@dependabot[bot])
- 1f0c658e3f1a197a0b16665896701f02d921ac19: chore(deps): bump library/busybox in /test/e2e/multiarch-container (#18492) (@dependabot[bot])
- e5c0526de450bf5659c38eedda5c7818d16a1b39: chore(deps): bump library/golang from
0f76912
toa1dc408
(#18655) (@dependabot[bot]) - 170d5431d3ba278896a0522c1860522f7aaec35a: chore(deps): bump library/golang from
0f76912
toa1dc408
(#18674) (@crenshaw-dev) - 50f889c8b2a1bfd5cabebf57a30b6df39b7b26cc: chore(deps): bump library/golang from
4950c1c
toc2010b9
(#18704) (@dependabot[bot]) - 27b592e2a383031973548974d327008cf3c80089: chore(deps): bump library/golang from
7d0dcbe
toff6cfbd
(#17794) (@dependabot[bot]) - fba3c2eac38213b1f20a7894e36caac9d6b46670: chore(deps): bump library/golang from
969349b
to0f76912
(#18628) (@dependabot[bot]) - 74805d55f66da3bb496deb4503ebce429e0cc2dc: chore(deps): bump library/golang in /test/container (#17865) (@dependabot[bot])
- 5efa4048436388385151c8cef059dc329f5c771c: chore(deps): bump library/golang in /test/container (#18625) (@dependabot[bot])
- af6021542ad4a60dede27ff3da573961e4e9c4ee: chore(deps): bump library/golang in /test/container (#18653) (@dependabot[bot])
- e5eddc3b46aac3dfc1fe94e5095084c8de416e3f: chore(deps): bump library/golang in /test/container (#18706) (@dependabot[bot])
- 8480f5cd87c5e47b5577693e6eb03e2944b67ba0: chore(deps): bump library/node from 21.6.2 to 21.7.0 (#17446) (@dependabot[bot])
- ddc85238f4966c1985a57606bd97838c79a01f06: chore(deps): bump library/node from 21.7.0 to 22.2.0 (#18297) (@dependabot[bot])
- 6263604dcdcfdc905edc1767614cdea3e773c918: chore(deps): bump library/node from 21.7.1 to 21.7.3 in /test/container (#17816) (@dependabot[bot])
- a8b36630877e33ccff02ad0da508f29a59d62e84: chore(deps): bump library/node from 21.7.1 to 21.7.3 in /ui-test (#17815) (@dependabot[bot])
- 1e6ca4d7afd924be13592f16e295b0d745a20396: chore(deps): bump library/node from 21.7.3 to 22.0.0 in /test/container (#18022) (@dependabot[bot])
- 737f7428a19dfa724d322a313d8f7fb9419eb4d8: chore(deps): bump library/node from 21.7.3 to 22.0.0 in /ui-test (#18024) (@dependabot[bot])
- f65399af141d496a08ef51676d29cc37a9d460bd: chore(deps): bump library/node from 22.0.0 to 22.1.0 in /test/container (#18136) (@dependabot[bot])
- 0ca4f741555adf4d654c51515ce20643aa8b2cdf: chore(deps): bump library/node from 22.0.0 to 22.1.0 in /ui-test (#18063) (@dependabot[bot])
- cd21752d25c1aa2e5ac008b430769cfc29bb9e0e: chore(deps): bump library/node from 22.1.0 to 22.2.0 in /test/container (#18261) (@dependabot[bot])
- 800cc5e2dc2b2b328e3fce6b2225f2669ba24333: chore(deps): bump library/node from 22.1.0 to 22.2.0 in /ui-test (#18260) (@dependabot[bot])
- 33df5acd5c256c2e9fb60eb91e6472133f1dc91c: chore(deps): bump library/node from 22.2.0 to 22.3.0 (#18611) (@dependabot[bot])
- 6c1f0f8cfff491384293c35a179423f17ef7e46d: chore(deps): bump library/node from 22.2.0 to 22.3.0 in /test/container (#18610) (@dependabot[bot])
- 2c532580b327dbe08579d584afd58087c5b9c40d: chore(deps): bump library/node from 22.2.0 to 22.3.0 in /ui-test (#18609) (@dependabot[bot])
- f9f674953da82b573e451a256968afa61b69ff13: chore(deps): bump library/node from
64c46a6
tof9b4b4b
in /ui-test (#18206) (@dependabot[bot]) - 57ee536f5f48c87acba583362a714edce6b41669: chore(deps): bump library/node from
f73cc32
to5e4044f
(#18654) (@dependabot[bot]) - 1405413ac9e975631c19c63f15e39eaee8ca4b73: chore(deps): bump library/node from
f73cc32
to5e4044f
in /ui-test (#18656) (@dependabot[bot]) - 3862aecc066e593728d4e5fd7f307544e994e793: chore(deps): bump library/node from
f9b4b4b
to5a254b7
in /ui-test (#18222) (@dependabot[bot]) - b19a0d0f766297f8e2aa93a8f39ddcf4f3102ce8: chore(deps): bump library/node in /test/container (#17946) (@dependabot[bot])
- 6d3abb36c20d929e761fd1b08a76db0948b0d8bf: chore(deps): bump library/node in /test/container (#17959) (@dependabot[bot])
- 5729c614215d908a2f0a5eeb5cabbe249fc38b34: chore(deps): bump library/node in /test/container (#18204) (@dependabot[bot])
- 2b89d6c2220160a55dd71b1f2b57f4744decf210: chore(deps): bump library/node in /test/container (#18225) (@dependabot[bot])
- 57965576f01f77ade431b10c225e4509dd77b02b: chore(deps): bump library/node in /test/container (#18651) (@dependabot[bot])
- 8a28279921dd70cba0f27245b049ecc51925cf56: chore(deps): bump library/redis in /test/container (#18421) (@dependabot[bot])
- 1fd2f627e49926478f8d131d845738b51ec79201: chore(deps): bump library/redis in /test/container (#18652) (@dependabot[bot])
- fe965ed14d12171b4c087aace29dcece8c4a1740: chore(deps): bump library/redis in /test/container (#18707) (@dependabot[bot])
- 3ab8e266b480a77af203fe5e84f76df57b9faa7f: chore(deps): bump library/registry in /test/container (#18040) (@dependabot[bot])
- c38c8a9aa39bd478698fe434bb01fb2194aaeeab: chore(deps): bump library/ubuntu from 22.04 to 24.04 in /test/container (#17976) (@dependabot[bot])
- 73d341a5a93b3c2a944a99583a5d1ffbd0e71914: chore(deps): bump library/ubuntu in /test/container (#17879) (@dependabot[bot])
- 2162aaf727ead1bcecc992b5f7a2ffa36aa96d04: chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#18183) (@dependabot[bot])
- dec655c712afe5f480b0aebfa6e76362057263fc: chore(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.4 (#17931) (@dependabot[bot])
- 5452bf12506d15f1889bc1c84462f6c33e0b552d: chore(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0 (#18182) (@dependabot[bot])
- 56a0da8575f1ad0d60d6fe34ac25585df9b14312: chore(deps): bump slsa-framework/slsa-github-generator (#17934) (@dependabot[bot])
- e0e9dcfc5a0c461fdf7ec316fd25f1574d9527da: chore(deps): bump softprops/action-gh-release from v0.1.15 to 2.0.5 (#18149) (@crenshaw-dev)
- 971fc3ef124c04530889b3c76dc457a2e295e55e: chore(deps): bump tar from 6.1.11 to 6.2.1 in /ui (#17791) (@dependabot[bot])
- 589da837d654d6b9de679128ee9a412569507dc5: chore(deps): bump thehanimo/pr-title-checker from 1.4.0 to 1.4.2 (#17933) (@dependabot[bot])
- 52b1b434a3430cbdce275cecfb54b52a393b71e9: chore(deps): bump tj-actions/changed-files from 42.0.2 to 44.5.2 (#18461) (@dependabot[bot])
- 3f0d8d562970900797a3a0de0a421e72ad557c2c: chore(deps): bump ws from 8.17.0 to 8.17.1 in /ui (#18712) (@dependabot[bot])
- 029b5acd5462e153b72fe0f7b1c5fa38e311d05c: chore(deps): bump ws from 8.17.0 to 8.17.1 in /ui-test (#18711) (@dependabot[bot])
- 020881af846533b000485d81875b546f90b0acaf: chore(deps): upgrade haproxy to 2.6.17-alpine (#18574) (@34fathombelow)
- 2e43af50dabc717072b8612ac160e213d87c7947: chore(deps): upgrade helm to 3.14.4 (#18255) (@34fathombelow)
- 50745f08e60ee5d1ce9ee575a0e797a9a57e5c08: chore(deps): upgrade helm to 5.4.2 (#18556) (@34fathombelow)
- fda368b6bbd4b846361514875a55909c9e78b6fc: chore(deps-dev): bump @types/node from 14.14.14 to 20.12.12 in /ui-test (#18301) (@dependabot[bot])
- ced9a4aa62091835cf935647b406bf4203b81ac3: chore(deps-dev): bump @types/node from 20.12.12 to 20.12.13 in /ui-test (#18449) (@dependabot[bot])
- d959a684502636c9bef2072c44e10e54c7df304a: chore(deps-dev): bump @types/node from 20.12.13 to 20.14.1 in /ui-test (#18493) (@dependabot[bot])
- 240c008ef5613b289b142ac437828e7620869a73: chore(deps-dev): bump @types/node from 20.14.1 to 20.14.2 in /ui-test (#18519) (@dependabot[bot])
- 3fb9d9551d2e1cf9e8845230d7606aa2572f233c: chore(deps-dev): bump @types/node from 20.14.2 to 20.14.4 in /ui-test (#18705) (@dependabot[bot])
- 781261aab40862b85d509d50710d94ebe27f8f05: chore(deps-dev): bump @types/react-autocomplete in /ui (#18374) (@dependabot[bot])
- 37900ee77452a400395046a49f74f9191e352b57: chore(deps-dev): bump @types/react-paginate from 6.2.1 to 7.1.4 in /ui (#18373) (@dependabot[bot])
- d1135c133b6a961f4189d0789221a159916a2518: chore(deps-dev): bump dotenv from 8.2.0 to 16.4.5 in /ui-test (#18298) (@dependabot[bot])
- e3dff07163f367f1515906779a1c6d16a9cc5a36: chore(deps-dev): bump monaco-editor-webpack-plugin in /ui (#18450) (@dependabot[bot])
- 90df1e6d5d13441c0a94bb3853318c10093f5f57: chore(deps-dev): bump prettier from 1.19.1 to 2.8.8 in /ui-test (#18302) (@dependabot[bot])
- 807754ce4170696c2429bc2b844875c33c95cbaa: chore(deps-dev): bump sass-loader from 12.6.0 to 14.2.1 in /ui (#18451) (@dependabot[bot])
- 3c19fdbdc7c70a58678cac101d29f846b6c3f296: chore(deps-dev): bump typescript from 4.1.3 to 5.4.5 in /ui-test (#18300) (@dependabot[bot])
Other work
- 441367ff52b205999dc911d135a61f0b26bfb136: --- (#18307) (@dependabot[bot])
- 63743315a62ad8634944d3ad8261e7bbd65f3cfd: --- (#18311) (@dependabot[bot])
- 36b8ff51d7c84248e25f5a01401735d6c07f52f8: --- (#18312) (@dependabot[bot])
- 4606476adb41e22d00d362938c8c317a5e4c11b3: --- (#18313) (@dependabot[bot])
- e0968177e0397daa39ac30e16b8d0e7f9dc476b2: --- (#18314) (@dependabot[bot])
- e34aa2f4b4869a9249f3530ef0584efafb36f582: --- (#18315) (@dependabot[bot])
- 2dd5cd8b9a2312adcb6f6150f2b0aeef93fb8285: --- (#18318) (@dependabot[bot])
- cef69c3bb12650c9a4eda72843699c907e8b0712: --- (#18345) (@dependabot[bot])
- 96c2a9550399eaf15cbad14447806c33acbab900: --- (#18346) (@dependabot[bot])
- 0ec7f82fa465f5b2aaa52d2d2f857619d0c27705: --- (#18349) (@dependabot[bot])
- 6a68b95dfc9bd51f1ab4bc21ed575622ddbacf6c: --- (#18352) (@dependabot[bot])
- 4aa62699da90beae41f9ac84079a487183ad31c9: --- (#18353) (@dependabot[bot])
- 8776cc1a6971c94a6942a60d790604d137a5b267: --- (#18362) (@dependabot[bot])
- 2a05ae02ab90ae06fefa97ed6b9310590d317783: Add health status for OpenFaaS functions (#18015) (@alexellis)
- 5e58bac61b0c402c03e9ca7e4a450aa6871df326: Add proper spacing (#18244) (@MalteMagnussen)
- 220dee0200fb5e80f466433c12baa26a8902d1cc: Adding astra.netapp.io CRD health checks (#17999) (@MichaelHaigh)
- 82db16664e0f3574c8bc6f52ede7dbc9af99eb6a: Docs: Clarify that we don't actually follow semver (#18111) (@todaywasawesome)
- ba1556932247b90d2489b80c5f5d3b165f70d5b9: Document units for argocd_app_reconcile (#18018) (@raxod502-plaid)
- 8a0757efc51e805723beb6cd14a488fbd63f3554: Fix logging hash with multiple sources (#18189) (@onee-only)
- 575575a78a87c7fc97ce540124509f90c5733e05: Fix post-delete finalizer in appset (#18003) (@joebowbeer)
- cbbb99d3484ba1596fc92778b7031629d8079ca4: Fix some comments (#17830) (@pullmerge)
- 6646c6b10256bf7f9222048770840adc27ec9eba: Merge pull request from GHSA-2gvw-w6fj-7m3c (@pasha-codefresh)
- c2647055c261a550e5da075793260f6524e65ad9: Merge pull request from GHSA-3cqf-953p-h5cp (@pasha-codefresh)
- 256d90178b11b04bc8174d08d7b663a2a7b1771b: Merge pull request from GHSA-87p9-x75h-p4j2 (@blakepettersson)
- 8dff209cba4044ec8d0ff8ec32dd79bded7bafaf: Merge pull request from GHSA-9766-5277-j5hr (@mayzhang2000)
- 13d5803e7587f59db85862a368f03383447a1953: Merge pull request from GHSA-9766-5277-j5hr (@mayzhang2000)
- e23060540f673ae346b32ad363a0b7627a6b6946: Merge pull request from GHSA-9m6p-x4h2-6frq (@pasha-codefresh)
- 57431b21770c0df0c81b77a3f3ea68b7d6a150ca: Merge pull request from GHSA-9m6p-x4h2-6frq (@pasha-codefresh)
- 92b22fd70b375d762333ea8aaacc79410f1376a4: Move code around to fix commit attribution. (#18515) (@PaulSonOfLars)
- ee020273c03d2f74fc86e5720994c2a0f92f6a56: Update USERS.md (#17881) (@ragnarpa)
- 3a46e8c1c7dc20911cb5d87ade8ced26c766e273: Update USERS.md (#17891) (@Palmer-Reed-bah)
- 6110581e97bce2d4bbab42bccb02aebd05c2dc3c: Update docs for azure workload identity cluster setup (#18357) (@MarkTallentire)
- 2d2fb087ab583b5a2b60511cc46f05d49b4fd79d: Update ingress.md (#17766) (@sakirma)
- ea909fe8206a572ed38cc45274064e163cf15272: Update ingress.md (#18491) (@zencircle)
- 20fada836441ab22225d1253255fa11eeada876d: Update ingress.md to work wirth traefik 3.0 (#18103) (@pgumpoldsberger)
- 8e66b3e4f2d81ae33754c34c0ca6384a22a8e198: Update kustomize.md (#18065) (@zarelit)
- 2dbe5c17d10a9c5b6ea9359c8c1ac981ec2c0da6: Update sync-kubectl.md - Correct indentation for a sample (#17953) (@g1franc)
- 257b242efde53261128c207d3cf957578f5ea7b2: add apiVersion so yaml applies properly in-cluster (#18282) (@condaatje)
- 1cffa15f0ddecbc241d572e316ea20920fdfdb65: add argocd-secret-replacer (#10494) (@mmalyska)
- 43cb8003d153f841ea9e14bfc5bbefadc95cf38d: add fullscreen prop (#18309) (@Fluder-Paradyne)
- 4f6666940b3d7699d1ff6cd03f975be5f417b174: chore(ci): add /ui-test/ directory to dependabot.yml (#16235) (@chengfang)
- 2605a9845ba8cffc1e606ef707e4f3a67ccef6ac: chore(ci): fix release notes (#18132) (@crenshaw-dev)
- 879cc60c7b18430b46570bf559bc036214fd14ff: chore(ci): ignore test files from sonar monitoring (#18573) (@crenshaw-dev)
- cc700df89bef3e0ca2dc4db42b4cbd120de34b38: chore(ci): only test four latest k8s versions (#18676) (@crenshaw-dev)
- 7945b26d95b39a57998b61ef48264ca5deb8c122: chore(ui-dev): migrate
tslint
toeslint
(#11652) (#18079) (@Marvin9) - 532f5a8a430779c16690e7910a3375d641b03e81: chore: Add Verkada to ArgoCD users (#18199) (@andrii-korotkov-verkada)
- c74041263914bfdf974b1d44d903335d0a33cc6d: chore: Add rerunreport.txt to .gitignore (#17848) (@jannfis)
- 4faad946f04a9e268e01367114a47e8a9bf0029a: chore: Improve appcontroller logs further - Closes [#18113] (#18174) (@andrii-korotkov-verkada)
- a1472aed6bfeb5baf8f98cc05e8eed98adc76b90: chore: add Octopus Deploy to USERS.md (#17858) (@pasha-codefresh)
- dbb9bc8f92bb7fd7ab8c853bc389d902e1563dc0: chore: add codecov config to CI approvers (#18686) (@crenshaw-dev)
- 1450f1031c9bb00bf7ff420943d3b7c3ac6147fd: chore: add pipekit to argocd USERS (#18457) (@tico24)
- d8c8300f30048354e15700684fbcb80f29263e3c: chore: add sonar-project.properties to cd in CODEOWNERS (#18577) (@crenshaw-dev)
- 69e82ccbd60de9e70d2f1464992a8a65c11edc15: chore: allow override of default e2e test args (#18415) (@aslafy-z)
- 049900e64698cc8bfae6737923d24d4bd15a84cf: chore: automate mock generation v2 (#18371) (@blakepettersson)
- ba2e6acb01211c0d5715a8c6b4e8ba852edec91e: chore: bump go version to 1.22.1 (#17895) (@crenshaw-dev)
- 37238ab7c3aa2b51bddb536a522884c7ff53f73d: chore: bump go version to 1.22.4 (#18539) (@34fathombelow)
- ebe4804974b2170cd956efa4c110e85b1c5ba110: chore: bump protobuf (#17788) (@blakepettersson)
- e3fa52dd83838006414690740ac31667688988a1: chore: bump version (#18677) (@crenshaw-dev)
- a539f9559748bc59e22d9a439da49530bf7ccfe8: chore: cleanup follow up for enforce manifest generate path (#15636) (#17761) (@alexymantha)
- 3160369469b43fd2d002e4e1654c8efae887ee6c: chore: enable compare and nil-compare rules from testifylint linter (#18581) (@mmorel-35)
- 32519c70a5687242ba7bf8767cbcd0a87994e65c: chore: enable error-nil rule from testifylint linter (#18544) (@mmorel-35)
- 772c31680b847c1c6eae64dd01db419db649b5b4: chore: enable errorlint linter on
cmd
folder (#18578) (@mmorel-35) - 0d153ef253f5f1cfcb6efbfc7944dcaf5c317129: chore: enable errorlint linter on
pkg
folder (#18563) (@mmorel-35) - 204176a06bd48abd3c8771a521e7bb39706e6703: chore: enable errorlint linter on applicationset folder (#18618) (@mmorel-35)
- f7341ae652f515c34c1f7bcf5c0ef5e7fd681952: chore: enable errorlint linter on cmpserver and reposerver folders (#18629) (@mmorel-35)
- 140f17255aa1a7177ac9d39aa70e5eaed7d18804: chore: enable errorlint linter on controller folder (#18596) (@mmorel-35)
- f1848f5455972aa72493546e840da29825051ccf: chore: enable errorlint linter on server folder (#18624) (@mmorel-35)
- d7e99224d4a9d77ec44f9a714b654714d893cb3a: chore: enable errorlint linter on util folder (#18588) (@mmorel-35)
- 4a01f8a69af222779665f7602aabf9f27f7b5e00: chore: enable expected-actual rule from testifylint linter (#18575) (@mmorel-35)
- 9f1e2e84530e94a110a66c3cd95793584c8f313e: chore: enable gocritic linter (#18633) (@mmorel-35)
- 7cf5ed06d4f8105812a9430f52419179762350da: chore: enable gofumpt and whitespace linters (#18567) (@mmorel-35)
- 33df2ce6989acdca28d47027e554bbff8e0661c6: chore: enable goimports linter (#18564) (@mmorel-35)
- 44b8dc1a4cba3f95ca807c5873b8747b8c8bd9e3: chore: enable len and empty rules from testifylint linter (#18516) (@mmorel-35)
- 8f281996c6c4a7a3ea0ef400ffbbcfad4d80b577: chore: enable require-error from testifylint on cmpserver and reposerver folders (#18702) (@mmorel-35)
- 4494fe5d3d4c70cb51ec1dc5dc20ea1e680aa38d: chore: enable require-error rule from errorlint linter on applicationset folder (#18689) (@mmorel-35)
- 38d6db6e69536632798168a25bc151ca806e70e8: chore: enable require-error rule from errorlint linter on cmd folder (#18683) (@mmorel-35)
- d7fc1bf2d7afd88f40add2bdb40ae797e80afc35: chore: enable require-error rule from errorlint linter on controller folder (#18690) (@mmorel-35)
- 89a0cc33c5632f0b4de1be17aae2fe309e035d42: chore: enable require-error rule from errorlint linter on pkg folder (#18691) (@mmorel-35)
- c556cf7ea5021007f14521b9ff783e407ff08b03: chore: enable require-error rule from errorlint linter on server folder (#18687) (@mmorel-35)
- f770a2a73a0b6919f8ce6a91f065fee0ddcaa986: chore: enable require-error rule from errorlint linter on test folder (#18684) (@mmorel-35)
- 311c0599d9b733fd80fc1eb6a7e02b18f528649a: chore: enable require-error rule from testifylint linter (#18621) (@mmorel-35)
- c9ea5b13d204447df294528553e9143aad045124: chore: extend require-error rule from testifylint (#18658) (@mmorel-35)
- 0d1d1a1b18bc0b33b59ee971b379ffb85bfe2d19: chore: extend require-error rule from testifylint (#18675) (@mmorel-35)
- eac08dcf79ad432b5ce8ef19777483338cac9853: chore: extend require-error rule from testifylint (#18681) (@mmorel-35)
- 96e796edffa291fe3ce470af96fa2250b2aed468: chore: fix codegen after security fix (#17982) (@pasha-codefresh)
- 5ae342a6def7065dfd07095e92ee1d4857b649d2: chore: fix unit-tests (#18215) (@leoluz)
- 1ecd39741fb37ca179c875ac39a87eb8e5b87782: chore: ignore mocks in codecov (#18685) (@crenshaw-dev)
- 1e35e685b2663be285ee9339386f3e791956a97b: chore: improve codegen error output (#17873) (@crenshaw-dev)
- 130c0f4f2eda85887977b93dca6e25a8f176e570: chore: missing qtar in go exclusions (#18698) (@mmorel-35)
- 48b636e32b1e0c38cab7270ccac244197f960512: chore: native client mock should be generated with go gen (#17864) (@pasha-codefresh)
- 35deccb486e2f8c99042a53455924c87b486be49: chore: rename source-indexes to source-positions (#17746) (@ishitasequeira)
- 03e6f8ae3f19cdd9ba910bc88d421f519763b287: chore: update docs and skip gpg tests on appset (#18637) (@ishitasequeira)
- db615ed1c55dde361287726eb2748b4a3fb2d0b1: chore: update gitops engine for force sync option (#5882) (#17866) (@kkk777-7)
- aa7f1c5c2e58c138d57b06143ff93138cbc3dac3: chore: update jest version (#18295) (@pasha-codefresh)
- 5baba937216bfdce45e9671d67e4aff9c64b595c: chore: update notifications-engine to f4856710 (#17971) (@lukaspj)
- 33f5714c832eebee420dad6e14a638915b9ba872: chore: upgrade controller-gen from 0.4.1 to 0.14.0 (#17893) (@crenshaw-dev)
- 4d527f87056275053ca584d6ef2732ad57e5fa08: chore: upgrade redis to 7.0.15 (#17665) (@taisph)
- 2639c59bc69deaffb90c6763025c94deb3106786: chore: use redis secret when running locally (#18489) (@crenshaw-dev)
- 334d5c560793870f4bd39362db0cfe78003865e9: chore:change file name for readthedocs compatibility (#17978) (@yyzxw)
- cd3c478a7a8e95c0e380401f0f833de17f22c534: ci(lint): create .golangci.yaml (#18410) (@mmorel-35)
- 7adec6efb2abdd4f4730eb984f8fe78bd4bc1268: ci: updated yarn version (#18631) (@blakepettersson)
- 13506ad5c8c7a5b7b2d138be7619a9a09a926adb: doca: Update argocd_architecture image (#18073) (@ystkfujii)
- 60f3332568913982c7ea273c050068c9c08286af: document possibility to specify request timeout in plugin generator (#17872) (@isihu)
- 0e531c956e9c2c5c9933198a47221665fb8f2858: feat(application-controller): Add support for rollback multi-source applications (#14124) (@JorTurFer)
- 1e2f5987d25307581cd56b8fe9d329633e0f704f: feat(issue/#17003): implement camel.apache.org/Integration CRD health checks (#17004) (@mdebarros)
- d871b7f0c2e0ca3fd5300dd1fb7eb4b0bc0f11a8: fix source ordering issue in manifest generation for multi-source app while using manifests and diff commands (#18395) (@ishitasequeira)
- 97648eeb600c4951bbeb2ae04c1922270358213c: fixes list generator cluster element (#18389) (@RafaelBroseghini)
- 4f6a8dce80f0accef7ed3b5510e178a6b398b331: remove mention of beta state from apps-in-any-namespace doc (#17896) (@ishitasequeira)
- cd1435608db2238364ba42ee4e0597127bd023d9: removing strikeout as it was populating special character issue #14139 (#14823) (@rkriplani76)
- 05d10c870ea63cf1bc759c21081cf9b3c66ad2b8: typo on Cluster Generator doc (#18110) (@joaoestrela)
- 710bb76107883e078f9ca55a4541c2514ae56724: update resolveRevision to use the correct source for multi-source app (#18194) (@ishitasequeira)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.11.3...v2.12.0-rc1
1、 argocd-cli.intoto.jsonl 16.02KB
2、 argocd-darwin-amd64 163.38MB
3、 argocd-darwin-arm64 160.14MB
4、 argocd-linux-amd64 161.29MB
5、 argocd-linux-arm64 156.92MB
6、 argocd-linux-ppc64le 160.09MB
7、 argocd-linux-s390x 167.09MB
8、 argocd-sbom.intoto.jsonl 15.09KB
9、 argocd-windows-amd64.exe 163.12MB
10、 cli_checksums.txt 605B
11、 sbom.tar.gz 350.81KB