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(infra-apps): Update kured from 4.2.0 to 5.2.0 #1133

Merged
merged 2 commits into from
Oct 10, 2023
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
26 changes: 22 additions & 4 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
version: 0.181.0
version: 0.182.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,7 +17,25 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "feat(infra-apps): Update kubePrometheusStack from 49.2.0 to 51.2.0"
description: "feat(infra-apps): Update kured from 4.2.0 to 5.2.0"
links:
- name: Upgrades Prometheus-Operator to v0.68.0, Prometheus to 2.47.0 and Thanos to v0.32.2
url: https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack#from-50x-to-51x
- name: "fix: annotate nodes for reboot before aborting due to blocked"
url: https://github.com/kubereboot/kured/pull/749
- name: "update docs location"
url: https://github.com/kubereboot/kured/pull/758
- name: "feat: metrics port command"
url: https://github.com/kubereboot/kured/pull/780
- name: "Support pod-selector for drain command"
url: https://github.com/kubereboot/kured/pull/788
- name: "Use readOnlyRootFilesystem"
url: https://github.com/kubereboot/kured/pull/805
- name: "Log on unusual sentinel-command exit code"
url: https://github.com/kubereboot/kured/pull/806
- name: "Don’t hold node lock if reboot is blocked"
url: https://github.com/kubereboot/kured/pull/819
- name: "Add argument to invert the behavior of alert-filter-regexp"
url: https://github.com/kubereboot/kured/pull/786
- name: "Add multiple concurrent node reboot"
url: https://github.com/kubereboot/kured/pull/660
- name: "Adds new flag --metrics-host"
url: https://github.com/kubereboot/kured/pull/811
4 changes: 2 additions & 2 deletions charts/infra-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/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ kured:
# -- Chart
chart: kured
# -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured)
targetRevision: 4.2.0
targetRevision: 5.2.0
# -- Helm values
# @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml)
values: {}
Expand Down