Skip to content
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

fix(argo-cd): Restart Repo Server and Application Controller as following the change of Argo CD CM #2235

Merged
merged 7 commits into from
Sep 8, 2023

Conversation

yu-croco
Copy link
Collaborator

@yu-croco yu-croco commented Aug 26, 2023

Resolves part of #2221 .
*I didn't have confidence about secret, so l only added checksum of argocd-cm to argocd-repo-server and argocd-application-controller.

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

…wing the change of Argo CD CM

Signed-off-by: yu-croco <[email protected]>
@github-actions github-actions bot added size/S and removed size/XS labels Aug 26, 2023
Comment on lines +26 to +28
{{- if (hasKey .Values.server "configEnabled") | ternary .Values.server.configEnabled .Values.configs.cm.create }}
checksum/cm: {{ include (print $.Template.BasePath "/argocd-configs/argocd-cm.yaml") . | sha256sum }}
{{- end }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yu-croco yu-croco marked this pull request as ready for review August 26, 2023 15:07
@pdrastil
Copy link
Member

@yu-croco Just FYI this should be the logic that loads data from argocd-cm. Really depends if there is proper logic in given component that should call this repeatedly.

See: https://github.com/argoproj/argo-cd/blob/dbdfc712702ce2f781910a795d2e5385a4f5a0f9/util/settings/settings.go#L651

@tico24 tico24 merged commit 95310f9 into argoproj:main Sep 8, 2023
6 checks passed
@meyfa
Copy link

meyfa commented Sep 8, 2023

Thanks so much for fixing this! This is going to simplify our workflow.

yaroslav-codefresh added a commit to codefresh-io/argo-helm that referenced this pull request Sep 12, 2023
* feat(argocd-apps): add permitOnlyProjectScopedClusters flag (argoproj#2149)

Signed-off-by: Fabián Sellés Rosa <[email protected]>

* feat(argo-cd): Allow configuring Dex's init image resources separately (argoproj#2161)

Allow configuring Dex's init image resources separately

Signed-off-by: Angelo Ross <[email protected]>

* chore(deps): bump helm/kind-action from 1.7.0 to 1.8.0 (argoproj#2163)

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@fa81e57...dda0770)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/labeler from 4.2.0 to 4.3.0 (argoproj#2164)

Bumps [actions/labeler](https://github.com/actions/labeler) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@0967ca8...ac9175f)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aikawa <[email protected]>

* chore(deps): bump actions/setup-python from 4.6.1 to 4.7.0 (argoproj#2165)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@bd6b4b6...61a6322)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aikawa <[email protected]>

* fix(argo-cd): Ensure `app.kubernetes.io/version` label is valid (argoproj#2148)

Signed-off-by: Mathieu Parent <[email protected]>

* feat(argo-cd): allow configurable hpa metrics (argoproj#2166)

* allow configurable HPA metrics

Signed-off-by: Zach Swanson <[email protected]>

* update docs

Signed-off-by: Zach Swanson <[email protected]>

* Update chart version and changelog

Signed-off-by: Zach Swanson <[email protected]>
Signed-off-by: Zach Swanson <[email protected]>

* Fix values/readme reference to repo server

Signed-off-by: Zach Swanson <[email protected]>

---------

Signed-off-by: Zach Swanson <[email protected]>
Signed-off-by: Zach Swanson <[email protected]>
Signed-off-by: Zach Swanson <[email protected]>

* feat(argo-cd): make ServiceMonitor deployment conditional on CRD existence (argoproj#2154)

* made ServiceMonitor deployment conditional on CRD existence

Signed-off-by: alex-souslik-hs <[email protected]>

* remove non ArgoCD changes

Signed-off-by: alex-souslik-hs <[email protected]>

* add newline

Signed-off-by: Alex Souslik <[email protected]>

* Change chage description

Signed-off-by: Alex Souslik <[email protected]>

* Update charts/argo-cd/Chart.yaml

Co-authored-by: Marco Kilchhofer <[email protected]>
Signed-off-by: Alex Souslik <[email protected]>

---------

Signed-off-by: alex-souslik-hs <[email protected]>
Signed-off-by: Alex Souslik <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>

* feat(argo-cd): Upgrade argocd to v2.7.8 (argoproj#2173)

Signed-off-by: smcavallo <[email protected]>

* feat(argo-rollouts): Upgrade Argo Rollouts to v1.5.1 (argoproj#2174)

* chore(argo-workflows): Upgrade to 3.4.9 (argoproj#2175)

chore(argo-workflow): Upgrade to 3.4.9

- [ ] update CRD changes

Signed-off-by: jmeridth <[email protected]>

* feat(argocd-apps): syncOptions for applications (argoproj#2176)

Signed-off-by: Mathieu Parent <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* fix(argocd-apps): fix indent of syncOptions (argoproj#2181)

* chore(github): use table for Emeritus (argoproj#2182)

- to matches how `argoproj` lists Alumni (https://github.com/argoproj/argoproj/blob/6011d3e17300d4b642a1ab5bdb3551c5f6da9021/MAINTAINERS.md?plain=1#L11)
  - though it has more details including role and affiliation. could do that here too, but I don't know what all those are, so left those columns out
    - fortunately everyone's name was listed on their profile, so just copy+paste those!

- confirmed that all links work

Signed-off-by: Anton Gilgur <[email protected]>

* fix(argo-rollouts): Use annotation cont metrics (argoproj#2184)

* fix(argo-rollouts): Use annotation cont metrics

Signed-off-by: Artur Mudrykh <[email protected]>

* fix(argo-rollouts): add changes and bump version

Signed-off-by: Artur Mudrykh <[email protected]>

* fix chart.yaml

Signed-off-by: Artur Mudrykh <[email protected]>

---------

Signed-off-by: Artur Mudrykh <[email protected]>
Co-authored-by: Artur Mudrykh <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.7.9 (argoproj#2186)

feat(argo-cd): Upgrade argocd to v2.7.9

Signed-off-by: Venkata Mutyala <[email protected]>

* feat(argo-workflows): allow setting executor args (argoproj#2177)

* feat(argo-cd): add labels to notifications secret (argoproj#2191) (argoproj#2192)

Signed-off-by: carlos gonzález <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.7.10 (argoproj#2197)

Signed-off-by: yu-croco <[email protected]>

* fix(argo-rollouts): fix helm lint error when extraObjects is defined (argoproj#2196)

fix(extra-manifests): fix helm lint error when extraObjecrts is defined

Signed-off-by: Grégory SANCHEZ <[email protected]>
Co-authored-by: Jason Meridth <[email protected]>

* fix(argo-cd): Template configuration keys as a string instead of map (argoproj#2205)

* fix(argo-rollouts): Add required ingress permission (argoproj#2207)

* chore(argo-cd): Upgrade Argo CD to v2.7.11 (argoproj#2210)

Signed-off-by: yu-croco <[email protected]>

* feat(github): add Helm OCI support (argoproj#2209)

Signed-off-by: Engin Diri <[email protected]>

* feat(argo-cd): Upgrade Argo CD to 2.8.0 (argoproj#2170)

Signed-off-by: Petr Drastil <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* fix(argo-rollouts): add CI for enabling extra objects for argo-rollouts (argoproj#2198)

* fix(argo-rollouts): add CI for enabling extra objects for argo-rollouts

Add CI for extra objects

Signed-off-by: jmeridth <[email protected]>

* fix: rename extra objects ci file to have -values suffix

Signed-off-by: jmeridth <[email protected]>

---------

Signed-off-by: jmeridth <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* fix(argo-cd): Fix global log level configuration (argoproj#2213)

fix(argo-cd) - Fix global log level configuration

Signed-off-by: Petr Drastil <[email protected]>

* chore(argo-cd): Change applicationSet replicaCount to replicas (argoproj#2214)

Signed-off-by: Petr Drastil <[email protected]>

* fix(argo-cd): add missing permissions to run actions (argoproj#2212)

Signed-off-by: Mickaël Canévet <[email protected]>

* fix(argo-workflows): Server only needs `get` Secrets (argoproj#2211)

- as of argoproj/argo-workflows@aa366db, the Server no longer needs `list` or `watch` and only uses `get`
  - this was released as part of [v3.4.0](https://github.com/argoproj/argo-workflows/blob/master/CHANGELOG.md#v340-rc1-2022-08-09), and the current version of the chart uses v3.4.9 (per `Chart.yaml#appVersion`)

- `update` is not needed either for SSO secret
  - manifests RBAC: https://github.com/argoproj/argo-workflows/blob/a68ea0feabc87c09d5e13d12e6f0d1a61adc5b16/manifests/cluster-install/argo-server-rbac/argo-server-clusterole.yaml#L18
  - SSO source code only uses [`create`](https://github.com/argoproj/argo-workflows/blob/20d0923611f1df6b7147c3547aeeff6b6bfecf18/server/auth/sso/sso.go#L140) and [`get`](https://github.com/argoproj/argo-workflows/blob/20d0923611f1df6b7147c3547aeeff6b6bfecf18/server/auth/sso/sso.go#L151)
    - (also some `get`s above that for [`clientID`](https://github.com/argoproj/argo-workflows/blob/20d0923611f1df6b7147c3547aeeff6b6bfecf18/server/auth/sso/sso.go#L127) and [`clientSecret`](https://github.com/argoproj/argo-workflows/blob/20d0923611f1df6b7147c3547aeeff6b6bfecf18/server/auth/sso/sso.go#L106) as well)

Signed-off-by: Anton Gilgur <[email protected]>
Co-authored-by: Aikawa <[email protected]>
Co-authored-by: Jason Meridth <[email protected]>

* docs(argo-cd): Rename comment of repositoryCredentials to credentialTemplates (argoproj#2219)

Rename comment of repositoryCredentials to credentialTemplates

Signed-off-by: Ali Reza <[email protected]>

* feat(argo-rollouts): update servicemonitor.yaml to allow for namespace to be set (argoproj#2222)

* Update servicemonitor.yaml to allow for namespace to be set

Signed-off-by: Nick Kampe <[email protected]>

* Update README.md

Signed-off-by: Nick Kampe <[email protected]>

* Update values.yaml

Signed-off-by: Nick Kampe <[email protected]>

* Update Chart.yaml

Signed-off-by: Nick Kampe <[email protected]>

* Update Chart.yaml

Signed-off-by: Nick Kampe <[email protected]>

* Alphabetized namespace addition in README

Signed-off-by: Nick Kampe <[email protected]>

---------

Signed-off-by: Nick Kampe <[email protected]>

* chore(argo-workflows): Upgrade to Argo Workflows v3.4.10 (argoproj#2220)

* feat(argo-workflows): add imagePullSecret for workflow sa (argoproj#2226)

Signed-off-by: Fuochi <[email protected]>

* chore(argo-workflows): update comment for azure artifact repository blobNameFormat (argoproj#2229)

* chore(argo-cd): Upgrade Argo CD to v2.8.1 (argoproj#2230)

Signed-off-by: yu-croco <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.8.2 (argoproj#2231)

Signed-off-by: yu-croco <[email protected]>

* fix(argo-cd): Fix applicationSet HA examples in README.md (argoproj#2232)

Signed-off-by: Joonas Venäläinen <[email protected]>

* chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (argoproj#2234)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@c85c95e...f43a0e5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(argo-cd): Upgrade redis-exporter to 1.53.0 (argoproj#2236)

Signed-off-by: Petr Drastil <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* chore(argo-cd): Remove support for legacy cert-manager APIs (argoproj#2238)

* chore(argo-cd): Remove support for legacy cert-manager APIs

Signed-off-by: Petr Drastil <[email protected]>

* Bump minor version

Signed-off-by: Petr Drastil <[email protected]>

---------

Signed-off-by: Petr Drastil <[email protected]>

* chore(argo-cd): Remove support for autoscaling/v1 (argoproj#2237)

Signed-off-by: Petr Drastil <[email protected]>

* chore(argo-events): Upgrade argo-events to 1.8.1 (argoproj#2247)

https://github.com/argoproj/argo-events/releases/tag/v1.8.1

Signed-off-by: jmeridth <[email protected]>

* fix(argo-cd): Update values.yaml - update custom css styles side bar example (argoproj#2245)

* Update values.yaml - update custom css styles side barexample

.nav-bar is no longer the css class name

Signed-off-by: JesseBot <[email protected]>

* Update Chart.yaml - update patch version for values.yaml comment update

Signed-off-by: JesseBot <[email protected]>

* Update Chart.yaml - update change log

Signed-off-by: JesseBot <[email protected]>

---------

Signed-off-by: JesseBot <[email protected]>

* chore(argo-rollouts): Upgrade Argo Rollouts to v1.6.0 (argoproj#2252)

* chore(argo-rollouts): Upgrade Argo Rollouts to v1.6.0

Signed-off-by: Gustav Kofoed Clausen <[email protected]>

* chore(argo-rollouts): Update CRDs to matching version

Signed-off-by: Gustav Kofoed Clausen <[email protected]>

---------

Signed-off-by: Gustav Kofoed Clausen <[email protected]>
Co-authored-by: Gustav Kofoed Clausen <[email protected]>

* fix(argo-cd): Make the PathType configurable when using single ingress resource in AWS (argoproj#2251)

* Make the PathType configurable when using single ingress resource in AWS

Signed-off-by: Tamas <[email protected]>

* update chart version and doc

Signed-off-by: Tamas <[email protected]>

* Fix reference to value in range

Signed-off-by: Tamas <[email protected]>

---------

Signed-off-by: Tamas <[email protected]>
Co-authored-by: Tamas <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.8.3 (argoproj#2254)

Signed-off-by: Alexej Disterhoft <[email protected]>

* chore(argo-workflows): Upgrade Argo Workflows to v3.4.11 (argoproj#2255)

* fix(argo-cd): Restart Repo Server and Application Controller as following the change of Argo CD CM (argoproj#2235)

* fix(argo-cd): Restart Repo Server and Application Controller as following the change of Argo CD CM

Signed-off-by: yu-croco <[email protected]>

* fix(argo-cd): Aligne condition to argocd-cm

Signed-off-by: yu-croco <[email protected]>

---------

Signed-off-by: yu-croco <[email protected]>

* docs(argo-cd): Document scheduling parameters for redis-ha (argoproj#2253)

Signed-off-by: Petr Drastil <[email protected]>

* feat(argo-cd): adds toggle for helm-working-dir (argoproj#2249)

- Adds a toggle to be able to turn off the helm-working-dir for the
  repo server deployment. Using a shared helm repo storage directory can
  cause issues when multiple helm commands are being run in parallel.
  The repo server also has the ability to rebuild the repos and do
  updates in the normal flow for checking the status of an application
  so it won't cause issues if it's disabled.

Signed-off-by: Andrew Hamilton <[email protected]>

* chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 (argoproj#2258)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@f43a0e5...3df4ab1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (argoproj#2259)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@0b7f8ab...a8a3f3a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aikawa <[email protected]>

* docs(argo-workflows): add an HA section (argoproj#2183)

* feat(argo-workflows): add a sample HA config

- a `values-ha.yaml` as an example for how one would set-up HA according to the Argo Workflows docs

Signed-off-by: Anton Gilgur <[email protected]>

* docs(argo-workflows): add an HA section

- plus add a test for HA, which the docs link to as an example
- link back to [upstream docs](https://argoproj.github.io/argo-workflows/high-availability/) as well

- follow the same basic structure as the [Argo CD chart for HA](https://github.com/argoproj/argo-helm/blob/3e35b0c7f7d758d553b17f369cc5940484ef5d89/charts/argo-cd/README.md?plain=1#L17)
  - as asked in review

Signed-off-by: Anton Gilgur <[email protected]>

---------

Signed-off-by: Anton Gilgur <[email protected]>
Signed-off-by: Anton Gilgur <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* fix(argo-cd): Migrate leftover of applicationSet.replicaCount to applicationSet.replicas (argoproj#2261)

Signed-off-by: yu-croco <[email protected]>

* docs(argo-cd): improve changelog (argoproj#2262)

* clarify 5.19.0 changes
* revise wording

Signed-off-by: Josh Soref <[email protected]>

---------

Signed-off-by: Fabián Sellés Rosa <[email protected]>
Signed-off-by: Angelo Ross <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Mathieu Parent <[email protected]>
Signed-off-by: Zach Swanson <[email protected]>
Signed-off-by: Zach Swanson <[email protected]>
Signed-off-by: Zach Swanson <[email protected]>
Signed-off-by: alex-souslik-hs <[email protected]>
Signed-off-by: Alex Souslik <[email protected]>
Signed-off-by: smcavallo <[email protected]>
Signed-off-by: jmeridth <[email protected]>
Signed-off-by: Anton Gilgur <[email protected]>
Signed-off-by: Artur Mudrykh <[email protected]>
Signed-off-by: Venkata Mutyala <[email protected]>
Signed-off-by: carlos gonzález <[email protected]>
Signed-off-by: yu-croco <[email protected]>
Signed-off-by: Grégory SANCHEZ <[email protected]>
Signed-off-by: Engin Diri <[email protected]>
Signed-off-by: Petr Drastil <[email protected]>
Signed-off-by: Mickaël Canévet <[email protected]>
Signed-off-by: Ali Reza <[email protected]>
Signed-off-by: Nick Kampe <[email protected]>
Signed-off-by: Fuochi <[email protected]>
Signed-off-by: Joonas Venäläinen <[email protected]>
Signed-off-by: JesseBot <[email protected]>
Signed-off-by: Gustav Kofoed Clausen <[email protected]>
Signed-off-by: Tamas <[email protected]>
Signed-off-by: Alexej Disterhoft <[email protected]>
Signed-off-by: Andrew Hamilton <[email protected]>
Signed-off-by: Anton Gilgur <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Co-authored-by: Fabián Sellés Rosa <[email protected]>
Co-authored-by: Angelo Ross <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aikawa <[email protected]>
Co-authored-by: Mathieu Parent <[email protected]>
Co-authored-by: Zach Swanson <[email protected]>
Co-authored-by: Alex Souslik <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>
Co-authored-by: smcavallo <[email protected]>
Co-authored-by: Takuma Kume <[email protected]>
Co-authored-by: Jason Meridth <[email protected]>
Co-authored-by: Anton Gilgur <[email protected]>
Co-authored-by: Artur <[email protected]>
Co-authored-by: Artur Mudrykh <[email protected]>
Co-authored-by: Venkata Mutyala <[email protected]>
Co-authored-by: Andy Cobaugh <[email protected]>
Co-authored-by: carlos gonzález <[email protected]>
Co-authored-by: Grégory SANCHEZ <[email protected]>
Co-authored-by: Petr Drastil <[email protected]>
Co-authored-by: Engin Diri <[email protected]>
Co-authored-by: Mickaël Canévet <[email protected]>
Co-authored-by: Ali Reza <[email protected]>
Co-authored-by: Nick Kampe <[email protected]>
Co-authored-by: Fuochi <[email protected]>
Co-authored-by: Jeongwon Song <[email protected]>
Co-authored-by: Joonas Venäläinen <[email protected]>
Co-authored-by: JesseBot <[email protected]>
Co-authored-by: Gustav Kofoed Clausen <[email protected]>
Co-authored-by: Gustav Kofoed Clausen <[email protected]>
Co-authored-by: Tamas Szasz <[email protected]>
Co-authored-by: Tamas <[email protected]>
Co-authored-by: Alexej Disterhoft <[email protected]>
Co-authored-by: Andrew Hamilton <[email protected]>
Co-authored-by: Josh Soref <[email protected]>
yaroslav-codefresh added a commit to codefresh-io/argo-helm that referenced this pull request Dec 7, 2023
* chore(argo-workflows): Upgrade to Argo Workflows v3.4.10 (argoproj#2220)

* feat(argo-workflows): add imagePullSecret for workflow sa (argoproj#2226)

Signed-off-by: Fuochi <[email protected]>

* chore(argo-workflows): update comment for azure artifact repository blobNameFormat (argoproj#2229)

* chore(argo-cd): Upgrade Argo CD to v2.8.1 (argoproj#2230)

Signed-off-by: yu-croco <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.8.2 (argoproj#2231)

Signed-off-by: yu-croco <[email protected]>

* fix(argo-cd): Fix applicationSet HA examples in README.md (argoproj#2232)

Signed-off-by: Joonas Venäläinen <[email protected]>

* chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (argoproj#2234)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@c85c95e...f43a0e5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(argo-cd): Upgrade redis-exporter to 1.53.0 (argoproj#2236)

Signed-off-by: Petr Drastil <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* chore(argo-cd): Remove support for legacy cert-manager APIs (argoproj#2238)

* chore(argo-cd): Remove support for legacy cert-manager APIs

Signed-off-by: Petr Drastil <[email protected]>

* Bump minor version

Signed-off-by: Petr Drastil <[email protected]>

---------

Signed-off-by: Petr Drastil <[email protected]>

* chore(argo-cd): Remove support for autoscaling/v1 (argoproj#2237)

Signed-off-by: Petr Drastil <[email protected]>

* chore(argo-events): Upgrade argo-events to 1.8.1 (argoproj#2247)

https://github.com/argoproj/argo-events/releases/tag/v1.8.1

Signed-off-by: jmeridth <[email protected]>

* fix(argo-cd): Update values.yaml - update custom css styles side bar example (argoproj#2245)

* Update values.yaml - update custom css styles side barexample

.nav-bar is no longer the css class name

Signed-off-by: JesseBot <[email protected]>

* Update Chart.yaml - update patch version for values.yaml comment update

Signed-off-by: JesseBot <[email protected]>

* Update Chart.yaml - update change log

Signed-off-by: JesseBot <[email protected]>

---------

Signed-off-by: JesseBot <[email protected]>

* chore(argo-rollouts): Upgrade Argo Rollouts to v1.6.0 (argoproj#2252)

* chore(argo-rollouts): Upgrade Argo Rollouts to v1.6.0

Signed-off-by: Gustav Kofoed Clausen <[email protected]>

* chore(argo-rollouts): Update CRDs to matching version

Signed-off-by: Gustav Kofoed Clausen <[email protected]>

---------

Signed-off-by: Gustav Kofoed Clausen <[email protected]>
Co-authored-by: Gustav Kofoed Clausen <[email protected]>

* fix(argo-cd): Make the PathType configurable when using single ingress resource in AWS (argoproj#2251)

* Make the PathType configurable when using single ingress resource in AWS

Signed-off-by: Tamas <[email protected]>

* update chart version and doc

Signed-off-by: Tamas <[email protected]>

* Fix reference to value in range

Signed-off-by: Tamas <[email protected]>

---------

Signed-off-by: Tamas <[email protected]>
Co-authored-by: Tamas <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.8.3 (argoproj#2254)

Signed-off-by: Alexej Disterhoft <[email protected]>

* chore(argo-workflows): Upgrade Argo Workflows to v3.4.11 (argoproj#2255)

* fix(argo-cd): Restart Repo Server and Application Controller as following the change of Argo CD CM (argoproj#2235)

* fix(argo-cd): Restart Repo Server and Application Controller as following the change of Argo CD CM

Signed-off-by: yu-croco <[email protected]>

* fix(argo-cd): Aligne condition to argocd-cm

Signed-off-by: yu-croco <[email protected]>

---------

Signed-off-by: yu-croco <[email protected]>

* docs(argo-cd): Document scheduling parameters for redis-ha (argoproj#2253)

Signed-off-by: Petr Drastil <[email protected]>

* feat(argo-cd): adds toggle for helm-working-dir (argoproj#2249)

- Adds a toggle to be able to turn off the helm-working-dir for the
  repo server deployment. Using a shared helm repo storage directory can
  cause issues when multiple helm commands are being run in parallel.
  The repo server also has the ability to rebuild the repos and do
  updates in the normal flow for checking the status of an application
  so it won't cause issues if it's disabled.

Signed-off-by: Andrew Hamilton <[email protected]>

* chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 (argoproj#2258)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@f43a0e5...3df4ab1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (argoproj#2259)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@0b7f8ab...a8a3f3a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aikawa <[email protected]>

* docs(argo-workflows): add an HA section (argoproj#2183)

* feat(argo-workflows): add a sample HA config

- a `values-ha.yaml` as an example for how one would set-up HA according to the Argo Workflows docs

Signed-off-by: Anton Gilgur <[email protected]>

* docs(argo-workflows): add an HA section

- plus add a test for HA, which the docs link to as an example
- link back to [upstream docs](https://argoproj.github.io/argo-workflows/high-availability/) as well

- follow the same basic structure as the [Argo CD chart for HA](https://github.com/argoproj/argo-helm/blob/3e35b0c7f7d758d553b17f369cc5940484ef5d89/charts/argo-cd/README.md?plain=1#L17)
  - as asked in review

Signed-off-by: Anton Gilgur <[email protected]>

---------

Signed-off-by: Anton Gilgur <[email protected]>
Signed-off-by: Anton Gilgur <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* fix(argo-cd): Migrate leftover of applicationSet.replicaCount to applicationSet.replicas (argoproj#2261)

Signed-off-by: yu-croco <[email protected]>

* docs(argo-cd): improve changelog (argoproj#2262)

* clarify 5.19.0 changes
* revise wording

Signed-off-by: Josh Soref <[email protected]>

* fix(github): Fix changelog spelling of versions (argoproj#2263)

Signed-off-by: Josh Soref <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.8.4 (argoproj#2268)

* fix(argo-cd): Align redis-ha's affinity type to upstream due to warnings (argoproj#2270)

Signed-off-by: yu-croco <[email protected]>

* chore(deps): bump docker/login-action from 2.2.0 to 3.0.0 (argoproj#2271)

* fix(argo-cd): make ServiceMonitor annotations in ArgoCD server conditional (argoproj#2273)

* fix: add argocd servicemonitor annotations conditionally
Signed-off-by: Mats Willemsen <[email protected]>

* chore(argo-cd): add changelog

Signed-off-by: Mats Willemsen <[email protected]>

---------

Signed-off-by: Mats Willemsen <[email protected]>

* fix(argo-cd): Add checksum for CMP ConfigMap in repo-server Pod annotations (argoproj#2275)

Add checksum for CMP ConfigMap in repo-server

This helm chart defines the plugins as ConfigMaps -- according to the docs, when the CM is modified, the repo-server Pod must be restarted to have the sidecars pick up the latest changes:

https://argo-cd.readthedocs.io/en/stable/operator-manual/config-management-plugins/#debugging-a-cmp

The changes in this helm chart allow for a checksum to be calculated from the ConfigMap and added as a Pod annotation so whenever the CM values are modified, the Pod is restarted automatically.

Signed-off-by: sibucan <[email protected]>

* fix(argo-cd): Redis to 7.0.13 to fix CVE-2022-48174 (argoproj#2279)

* Redis to 7.0.13

Signed-off-by: Pieter van der Giessen <[email protected]>

* changelog

Signed-off-by: Pieter van der Giessen <[email protected]>

---------

Signed-off-by: Pieter van der Giessen <[email protected]>

* chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (argoproj#2280)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@3df4ab1...8ade135)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump amannn/action-semantic-pull-request from 5.2.0 to 5.3.0 (argoproj#2284)

* chore(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 (argoproj#2290)

* chore(deps): bump actions/setup-python from 4.7.0 to 4.7.1 (argoproj#2289)

* fix(argo-cd): Sync redis / redis-ha readOnlyRootFilesystem from upstream (argoproj#2294)

Signed-off-by: Marco Maurer <[email protected]>

* feat(argo-workflows): Configure declarative server auth mode (argoproj#2291)

* chore(argo-workflows): Upgrade argo-workflows to 3.5.0 (argoproj#2228)

Diff based on the rc1 branch currently here [3.4.10...3.5.0](argoproj/argo-workflows@v3.4.10...v3.5.0)

Signed-off-by: jmeridth <[email protected]>

* feat(argo-workflows): Added commonLabels (argoproj#2300)

* fix(argo-workflows): add all crds to aggregate-roles template (argoproj#2301)

fix: add all crds to aggregate-roles

Signed-off-by: Jonathan Raymond <[email protected]>

* chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (argoproj#2304)

* chore(argo-workflows): Add sample of PostgreSQL ssl entries in values.yaml (argoproj#2307)

Signed-off-by: yu-croco <[email protected]>

* feat(argo-workflows): Updated supported workers parameters (argoproj#2297)

* feat(argo-workflows): Updated supported workers parameters

Change
------
Based on argo-workflows [scaling documents](https://argoproj.github.io/argo-workflows/scaling/)
it's possible to set following workers values: `--workflow-workers`, `--workflow-ttl-workers`, `--pod-cleanup-workers`
and statring 3.5 `--cron-workflow-workers`. This change allows chart
consumers to take advatage of _all_ these parameters.

Testing
-------
```
helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep workers

helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep -A1 workers
          - "--workflow-workers"
          - "10"

helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep -A1 workers
          - "--workflow-workers"
          - "10"
          - "--workflow-ttl-workers"
          - "20"

helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep -A1 workers
          - "--workflow-workers"
          - "10"
          - "--workflow-ttl-workers"
          - "20"
          - "--pod-cleanup-workers"
          - "30"

helm upgrade argowf charts/argo-workflows -n argo --values charts/argo-workflows/values.yaml --create-namespace --debug | grep -A70 "Source: argo-workflows/templates/controller/workflow-controller-deployment.yaml" | grep -A1 workers
          - "--workflow-workers"
          - "10"
          - "--workflow-ttl-workers"
          - "20"
          - "--pod-cleanup-workers"
          - "30"
          - "--cron-workflow-workers"
          - "40"
```

Signed-off-by: Evgeny Khatko <[email protected]>
Signed-off-by: Evgeny Khatko <[email protected]>

* Addressing PR feedback.

Signed-off-by: Evgeny Khatko <[email protected]>

* newline

Signed-off-by: Tim Collins <[email protected]>

* Update Chart.yaml

Signed-off-by: Tim Collins <[email protected]>

* Update Chart.yaml

Signed-off-by: Tim Collins <[email protected]>

---------

Signed-off-by: Evgeny Khatko <[email protected]>
Signed-off-by: Evgeny Khatko <[email protected]>
Signed-off-by: Tim Collins <[email protected]>
Co-authored-by: Evgeny Khatko <[email protected]>
Co-authored-by: Tim Collins <[email protected]>

* fix(argo-rollouts): controller replicas count comparison (argoproj#2309)

* feat(argo-cd): add terminationGracePeriodSeconds (argoproj#2310)

Signed-off-by: toyamagu-2021 <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.8.5 (argoproj#2313)

* chore(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 (argoproj#2314)

* fix(argo-cd): Update Bitbucket SSH key (argoproj#2317)

Signed-off-by: Petr Drastil <[email protected]>

* feat(argo-cd): add notification cluster role (argoproj#2315)

* Add notification cluster role

Signed-off-by: drfaust92 <[email protected]>

* Add notification cluster role

Signed-off-by: drfaust92 <[email protected]>

* Add notification cluster role

Signed-off-by: drfaust92 <[email protected]>

* Add notification cluster role

Signed-off-by: drfaust92 <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>

* fix(argo-rollouts): Update AnalysisRun CRD to match upstream (argoproj#2320)

* fix(github): update chart testing action due to failure (argoproj#2324)

Getting failure when running chart testing action pulling v2.0.0 from sigstore

Updating action to see if this helps

Signed-off-by: jmeridth <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.8.6 (argoproj#2323)

* chore(argo-cd): Upgrade Argo CD to v2.8.6

Signed-off-by: Tim Collins <[email protected]>

* fix: drop unrecognized helm timeout

Signed-off-by: jmeridth <[email protected]>

---------

Signed-off-by: Tim Collins <[email protected]>
Signed-off-by: Jason Meridth <[email protected]>
Signed-off-by: jmeridth <[email protected]>
Co-authored-by: Jason Meridth <[email protected]>

* fix(argo-cd): Create notifications clusterrole and clusterrolebinding when enabled (argoproj#2326)

* Create clusterrole for nitifications only when notifications enabled

Signed-off-by: Denis Kadyshev <[email protected]>

* Create clusterrolebinding for nitifications only when notifications enbaled

Signed-off-by: Denis Kadyshev <[email protected]>

* Bump version in Chart.yaml

Signed-off-by: Denis Kadyshev <[email protected]>

* Update Chart.yaml

Signed-off-by: Denis Kadyshev <[email protected]>

* Update Chart.yaml

Signed-off-by: Denis Kadyshev <[email protected]>

---------

Signed-off-by: Denis Kadyshev <[email protected]>

* fix(argo-workflows): Fix outdated URL in values.yaml comments (argoproj#2328)

* fix outdated link branch link

Branch was renamed prior, redirects to main now

Signed-off-by: Max! <[email protected]>

* Update Chart.yaml

Signed-off-by: Max! <[email protected]>

* add to changelog

Signed-off-by: Max! <[email protected]>

---------

Signed-off-by: Max! <[email protected]>

* chore(argo-workflows): Upgrade Argo Workflows to v3.5.1 (argoproj#2329)

Signed-off-by: yu-croco <[email protected]>

* chore(deps): bump amannn/action-semantic-pull-request from 5.3.0 to 5.4.0 (argoproj#2330)

chore(deps): bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@47b15d5...e9fabac)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (argoproj#2331)

Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](helm/chart-releaser-action@be16258...a917fd1)

---
updated-dependencies:
- dependency-name: helm/chart-releaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump helm/chart-testing-action from 2.6.0 to 2.6.1 (argoproj#2332)

Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@b43128a...e6669bc)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(argo-cd): Upgrade Argo CD to 2.9.0 (argoproj#2318)

Signed-off-by: Petr Drastil <[email protected]>

* chore(github): Updated security documentation and CLOMonitor exemptions (argoproj#2333)

* Updated security documentation and CLOMonitor exemptions

Signed-off-by: Eddie Knight <[email protected]>

* Added license scanning exepmtion

Signed-off-by: Eddie Knight <[email protected]>

* Added best practices badge to README

Signed-off-by: Eddie Knight <[email protected]>

---------

Signed-off-by: Eddie Knight <[email protected]>
Co-authored-by: Jason Meridth <[email protected]>

* fix(argo-workflows): Accept multi auth mode for server (argoproj#2336)

* fix(argo-workflows): Accept multi auth mode for server

Signed-off-by: yu-croco <[email protected]>

* chore(argo-workflows): improve description of authMode

Signed-off-by: yu-croco <[email protected]>

* chore(argo-workflows): keep the older value valid for now as compatibility.

Signed-off-by: yu-croco <[email protected]>

---------

Signed-off-by: yu-croco <[email protected]>

* chore(github): Add yu-cruco to * in CODEOWNERS (argoproj#2338)

chore: Add yu-cruco to * in CODEOWNERS

yu-cruco is now a maintainer and will be notified on all PRs

- [x] moved CODEOWNERS into .github folder where it belongs

Signed-off-by: jmeridth <[email protected]>

* fix(argo-cd): Add permission for Applications in any namespace (argoproj#2341)

Signed-off-by: yu-croco <[email protected]>

* chore(argo-cd): Upgrade Argo CD to v2.9.1 (argoproj#2344)

* chore(argo-rollouts): Bump rollouts to 1.6.1 (argoproj#2345)

* Bump rollouts to 1.6.2

Signed-off-by: drfaust92 <[email protected]>

* Bump to 1.6.1

Signed-off-by: drfaust92 <[email protected]>

* Bump to 1.6.1

Signed-off-by: drfaust92 <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* chore(argo-rollouts): Bump rollouts to 1.6.2 (argoproj#2347)

* fix(argo-workflows): Add parameters for tuning revisionHistoryLimit and emptyDir volumes (argoproj#2346)

* fix(argo-workflows): Align version label (argoproj#2342)

* fix(argo-workflows): Aligne version label

Signed-off-by: yu-croco <[email protected]>

* fix(argo-workflows): fix typo

Signed-off-by: yu-croco <[email protected]>

---------

Signed-off-by: yu-croco <[email protected]>

* docs(github): typo fix in security.md (argoproj#2343)

* typo fix

Signed-off-by: Kripu Khadka <[email protected]>

* Revert "typo fix"

This reverts commit b02b2fb.

Signed-off-by: Kripu Khadka <[email protected]>

* typo fix in SECURITY.md

Signed-off-by: Kripu Khadka <[email protected]>
Signed-off-by: Kripu Khadka <[email protected]>

---------

Signed-off-by: Kripu Khadka <[email protected]>
Signed-off-by: Kripu Khadka <[email protected]>
Co-authored-by: Aikawa <[email protected]>

* chore(argo-workflows): Remove xip url from test to avoid confusion (argoproj#2350)

* chore(argo-workflows): Remove xip url from test to avoid confusion

Signed-off-by: Tim Collins <[email protected]>

* Bump version

Signed-off-by: Tim Collins <[email protected]>

* More bumpings

Signed-off-by: Tim Collins <[email protected]>

* Tim can't type

Signed-off-by: Tim Collins <[email protected]>

* Swap to example.com - rfc2606

Signed-off-by: Tim Collins <[email protected]>

---------

Signed-off-by: Tim Collins <[email protected]>

* chore(argo-cd): Replace non-existing examples with official example domain (argoproj#2352)

* chore(argo-cd): Upgrade Argo CD to v2.9.2 (argoproj#2353)

Signed-off-by: yu-croco <[email protected]>

* chore(github): Update SECURITY-INSIGHTS.yml to include security-contacts (argoproj#2356)

* feat(argo-workflows): Make workflow controller ConfigMap optional (argoproj#2354)

* chore(argo-workflows): Upgrade Argo Workflows to v3.5.2 (argoproj#2357)

Signed-off-by: yu-croco <[email protected]>

* fix(argo-rollouts): Update all rollout CRDs to match upstream (argoproj#2361)

Signed-off-by: Abdulla Abdurakhmanov <[email protected]>

* change image tag

* change image tag

---------

Signed-off-by: Fuochi <[email protected]>
Signed-off-by: yu-croco <[email protected]>
Signed-off-by: Joonas Venäläinen <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Petr Drastil <[email protected]>
Signed-off-by: jmeridth <[email protected]>
Signed-off-by: JesseBot <[email protected]>
Signed-off-by: Gustav Kofoed Clausen <[email protected]>
Signed-off-by: Tamas <[email protected]>
Signed-off-by: Alexej Disterhoft <[email protected]>
Signed-off-by: Andrew Hamilton <[email protected]>
Signed-off-by: Anton Gilgur <[email protected]>
Signed-off-by: Anton Gilgur <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Mats Willemsen <[email protected]>
Signed-off-by: sibucan <[email protected]>
Signed-off-by: Pieter van der Giessen <[email protected]>
Signed-off-by: Marco Maurer <[email protected]>
Signed-off-by: Jonathan Raymond <[email protected]>
Signed-off-by: Evgeny Khatko <[email protected]>
Signed-off-by: Evgeny Khatko <[email protected]>
Signed-off-by: Tim Collins <[email protected]>
Signed-off-by: toyamagu-2021 <[email protected]>
Signed-off-by: drfaust92 <[email protected]>
Signed-off-by: Tim Collins <[email protected]>
Signed-off-by: Jason Meridth <[email protected]>
Signed-off-by: Denis Kadyshev <[email protected]>
Signed-off-by: Max! <[email protected]>
Signed-off-by: Eddie Knight <[email protected]>
Signed-off-by: Kripu Khadka <[email protected]>
Signed-off-by: Kripu Khadka <[email protected]>
Signed-off-by: Abdulla Abdurakhmanov <[email protected]>
Co-authored-by: Jason Meridth <[email protected]>
Co-authored-by: Fuochi <[email protected]>
Co-authored-by: Jeongwon Song <[email protected]>
Co-authored-by: Aikawa <[email protected]>
Co-authored-by: Joonas Venäläinen <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Petr Drastil <[email protected]>
Co-authored-by: JesseBot <[email protected]>
Co-authored-by: Gustav Kofoed Clausen <[email protected]>
Co-authored-by: Gustav Kofoed Clausen <[email protected]>
Co-authored-by: Tamas Szasz <[email protected]>
Co-authored-by: Tamas <[email protected]>
Co-authored-by: Alexej Disterhoft <[email protected]>
Co-authored-by: Andrew Hamilton <[email protected]>
Co-authored-by: Anton Gilgur <[email protected]>
Co-authored-by: Josh Soref <[email protected]>
Co-authored-by: Mats Willemsen <[email protected]>
Co-authored-by: sibucan <[email protected]>
Co-authored-by: Pieter <[email protected]>
Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]>
Co-authored-by: Koen van Zuijlen <[email protected]>
Co-authored-by: Jonathan Raymond <[email protected]>
Co-authored-by: Ujin <[email protected]>
Co-authored-by: Evgeny Khatko <[email protected]>
Co-authored-by: Tim Collins <[email protected]>
Co-authored-by: gussan <[email protected]>
Co-authored-by: Ilia Lazebnik <[email protected]>
Co-authored-by: Denis Kadyshev <[email protected]>
Co-authored-by: Max! <[email protected]>
Co-authored-by: Eddie Knight <[email protected]>
Co-authored-by: Matt Dainty <[email protected]>
Co-authored-by: Kripu Khadka <[email protected]>
Co-authored-by: qa-florian-wende <[email protected]>
Co-authored-by: Abdulla Abdurakhmanov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants