Skip to content

Commit d013a55

Browse files
hairmareeyenx
andauthored
feat(argo-apps): Update Argo Rollouts from 1.7.0 to 1.7.2 (#1340)
Co-authored-by: Toni Tauro <[email protected]>
1 parent 22367ae commit d013a55

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
lines changed

charts/argo-apps/Chart.yaml

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: argo-apps
33
description: Argo CD app-of-apps config for various argo project components
44
type: application
5-
version: 0.24.0
5+
version: 0.25.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/argo-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -17,12 +17,30 @@ dependencies:
1717
annotations:
1818
artifacthub.io/changes: |
1919
- kind: changed
20-
description: "feat(argo-rollouts): update from 1.6.6 to 1.7.0"
20+
description: "feat(argo-rollouts): update from 1.7.0 to 1.7.2"
2121
links:
22-
- name: GitHub Release 1.7.0
23-
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.0
22+
- name: GitHub Release 1.7.1
23+
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.1
24+
- name: GitHub Release 1.7.2
25+
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.2
2426
- kind: changed
25-
description: "feat(argo-rollouts): update chart from 2.35.3 to 2.36.0"
27+
description: "feat(argo-rollouts): update chart from 2.36.0 to 2.38.0"
2628
links:
27-
- name: "chore(argo-rollouts): Update dependency argoproj/argo-rollouts"
28-
url: https://github.com/argoproj/argo-helm/commit/43c626d31ed39037696392682e65fd82f79f1c9f
29+
- name: "fix: Change type of trafficRouterPlugins and trafficRouterPlugins as list"
30+
url: https://github.com/argoproj/argo-helm/pull/3036
31+
- name: "fix: plugin block rendering"
32+
url: https://github.com/argoproj/argo-helm/pull/3014
33+
- name: "feat: Add loadBalancerClass field for Service resources"
34+
url: https://github.com/argoproj/argo-helm/pull/2772
35+
- name: "fix: Align permissions for controller's ClusterRole / Role"
36+
url: https://github.com/argoproj/argo-helm/pull/2830
37+
- name: "feat: add option to disable creation of notifications configmap"
38+
url: https://github.com/argoproj/argo-helm/pull/2849
39+
- name: "fix: Add traefik apiGroup"
40+
url: https://github.com/argoproj/argo-helm/pull/2703
41+
- name: "fix: fix global subscriptions for Rollouts"
42+
url: https://github.com/argoproj/argo-helm/pull/2797
43+
- name: "fix: add subscriptions in notifications configmap"
44+
url: https://github.com/argoproj/argo-helm/pull/2793
45+
- name: "fix: add annotations for notificactions secret"
46+
url: https://github.com/argoproj/argo-helm/pull/2777

charts/argo-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/argo-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ argoRollouts:
3333
# -- Chart
3434
chart: "argo-rollouts"
3535
# -- [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version
36-
targetRevision: "2.36.0"
36+
targetRevision: "2.38.0"
3737
# -- Helm values
3838
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml)
3939
values: {}

0 commit comments

Comments
 (0)