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

Upgrade argocd 2.7 #14

Merged
merged 119 commits into from
Jul 11, 2023
Merged

Upgrade argocd 2.7 #14

merged 119 commits into from
Jul 11, 2023

Conversation

ilia-medvedev-codefresh
Copy link
Collaborator

No description provided.

jsievenpiper and others added 30 commits April 7, 2023 08:43
…proj#1923)

feat(argo-workflows): add the ability to declare initContainers to server and controller deployments

Signed-off-by: Justin Sievenpiper <[email protected]>
…template (argoproj#1933)

* fix(argo-events): missing argument for toYaml function in deployment template

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

* Add description to Chart.yaml

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

* bump version

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

---------

Signed-off-by: Shawqi <[email protected]>
Co-authored-by: Petr Drastil <[email protected]>
fix(argo-workflows): Remove outdated content on README
Signed-off-by: yu-croco <[email protected]>
…urces (argoproj#1956)

Reason: `helm template` doesn't add the namespace field automatically

* fix(argo-workflows): Add namespace field to all namespace scoped resources because `helm template` doesn't add the namespace filed automatically
Signed-off-by: yu-croco <[email protected]>

* chore(argo-workflows): bump minor version
Signed-off-by: yu-croco <[email protected]>

* refactor(argo-workflows): reflect review points
Signed-off-by: yu-croco <[email protected]>
…rgoproj#1959)

* fix(argo-events): add namespace field for namespace scoped resources
Signed-off-by: yu-croco <[email protected]>

* Apply suggestion from code review

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

---------

Signed-off-by: Marco Kilchhofer <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>
…1969)

github: comment out notational pieces of PR template

- the DCO and publishing sentences are not filled out during PRs
  and are purely notational
  - comment them out with HTML comments, as is common practice
    - example from a repo I maintain: https://github.com/ezolenko/rollup-plugin-typescript2/blob/f6db59613a66f58c48310aa8fa785951970b5d6d/.github/issue_template.md?plain=1#L2
      - I copied that from other repos too
  - these comments are still visible to the PR author, just not visible
    when rendered, keeping the PR more concise

Signed-off-by: Anton Gilgur <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>
…icRelabelings & targetLabels (argoproj#1977)

* feat(argo-workflows): add Prometheus ServiceMonitor relabelings, metricRelabelings & targetLabels

Signed-off-by: Stefan Tertan <[email protected]>

* chore(argo-workflows): bump Helm chart patch version

Signed-off-by: Stefan Tertan <[email protected]>

* docs(argo-workflows): update README.md via `helm-docs`

Signed-off-by: Stefan Tertan <[email protected]>

* chore(argo-workflows): update changelog via chart annotation

Signed-off-by: Stefan Tertan <[email protected]>

* chore(argo-workflows): remove URLs from README

Signed-off-by: Stefan Tertan <[email protected]>

---------

Signed-off-by: Stefan Tertan <[email protected]>
Co-authored-by: Aikawa <[email protected]>
…m a tpl to str(argoproj#1978) (argoproj#1979)

fix: Changed the project field of the applicationset from a tpl function to a string.

Signed-off-by: tomoki-yamaguchi <[email protected]>
* chore(argo-cd): Upgrade Argo CD to v2.7.0
Signed-off-by: yu-croco <[email protected]>

* fix(argo-cd): collect syntax
Signed-off-by: yu-croco <[email protected]>
…g helper function for HPA configuration (argoproj#2001)

fix: Add missing argo-workflows.apiVersion.autoscaling helper function for HPA configuration

Signed-off-by: jmeridth <[email protected]>
…lify usage (argoproj#2002)

Fixes argoproj#1140

- [x] remove `.Values.useDefaultArtifactRepo` to ensure if items populated they get into the configmap.
- [x] change structure of `.Values.customArtifactRepository` to only include the custom information

Signed-off-by: jmeridth <[email protected]>
…j#1993)

[argo-cd] allow extraObjects to contain string template

Signed-off-by: Cyril Jouve <[email protected]>
Signed-off-by: Marco Kilchhofer <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>
Signed-off-by: Marco Kilchhofer <[email protected]>
Co-authored-by: Marko Bevc <[email protected]>
- [x] DELETE OWNERS file, not parsed, only used for bookkeeping, CODEOWNERS does this
- [x] update CODEOWNERS to people who have committed in the last year
- [x] create EMERITUS.md to list former CODEOWNERS and thank them for their contribution
- [x] create SECURITY.md so people know how to report security issues
  - [x] turn on private vulnerability reporting in the repository
- [x] create CODE_OF_CONDUCT.md linking to CNCF code of conduct

By adding a code of conduct and security file we can set our Community Standards to 100% [here](https://github.com/argoproj/argo-helm/community)

Signed-off-by: jmeridth <[email protected]>
Co-authored-by: Marko Bevc <[email protected]>
…oj#2012)

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

---
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>
dependabot bot and others added 27 commits June 10, 2023 23:24
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@0776a67...9fcb2c2)

---
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>
…#2102)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.6 to 2.13.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@83f0fe6...cdcdbb5)

---
updated-dependencies:
- dependency-name: github/codeql-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: Generate release notes

Signed-off-by: Lukas Jost <[email protected]>
…j#2116)

Fix helm lint error when `extraObjects` is defined

Signed-off-by: Patrick Li <[email protected]>
)

Change applicationSet controller metrics port to 8085

Signed-off-by: Tero Ahonen <[email protected]>
Co-authored-by: Tero Ahonen <[email protected]>
…ions (argoproj#2124)

Change server's crb creation conditions

Signed-off-by: frauniki <[email protected]>
Co-authored-by: Jason Meridth <[email protected]>
Co-authored-by: Aikawa <[email protected]>
argoproj#2129)

* Add conditional for params cm.

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

* Add value for create.

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

* Update CHANGELOG.

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

* Extra space.

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

* Update docs.

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

* Extra space.

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

* Bump to 5.36.9

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

---------

Signed-off-by: Josh Baird <[email protected]>
…el and format (argoproj#2127)

* Add env vars for notification logging.

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

* Indent.

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

* Update CHANGELOG.

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

* Bump chart version.

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

* Remove extra line.

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

* Bump to 5.6.38.

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

---------

Signed-off-by: Josh Baird <[email protected]>
* fix(argo-cd): update grpc service to use proper targetPort

Signed-off-by: d.chien <[email protected]>

* fix(argo-cd): update Chart changelog

Signed-off-by: d.chien <[email protected]>

---------

Signed-off-by: d.chien <[email protected]>
- Convert `$preset.type` to string to prevent an "incompatible types for
  comparison" when no strategy are defined

Signed-off-by: Laurent Lavaud <[email protected]>
…` ConfigMap (argoproj#2146)

fix(argo-cd): remove necessary `create` entry in `argocd-cmd-params-cm` ConfigMap

Signed-off-by: Atkins Chang <[email protected]>
- add cmd-params checksum annotation to the applicationSet deployment to
  trigger an automated rollout when changed.

Signed-off-by: Laurent Lavaud <[email protected]>
Signed-off-by: Laurent Lavaud <[email protected]>
feat: upgrade dexIDP from 2.36.0 -> 2.37.0

Signed-off-by: Venkata Mutyala <[email protected]>
…#2135)

Signed-off-by: tomoki-yamaguchi <[email protected]>
Co-authored-by: Aikawa <[email protected]>
Co-authored-by: Tim Collins <[email protected]>
…2156)

* feat(certificate): adding annotations options for the `Certificate` resources

Signed-off-by: Amit Ben Ami <[email protected]>

* feat: bumping the chart version

Signed-off-by: Amit Ben Ami <[email protected]>

---------

Signed-off-by: Amit Ben Ami <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>
@ilia-medvedev-codefresh ilia-medvedev-codefresh merged commit f670c9c into argo-cd Jul 11, 2023
@ilia-medvedev-codefresh ilia-medvedev-codefresh deleted the upgrade-argocd-2.7 branch July 11, 2023 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.