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

feat(argo-apps): Update Argo Rollouts from 1.7.0 to 1.7.2 #1340

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 25 additions & 7 deletions charts/argo-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: argo-apps
description: Argo CD app-of-apps config for various argo project components
type: application
version: 0.24.0
version: 0.25.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/argo-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,12 +17,30 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "feat(argo-rollouts): update from 1.6.6 to 1.7.0"
description: "feat(argo-rollouts): update from 1.7.0 to 1.7.2"
links:
- name: GitHub Release 1.7.0
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.0
- name: GitHub Release 1.7.1
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.1
- name: GitHub Release 1.7.2
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.2
- kind: changed
description: "feat(argo-rollouts): update chart from 2.35.3 to 2.36.0"
description: "feat(argo-rollouts): update chart from 2.36.0 to 2.38.0"
links:
- name: "chore(argo-rollouts): Update dependency argoproj/argo-rollouts"
url: https://github.com/argoproj/argo-helm/commit/43c626d31ed39037696392682e65fd82f79f1c9f
- name: "fix: Change type of trafficRouterPlugins and trafficRouterPlugins as list"
url: https://github.com/argoproj/argo-helm/pull/3036
- name: "fix: plugin block rendering"
url: https://github.com/argoproj/argo-helm/pull/3014
- name: "feat: Add loadBalancerClass field for Service resources"
url: https://github.com/argoproj/argo-helm/pull/2772
- name: "fix: Align permissions for controller's ClusterRole / Role"
url: https://github.com/argoproj/argo-helm/pull/2830
- name: "feat: add option to disable creation of notifications configmap"
url: https://github.com/argoproj/argo-helm/pull/2849
- name: "fix: Add traefik apiGroup"
url: https://github.com/argoproj/argo-helm/pull/2703
- name: "fix: fix global subscriptions for Rollouts"
url: https://github.com/argoproj/argo-helm/pull/2797
- name: "fix: add subscriptions in notifications configmap"
url: https://github.com/argoproj/argo-helm/pull/2793
- name: "fix: add annotations for notificactions secret"
url: https://github.com/argoproj/argo-helm/pull/2777
4 changes: 2 additions & 2 deletions charts/argo-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/argo-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ argoRollouts:
# -- Chart
chart: "argo-rollouts"
# -- [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version
targetRevision: "2.36.0"
targetRevision: "2.38.0"
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml)
values: {}
Loading