Skip to content

Commit c4d9dd6

Browse files
authored
Merge branch 'main' into chore/charts/loki_6.46.0_updates
2 parents c871c44 + c2b5a54 commit c4d9dd6

File tree

12 files changed

+70
-96
lines changed

12 files changed

+70
-96
lines changed

charts/azure-apps/Chart.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: azure-apps
33
description: Argo CD app-of-apps config for Azure applications
44
type: application
5-
version: 0.17.0
5+
version: 0.18.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/azure-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -15,13 +15,13 @@ dependencies:
1515
version: 0.9.1
1616
repository: https://charts.adfinis.com
1717
annotations:
18-
artifacthub.io/containsSecurityUpdates: "true"
18+
artifacthub.io/containsSecurityUpdates: "false"
1919
artifacthub.io/changes: |
20-
- kind: security
20+
- kind: changed
2121
description: |
22-
Update promitorResourceDiscovery to 0.14.1, which includes patches for various CVEs.
22+
fix: update promitorScraper to 1.14.1
23+
- Fixed a bug in Azure Monitor scraping to handle duplicate metric namespaces in queries
24+
- Updated dependencies
2325
links:
24-
- name: Promitor Resource Discovery v0.14.1
25-
url: https://github.com/tomkerkhove/promitor/releases/tag/ResourceDiscovery-v0.14.1
26-
- name: ResourceDiscovery v0.14.1
27-
url: https://github.com/promitor/charts/releases/tag/ResourceDiscovery-v0.14.1
26+
- name: Scraper 2.14.1 Release
27+
url: https://github.com/tomkerkhove/promitor/releases/tag/Scraper-v2.14.1

charts/azure-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/azure-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ promitorScraper:
3333
# -- Chart
3434
chart: "promitor-agent-scraper"
3535
# -- [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version
36-
targetRevision: "2.14.0"
36+
targetRevision: "2.14.1"
3737
# -- Helm values
3838
# @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-scraper/values.yaml)
3939
values: {}

charts/infra-apps/Chart.yaml

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: infra-apps
33
description: Argo CD app-of-apps config for infrastructure components
44
type: application
5-
version: 0.255.0
5+
version: 0.256.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -15,27 +15,33 @@ dependencies:
1515
version: 0.9.1
1616
repository: https://charts.adfinis.com
1717
annotations:
18-
artifacthub.io/containsSecurityUpdates: "false"
18+
artifacthub.io/containsSecurityUpdates: "true"
1919
artifacthub.io/changes: |
2020
- kind: changed
2121
description: |
22-
fix: update ingress-nginx to 4.14.1
22+
fix: update certManager to 1.19.2
23+
24+
- Fixes for various CVEs
25+
- Updated ACME client
26+
- Add IPv6 rules to the default network policy
27+
- Add global.nodeSelector to helm chart
28+
- Add a feature gate to default to Ingress pathType Exact in ACME HTTP01 Ingress challenge solvers.
29+
- Add generated applyconfigurations allowing clients to make type-safe server-side apply requests for cert-manager resources.
30+
- Added API defaults to issuer references group (cert-manager.io) and kind (Issuer)
31+
- Added certmanager_certificate_challenge_status Prometheus metric.
32+
- Added protocol field for rfc2136 DNS01 provider
33+
- The CAInjectorMerging feature has been promoted to BETA and is now enabled by default
34+
- Updated certificate metrics to the collector approach
35+
- ACME: Increased challenge authorization timeout to 2 minutes to fix error waiting for authorization
36+
- Increase maximum sizes of PEM certificates and chain
37+
2338
24-
- Update NGINX controller to 1.14.1
25-
- Added support for PROXY protocol v2 in SSL Proxy
26-
- Fixes for rate-limiting zone sorting
2739
links:
28-
- name: ingress nginx changelog
29-
url: https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
30-
- name: helm-chart-4.14.1
31-
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.14.1
32-
- name: helm-chart-4.13.5
33-
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.13.5
34-
- name: helm-chart-4.14.0
35-
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.14.0
36-
- name: helm-chart-4.13.4
37-
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.13.4
38-
- name: helm-chart-4.13.3
39-
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.13.3
40-
- name: helm-chart-4.13.2
41-
url: https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.13.2
40+
- name: v1.19.2 Release
41+
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.19.2
42+
- name: v1.18.4 Release
43+
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.18.4
44+
- name: v1.19.1 Release
45+
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.19.1
46+
- name: v1.19.0 Release
47+
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.19.0

charts/infra-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/infra-apps/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ certManager:
4242
# -- Chart
4343
chart: cert-manager
4444
# -- [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version
45-
targetRevision: 1.18.2
45+
targetRevision: 1.19.2
46+
4647
# -- Helm values
4748
# @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)
4849
values: {}

charts/misc-apps/Chart.yaml

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: misc-apps
33
description: Argo CD app-of-apps config for miscellaneous small tools
44
type: application
5-
version: 0.57.0
5+
version: 0.58.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -19,26 +19,18 @@ annotations:
1919
artifacthub.io/changes: |
2020
- kind: changed
2121
description: |
22-
chore: Upgraded Keda chart from 2.14.2 to 2.17.2
22+
chore: Upgraded Keda chart from 2.17.2 to 2.18.2
2323
24-
- Bumped Keda to v2.17.0
25-
- improved security with stricter RBAC
26-
- improved reliability of cer Renewals
24+
- Bumped Keda to 2.18.2
25+
- improved the raw metrics stream to send metrics during the ScaledObject's polling interval
26+
- Added a flag KEDA_CHECK_UNEXPECTED_SCALERS_PARAMS to allow checking for unexpected scaler parameters
2727
- added option to disable the creation of legacy Docker service links
2828
- fixed service account token bug.
2929
3030
links:
31-
- name: v2.17.2 release notes
32-
url: https://github.com/kedacore/charts/releases/tag/v2.17.2
33-
- name: v2.17.1 release notes
34-
url: https://github.com/kedacore/charts/releases/tag/v2.17.1
35-
- name: v2.16.1 release notes
36-
url: https://github.com/kedacore/charts/releases/tag/v2.16.1
37-
- name: v2.16.0 release notes
38-
url: https://github.com/kedacore/charts/releases/tag/v2.16.0
39-
- name: v2.15.2 release notes
40-
url: https://github.com/kedacore/charts/releases/tag/v2.15.2
41-
- name: v2.15.1 release notes
42-
url: https://github.com/kedacore/charts/releases/tag/v2.15.1
43-
- name: v2.14.3 release notes
44-
url: https://github.com/kedacore/charts/releases/tag/v2.14.3
31+
- name: v2.18.0 release notes
32+
url: https://github.com/kedacore/keda/releases/tag/v2.18.0
33+
- name: v2.18.1 release notes
34+
url: https://github.com/kedacore/keda/releases/tag/v2.18.1
35+
- name: v2.18.0 release notes
36+
url: https://github.com/kedacore/keda/releases/tag/v2.18.0

charts/misc-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/misc-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ keda:
158158
# -- Chart
159159
chart: keda
160160
# -- [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version
161-
targetRevision: 2.17.2
161+
targetRevision: 2.18.2
162162
# -- Helm values
163163
# @default -- [upstream values](https://github.com/kedacore/charts/blob/main/keda/values.yaml)
164164
values: {}

charts/storage-apps/Chart.yaml

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: storage-apps
33
description: Argo CD app-of-apps config for storage applications
44
type: application
5-
version: 0.19.0
5+
version: 0.20.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/storage-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -18,38 +18,13 @@ annotations:
1818
artifacthub.io/changes: |
1919
- kind: changed
2020
description: |
21-
Updated cephCsiCephfs and cephCsiRbd charts to 3.15.0, including:
22-
- Replication server moved from main controller to CSI-Addons
23-
- Added support for QoS parameters, like limits based on I/O capacity, read/write mix, and maximums.
24-
- New method for SELinux labeling was introduce
25-
- Can now create a ReadWriteMany (PVC) directly from a ReadOnlyMany
26-
- Now supports using the ObjectMap data store within a RADOS namespace.
21+
Updated cephCsiCephfs and cephCsiRbd charts to 3.15.1, including:
22+
- Bug/fencing shallow volume
23+
- Fix bug where volumereplication promote/demote would fail
24+
- Support compressed ipv6 addresses
25+
- skip reset quiesce during DeleteVolumeGroupSnapshot
26+
- retry controllerpublish secret fetch on missing clusterId
27+
- pass fsName when mounting from monitor list
2728
links:
28-
- name: "3.15 Release Notes"
29-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.15.0"
30-
- name: "3.14.2 Release Notes"
31-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.14.2"
32-
- name: "3.14.1 Release Notes"
33-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.14.1"
34-
- name: "3.14 Release Notes"
35-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.14.0"
36-
- name: "3.13.1 Release Notes"
37-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.13.1"
38-
- name: "3.13 Release Notes"
39-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.13.0"
40-
- name: "3.12.3 Release Notes"
41-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.12.3"
42-
- name: "3.12.1 Release Notes"
43-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.12.1"
44-
- name: "3.12 Release Notes"
45-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.12.0"
46-
- name: "3.11 Release Notes"
47-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.11.0"
48-
- name: "3.10.2 Release Notes"
49-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.10.2"
50-
- name: "3.10.1 Release Notes"
51-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.10.1"
52-
- name: "3.10 Release Notes"
53-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.10.0"
54-
- name: "3.9 Release Notes"
55-
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.9.0"
29+
- name: "3.15.1 Release Notes"
30+
url: "https://github.com/ceph/ceph-csi/releases/tag/v3.15.1"

0 commit comments

Comments
 (0)