From 05e0342985ee60468cc8954c59e58f3cbccbf87f Mon Sep 17 00:00:00 2001
From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com>
Date: Sat, 9 Mar 2024 02:11:52 +0000
Subject: [PATCH 1/9] ci(github-action): update awalsh128/cache-apt-pkgs-action
action to v1.4.2
| datasource | package | from | to |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | awalsh128/cache-apt-pkgs-action | v1.4.1 | v1.4.2 |
---
.github/workflows/build-terraform-oci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-terraform-oci.yaml b/.github/workflows/build-terraform-oci.yaml
index e1f15989c..8b830cda0 100644
--- a/.github/workflows/build-terraform-oci.yaml
+++ b/.github/workflows/build-terraform-oci.yaml
@@ -36,7 +36,7 @@ jobs:
echo '${{ steps.changed-files.outputs.all_changed_files }}'
- name: Install jo
- uses: awalsh128/cache-apt-pkgs-action@v1.4.1
+ uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: jo
From 055e0ac81cdad26cf065f32050339df2b8a6c979 Mon Sep 17 00:00:00 2001
From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com>
Date: Sun, 10 Mar 2024 21:07:21 +0000
Subject: [PATCH 2/9] ci(github-action): update oxsecurity/megalinter action to
v7.10.0
| datasource | package | from | to |
| ----------- | --------------------- | ------ | ------- |
| github-tags | oxsecurity/megalinter | v7.9.0 | v7.10.0 |
---
.github/workflows/lint.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index edf624276..f171faa2d 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -31,7 +31,7 @@ jobs:
private-key: ${{ secrets.KIREQUE_APP_PRIVATE_KEY }}
- name: MegaLinter
- uses: oxsecurity/megalinter@v7.9.0
+ uses: oxsecurity/megalinter@v7.10.0
env:
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
PRINT_ALPACA: false
From 4831cde85917cdb485d63dec2a3ed19a208d503d Mon Sep 17 00:00:00 2001
From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com>
Date: Tue, 12 Mar 2024 09:20:07 +0100
Subject: [PATCH 3/9] feat(terraform-provider)!: Update Terraform minio to
2.1.0 (#386)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [minio](https://registry.terraform.io/providers/aminueza/minio)
([source](https://togithub.com/aminueza/terraform-provider-minio)) |
required_provider | major | `1.20.1` -> `2.1.0` |
---
### Release Notes
aminueza/terraform-provider-minio (minio)
###
[`v2.1.0`](https://togithub.com/aminueza/terraform-provider-minio/releases/tag/v2.1.0)
[Compare
Source](https://togithub.com/aminueza/terraform-provider-minio/compare/v2.0.1...v2.1.0)
#### What's Changed
- Fixed group policy assign parameter typo by
[@danielhass](https://togithub.com/danielhass) in
[https://github.com/aminueza/terraform-provider-minio/pull/553](https://togithub.com/aminueza/terraform-provider-minio/pull/553)
- Document `DeleteMarker` expiry in ilm policy by
[@michaelruigrok](https://togithub.com/michaelruigrok) in
[https://github.com/aminueza/terraform-provider-minio/pull/558](https://togithub.com/aminueza/terraform-provider-minio/pull/558)
- Add resource_minio_s3\_object 'source' support by
[@fhemberger](https://togithub.com/fhemberger) in
[https://github.com/aminueza/terraform-provider-minio/pull/555](https://togithub.com/aminueza/terraform-provider-minio/pull/555)
#### New Contributors
- [@danielhass](https://togithub.com/danielhass) made their first
contribution in
[https://github.com/aminueza/terraform-provider-minio/pull/553](https://togithub.com/aminueza/terraform-provider-minio/pull/553)
- [@michaelruigrok](https://togithub.com/michaelruigrok) made
their first contribution in
[https://github.com/aminueza/terraform-provider-minio/pull/558](https://togithub.com/aminueza/terraform-provider-minio/pull/558)
- [@fhemberger](https://togithub.com/fhemberger) made their first
contribution in
[https://github.com/aminueza/terraform-provider-minio/pull/555](https://togithub.com/aminueza/terraform-provider-minio/pull/555)
**Full Changelog**:
https://github.com/aminueza/terraform-provider-minio/compare/v2.0.1...v2.1.0
###
[`v2.0.1`](https://togithub.com/aminueza/terraform-provider-minio/releases/tag/v2.0.1)
[Compare
Source](https://togithub.com/aminueza/terraform-provider-minio/compare/v2.0.0...v2.0.1)
#### What's Changed
- Fix null expiration date handling by
[@pjsier](https://togithub.com/pjsier) in
[https://github.com/aminueza/terraform-provider-minio/pull/545](https://togithub.com/aminueza/terraform-provider-minio/pull/545)
- Update terraform version to 1.5.7 in GitHub Action by
[@felladrin](https://togithub.com/felladrin) in
[https://github.com/aminueza/terraform-provider-minio/pull/540](https://togithub.com/aminueza/terraform-provider-minio/pull/540)
**Full Changelog**:
https://github.com/aminueza/terraform-provider-minio/compare/v2.0.0...v2.0.1
###
[`v2.0.0`](https://togithub.com/aminueza/terraform-provider-minio/releases/tag/v2.0.0)
[Compare
Source](https://togithub.com/aminueza/terraform-provider-minio/compare/v1.20.1...v2.0.0)
#### What's Changed
- Update madmin-go to version 3 by
[@acolombier](https://togithub.com/acolombier) in
[https://github.com/aminueza/terraform-provider-minio/pull/514](https://togithub.com/aminueza/terraform-provider-minio/pull/514)
- Handle empty service account policy by
[@ArataEM](https://togithub.com/ArataEM) in
[https://github.com/aminueza/terraform-provider-minio/pull/518](https://togithub.com/aminueza/terraform-provider-minio/pull/518)
- Go 1.20 by [@BuJo](https://togithub.com/BuJo) in
[https://github.com/aminueza/terraform-provider-minio/pull/519](https://togithub.com/aminueza/terraform-provider-minio/pull/519)
- Destroy object versions on bucket force_destroy by
[@pjsier](https://togithub.com/pjsier) in
[https://github.com/aminueza/terraform-provider-minio/pull/524](https://togithub.com/aminueza/terraform-provider-minio/pull/524)
- Update goreleaser-action to v5 and add permission for the workflow to
attach binaries to GitHub Releases by
[@felladrin](https://togithub.com/felladrin) in
[https://github.com/aminueza/terraform-provider-minio/pull/521](https://togithub.com/aminueza/terraform-provider-minio/pull/521)
- Add Noncurrent Version expiration to ilm policy by
[@ndejesus](https://togithub.com/ndejesus) in
[https://github.com/aminueza/terraform-provider-minio/pull/526](https://togithub.com/aminueza/terraform-provider-minio/pull/526)
- Add service account values to read and import by
[@pjsier](https://togithub.com/pjsier) in
[https://github.com/aminueza/terraform-provider-minio/pull/525](https://togithub.com/aminueza/terraform-provider-minio/pull/525)
- feat: add minio_s3\_bucket_replication resource by
[@acolombier](https://togithub.com/acolombier) in
[https://github.com/aminueza/terraform-provider-minio/pull/528](https://togithub.com/aminueza/terraform-provider-minio/pull/528)
- feat: recreate user if not found anymore by
[@tobikris](https://togithub.com/tobikris) in
[https://github.com/aminueza/terraform-provider-minio/pull/534](https://togithub.com/aminueza/terraform-provider-minio/pull/534)
- Bump google.golang.org/grpc from 1.58.0 to 1.58.3 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/aminueza/terraform-provider-minio/pull/535](https://togithub.com/aminueza/terraform-provider-minio/pull/535)
- Change terraform-provider-minio license to AGPL-3.0 and append `/v2`
to the module name by [@BuJo](https://togithub.com/BuJo) in
[https://github.com/aminueza/terraform-provider-minio/pull/522](https://togithub.com/aminueza/terraform-provider-minio/pull/522)
#### Breaking Change: About the major version update
We've updated `madmin-go` to `v3` so we can use the new features from
the SDK, like the [bucket
replication](https://togithub.com/aminueza/terraform-provider-minio/pull/528).
As a consequence of this, we had to change our License to AGPL-3.0 to
comply with `madmin-go`, [which has been using AGPL-3.0 since its v2
release](https://togithub.com/minio/madmin-go/pull/154).
For those who can't upgrade to **terraform-provider-minio v2** due to
license incompatibilities, we recommend you keep using the **v1** until
you feel you need some of the new features.
To don't let anyone behind, we've created a
[v1](https://togithub.com/aminueza/terraform-provider-minio/tree/v1)
branch, which is now protected and will live along with the
[main](https://togithub.com/aminueza/terraform-provider-minio/tree/main).
So if users of `v1` want to push features/fixes, they can create pull
requests targeting that branch, and as soon as it's merged, we release a
new update for the `v1.x`.
For those importing this package in their software and want to upgrade,
here's the command to upgrade:
```bash
go get github.com/aminueza/terraform-provider-minio/v2@v2.0.0
```
**Full Changelog**:
https://github.com/aminueza/terraform-provider-minio/compare/v1.18.0...v2.0.0
> **Note**
> [v1](https://togithub.com/aminueza/terraform-provider-minio/tree/v1)
branch diverged from
[main](https://togithub.com/aminueza/terraform-provider-minio/tree/main)
at after the [release
v1.18.0](https://togithub.com/aminueza/terraform-provider-minio/releases/tag/v1.18.0).
---
### Configuration
đ
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
đĻ **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
âģ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
đ **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
---
.../terraform/s3/.terraform.lock.hcl | 52 +++++++++----------
infrastructure/terraform/s3/main.tf | 2 +-
2 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/infrastructure/terraform/s3/.terraform.lock.hcl b/infrastructure/terraform/s3/.terraform.lock.hcl
index 12f967ffa..94e476e29 100644
--- a/infrastructure/terraform/s3/.terraform.lock.hcl
+++ b/infrastructure/terraform/s3/.terraform.lock.hcl
@@ -23,33 +23,33 @@ provider "registry.terraform.io/1password/onepassword" {
}
provider "registry.terraform.io/aminueza/minio" {
- version = "1.20.1"
- constraints = "1.20.1"
+ version = "2.1.0"
+ constraints = "2.1.0"
hashes = [
- "h1:1cEgyaI7e3Pb0jtgOto+x7TzbHxWw3OaHCC/27za8zU=",
- "h1:5QCuWu90Thc2pha40g4R2DbtoPg8n2QHj5BnwFoX4R0=",
- "h1:B68WdH33/xalFH4KsQF1A0JlsMVPpbzRSQHBQzHtjoE=",
- "h1:BC4POR/Eq9nSboSYvDJEuCnlMx/XVG21cExaHMh1R2g=",
- "h1:FJhUOeKJAGtrfNJ1EMNnIqr6ueHI6EoXxM102mDuPTU=",
- "h1:eRwOnTkPm/fRHBsXkUv5qAv/F7Y1oNO9N09ptxHY35k=",
- "h1:eaZrxzNZW5OPcmlVJ7hP+gWba2yqYMnxMkOWkGK6fBc=",
- "h1:p8kIjyn8ChGOGYOCLMWIGQFZooBlmmmbYunve5+rDU8=",
- "h1:pdscZQSSwxXcyWDv2LHbc7jw9sw2Iw5Ynp1r93A8IOk=",
- "h1:uMPObalQ2/MHVwK2ehAgR2ezoAQHHe4XbsAgAqgj57o=",
- "h1:yQKgVtw3p/6HTME7dJjFP5DXn0lw3sleiGXAZbQlyxw=",
- "h1:zVTFEX5t8sg1McdbO5aW2tvKV+9i6IWSrc3/QCTQW6Y=",
- "zh:06f330bd04968f2c99e9a34484f65922b6d5b6ec21913f1f65f6c76f44d7bc95",
- "zh:0a29ca3cfadb83d6b895fc6924430ecbf23759faf4ed0bd5bf843c3b91fd8491",
- "zh:1fff88ee5a33a92ee9e39d773760dc1df453efc3ece329a10b4cda7c99e944dc",
- "zh:3f7d661c7dac6f64f73560db5fd255a6e2ce4e3d4a7407e24a86244ed3c72723",
- "zh:58c43bf6f63e71c5af8b37e521ff2fc12a53feb9a0c5da67119f94cb68efc964",
- "zh:6694e5f02a56bfd3ac16163875faa30279067630b66ea495719b425192de6aa7",
- "zh:a5eb4ff1233ca6032a1b31ddedf30e78117e77c069a46f00301a0d1f626e4f59",
- "zh:aa525578f363153f688fa6c169e974d696815fcef439cb93e0219c7842d3e1b8",
- "zh:bb3cc90f06af5b3f5ec17d00249bbfa00fcf888ca38f784aa51a618a3245a51d",
- "zh:c81a2d320fd49a75f4a0ac2d24648caac80b9c15622f6c120c73edbd26ba160b",
- "zh:da030ff6495c9a2f91a548a9895ace525506514f5f5a5285113ba07684163817",
- "zh:f3d3c925b793c4b614c382b8daa8ee5678e035b78fa39d19ad8ce674124cda65",
+ "h1:7yOgOCbKahh6k5PyPTTQS1lfTFocPjT/v/446BTDZCs=",
+ "h1:CRuZmzPn/gFT/QwgOL16bf5b4QHIwW68HywIGlZ4FNc=",
+ "h1:Ch7ZuBvj9i0jO5lu3HfDtLf6wvHsrlNpidBsIo5htWo=",
+ "h1:DwGGCvB1yBIBcjw2hqvJC2ZBD0kR07sRrt9P+M5TSPY=",
+ "h1:Homzl6cywdCTTFnzRWQ2xiNHN9R55isP+8MMdS958dc=",
+ "h1:S/XTi5lDmN7ovJujxHWPl5U+/XUEqavLQvQVk2x7Yx4=",
+ "h1:U0d0IbeQ1dJpDZOKbH5gDVk2YSzxutDGK6Q4lC32f0k=",
+ "h1:UkZcw0LBGO48vAtqTiyXKesWnkFafYPKKGCq63n3NhY=",
+ "h1:VZUs2eREME2HJ/s0FeNJQ7zfn3XDjVk/Y1iOIMX2sgY=",
+ "h1:WMkhcEPhxYfi/O89b/cEhaWDzKQ9iNF46fg9SBN0w4Y=",
+ "h1:ZWbGYSPG06Ew3zffM9KQPHYYRXR9+VY2o2oO4k3Kv0k=",
+ "h1:urUv/fp+oqEq4HH4vrcrh4bdJySgUjcM3SZTMcC1Bus=",
+ "zh:10c4fcd92728e671a470fb0329ffd60f8f6296f2d62a7ed5e787636539417f13",
+ "zh:133af76520f62254d90bd6dd1137346d1aee21bc0fcc4e9102fcb2ec5a6ad89c",
+ "zh:18bda89debd1faeb03b14779afcb120d67235bf5a72d7b6e09ed30989331e108",
+ "zh:2331d108b7f7ab57c58561bb52f04fef87d4695899656b4992b56aeee71da5c5",
+ "zh:53f5acc5be58671096733b7112d4696d6e66e292d80706a2450701085f179835",
+ "zh:8d3fc8592af4462453e95d9d667bbc1c01a8e9096abb1a10dd183fee56de832d",
+ "zh:963075af0dfea3e72f02e74c583bd18b2787a6963d7c21f8910135852345be3e",
+ "zh:9cb3c3fa7aec139cdf4a8cb16fafac5115d80ff1edc429762c309041b42a9eb2",
+ "zh:a5e57af9f1d389e7508eccc38d8afd815c8d2fb067e2aeb2d9deda97217203a8",
+ "zh:c27e951315712824ef37eefa23ac6dd794852b0f01f04a9aea93effadbe8ee18",
+ "zh:ddb54da8f2eecd08ce6e7077e1d1de948959de2b35da0e5187b23d2f5489a341",
+ "zh:ffa7b4a8bf29f02f741ff31fc4aa9923dfb4e114bdef2b4ea2b9d3e445f28821",
]
}
diff --git a/infrastructure/terraform/s3/main.tf b/infrastructure/terraform/s3/main.tf
index 5f9960057..54fdca04a 100644
--- a/infrastructure/terraform/s3/main.tf
+++ b/infrastructure/terraform/s3/main.tf
@@ -7,7 +7,7 @@ terraform {
minio = {
source = "aminueza/minio"
- version = "1.20.1"
+ version = "2.1.0"
}
}
}
From 946cc12d4ebfbd2295e63729d80efa146a52ed9a Mon Sep 17 00:00:00 2001
From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com>
Date: Tue, 12 Mar 2024 09:20:15 +0100
Subject: [PATCH 4/9] fix(helm-chart): update helm release grafana to 7.3.6
(#384)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | patch | `7.3.3`
-> `7.3.6` |
---
### Release Notes
grafana/helm-charts (grafana)
###
[`v7.3.6`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.6)
[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.5...grafana-7.3.6)
The leading tool for querying and visualizing time series and metrics.
#### What's Changed
- \[grafana] bump kiwigrid/k8s-sidecar to 1.26.1 by
[@kvanzuijlen](https://togithub.com/kvanzuijlen) in
[https://github.com/grafana/helm-charts/pull/3011](https://togithub.com/grafana/helm-charts/pull/3011)
**Full Changelog**:
https://github.com/grafana/helm-charts/compare/grafana-7.3.5...grafana-7.3.6
###
[`v7.3.5`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.5)
[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.4...grafana-7.3.5)
The leading tool for querying and visualizing time series and metrics.
#### What's Changed
- \[grafana] bump kiwigrid/k8s-sidecar version to 1.26.0 by
[@kvanzuijlen](https://togithub.com/kvanzuijlen) in
[https://github.com/grafana/helm-charts/pull/2993](https://togithub.com/grafana/helm-charts/pull/2993)
**Full Changelog**:
https://github.com/grafana/helm-charts/compare/grafana-7.3.4...grafana-7.3.5
###
[`v7.3.4`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.4)
[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.3...grafana-7.3.4)
The leading tool for querying and visualizing time series and metrics.
#### What's Changed
- \[grafana] Add `serviceAccount.automountServiceAccountToken` and
document `automountServiceAccountToken` by
[@jkroepke](https://togithub.com/jkroepke) in
[https://github.com/grafana/helm-charts/pull/2997](https://togithub.com/grafana/helm-charts/pull/2997)
**Full Changelog**:
https://github.com/grafana/helm-charts/compare/grafana-agent-0.36.0...grafana-7.3.4
---
### Configuration
đ
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
đĻ **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
âģ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
đ **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
---
kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml b/kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml
index 90927e4d8..4c2da126b 100644
--- a/kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml
+++ b/kubernetes/main/apps/monitoring/grafana/app/helmrelease.yaml
@@ -13,7 +13,7 @@ spec:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 7.3.3
+ version: 7.3.6
interval: 30m
timeout: 20m
values:
From 687c16d00dfa270a6f20685bc8dc76b3feb96d9f Mon Sep 17 00:00:00 2001
From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com>
Date: Tue, 12 Mar 2024 09:20:22 +0100
Subject: [PATCH 5/9] feat(helm-chart)!: Update Helm release
kube-prometheus-stack to 57.0.1 (#383)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
major | `56.21.3` -> `57.0.1` |
---
### Release Notes
prometheus-community/helm-charts
(kube-prometheus-stack)
###
[`v57.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.0.1)
[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.0.0...kube-prometheus-stack-57.0.1)
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.
#### What's Changed
- \[kube-prometheus-stack] fix rule mapping with sanitized names by
[@bakito](https://togithub.com/bakito) in
[https://github.com/prometheus-community/helm-charts/pull/4351](https://togithub.com/prometheus-community/helm-charts/pull/4351)
#### New Contributors
- [@bakito](https://togithub.com/bakito) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4351](https://togithub.com/prometheus-community/helm-charts/pull/4351)
**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-postgres-exporter-6.0.0...kube-prometheus-stack-57.0.1
###
[`v57.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.0.0)
[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.4...kube-prometheus-stack-57.0.0)
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.
#### What's Changed
- \[kube-prometheus-stack] bump operator to 0.72.0 by
[@DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4352](https://togithub.com/prometheus-community/helm-charts/pull/4352)
**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-25.17.0...kube-prometheus-stack-57.0.0
###
[`v56.21.4`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.21.4)
[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.3...kube-prometheus-stack-56.21.4)
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.
#### What's Changed
- \[kube-prometheus-stack] fix core-dns dashboard: Remove circular label
filtering in variables, refresh values on time range change by
[@adberger](https://togithub.com/adberger) in
[https://github.com/prometheus-community/helm-charts/pull/4349](https://togithub.com/prometheus-community/helm-charts/pull/4349)
**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.3...kube-prometheus-stack-56.21.4
---
### Configuration
đ
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
đĻ **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
âģ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
đ **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
---
.../apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kubernetes/main/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml b/kubernetes/main/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml
index a8df465b9..fad486b67 100644
--- a/kubernetes/main/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml
+++ b/kubernetes/main/apps/monitoring/kube-prometheus-stack/app/helmrelease.yaml
@@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: kube-prometheus-stack
- version: 56.21.3
+ version: 57.0.1
sourceRef:
kind: HelmRepository
name: prometheus-community
From 46170cb9a743107d0975334eb3c637f428fd78b2 Mon Sep 17 00:00:00 2001
From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com>
Date: Tue, 12 Mar 2024 09:20:33 +0100
Subject: [PATCH 6/9] fix(helm-chart): update helm release cert-manager to
v1.14.4 (#381)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.14.3` -> `v1.14.4` |
---
### Release Notes
cert-manager/cert-manager (cert-manager)
###
[`v1.14.4`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.4)
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.3...v1.14.4)
cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.
cert-manager 1.14 brings a variety of features, security improvements
and bug fixes, including: support for creating X.509 certificates with
"Other Name" fields, and support for creating CA certificates with "Name
Constraints" and "Authority Information Accessors" extensions.
##### â ī¸ Known Issues
- ACME Issuer (Let's Encrypt): wrong certificate chain may be used if
preferredChain is configured: see [release
docs](https://cert-manager.io/docs/releases/release-notes/release-notes-1.14/#acme-issuer-lets-encrypt-wrong-certificate-chain-may-be-used-if-preferredchain-is-configured---6755-6757)
for more info and mitigations
##### âšī¸ Documentation
[Release
notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.14)
[Upgrade
notes](https://cert-manager.io/docs/releases/upgrading/upgrading-1.13-1.14)
[Installation instructions](https://cert-manager.io/docs/installation/)
##### đ§ Breaking changes
See Breaking changes in [v1.14.0 release
notes](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0)
##### đ Changes since v1.14.3
##### Bug or Regression
- Allow `cert-manager.io/allow-direct-injection` in annotations
([#6809](https://togithub.com/cert-manager/cert-manager/issues/6809),
[@jetstack-bot](https://togithub.com/jetstack-bot))
- BUGFIX: JKS and PKCS12 stores now contain the full set of CAs
specified by an issuer
([#6812](https://togithub.com/cert-manager/cert-manager/issues/6812),
[@jetstack-bot](https://togithub.com/jetstack-bot))
- BUGFIX: cainjector leaderelection flag/ config option defaults are
missing
([#6819](https://togithub.com/cert-manager/cert-manager/issues/6819),
[@jetstack-bot](https://togithub.com/jetstack-bot))
##### Other (Cleanup or Flake)
- Bump base images.
([#6842](https://togithub.com/cert-manager/cert-manager/issues/6842),
[@inteon](https://togithub.com/inteon))
- Upgrade Helm: fix CVE-2024-26147 alert
([#6834](https://togithub.com/cert-manager/cert-manager/issues/6834),
[@inteon](https://togithub.com/inteon))
- Upgrade go to 1.21.8: fixes CVE-2024-24783
([#6825](https://togithub.com/cert-manager/cert-manager/issues/6825),
[@jetstack-bot](https://togithub.com/jetstack-bot))
- Upgrade google.golang.org/protobuf: fixing GO-2024-2611
([#6829](https://togithub.com/cert-manager/cert-manager/issues/6829),
[@inteon](https://togithub.com/inteon))
---
### Configuration
đ
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
đĻ **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
âģ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
đ **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
---
.../main/apps/cert-manager/cert-manager/app/helmrelease.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kubernetes/main/apps/cert-manager/cert-manager/app/helmrelease.yaml b/kubernetes/main/apps/cert-manager/cert-manager/app/helmrelease.yaml
index 86c33feb5..6c9a46c65 100644
--- a/kubernetes/main/apps/cert-manager/cert-manager/app/helmrelease.yaml
+++ b/kubernetes/main/apps/cert-manager/cert-manager/app/helmrelease.yaml
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cert-manager
- version: v1.14.3
+ version: v1.14.4
sourceRef:
kind: HelmRepository
name: jetstack
From 8753a9479cacb2c4485efa88ec7c979b76b796b1 Mon Sep 17 00:00:00 2001
From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com>
Date: Tue, 12 Mar 2024 09:20:41 +0100
Subject: [PATCH 7/9] feat(helm-chart): update helm release thanos to 13.4.1
(#380)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [thanos](https://bitnami.com)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/thanos))
| minor | `13.2.2` -> `13.4.1` |
---
### Configuration
đ
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
đĻ **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
âģ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
đ **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
---
kubernetes/main/apps/monitoring/thanos/app/helmrelease.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kubernetes/main/apps/monitoring/thanos/app/helmrelease.yaml b/kubernetes/main/apps/monitoring/thanos/app/helmrelease.yaml
index 67d076098..785b1bbfd 100644
--- a/kubernetes/main/apps/monitoring/thanos/app/helmrelease.yaml
+++ b/kubernetes/main/apps/monitoring/thanos/app/helmrelease.yaml
@@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: thanos
- version: 13.2.2
+ version: 13.4.1
sourceRef:
kind: HelmRepository
name: bitnami
From 3147c69e0b95e64bea990b8bb0f3502263223b42 Mon Sep 17 00:00:00 2001
From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com>
Date: Tue, 12 Mar 2024 09:20:50 +0100
Subject: [PATCH 8/9] fix(helm-chart): update rook ceph group to v1.13.6
(patch) (#379)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rook-ceph](https://togithub.com/rook/rook) | patch | `v1.13.5` ->
`v1.13.6` |
| [rook-ceph-cluster](https://togithub.com/rook/rook) | patch |
`v1.13.5` -> `v1.13.6` |
---
### Release Notes
rook/rook (rook-ceph)
### [`v1.13.6`](https://togithub.com/rook/rook/releases/tag/v1.13.6)
[Compare
Source](https://togithub.com/rook/rook/compare/v1.13.5...v1.13.6)
##### Improvements
Rook v1.13.6 is a patch release limited in scope and focusing on feature
additions and bug fixes to the Ceph operator.
- helm: Replace the `master` tag in the values.yaml with the release tag
([#13897](https://togithub.com/rook/rook/issues/13897),
[@travisn](https://togithub.com/travisn))
- manifest: Reduce CRD size by removing some descriptions
([#13793](https://togithub.com/rook/rook/issues/13793),
[@rkachach](https://togithub.com/rkachach))
- csi: Update CSIDriverOption params during saving cluster config
([#13836](https://togithub.com/rook/rook/issues/13836),
[@Rakshith-R](https://togithub.com/Rakshith-R))
- external: Remove requirement for v1 port and allow exclusive v2 mon
port configuration
([#13856](https://togithub.com/rook/rook/issues/13856),
[@parth-gr](https://togithub.com/parth-gr))
- csi: Update sidecars to latest release
([#13846](https://togithub.com/rook/rook/issues/13846),
[@Madhu-1](https://togithub.com/Madhu-1))
- operator: Use Linux container CPU quota
([#13816](https://togithub.com/rook/rook/issues/13816),
[@uhthomas](https://togithub.com/uhthomas))
- helm: Fix links to obsolete ceph master documentation
([#13877](https://togithub.com/rook/rook/issues/13877),
[@galexrt](https://togithub.com/galexrt))
---
### Configuration
đ
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
đĻ **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
âģ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
đ **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
---
.../main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml | 2 +-
.../main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kubernetes/main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml b/kubernetes/main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
index 735a8de3e..b9f4a527b 100644
--- a/kubernetes/main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
+++ b/kubernetes/main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
- version: v1.13.5
+ version: v1.13.6
sourceRef:
kind: HelmRepository
name: rook-ceph
diff --git a/kubernetes/main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml b/kubernetes/main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml
index 36900eb3f..1754ba101 100644
--- a/kubernetes/main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml
+++ b/kubernetes/main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml
@@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph
- version: v1.13.5
+ version: v1.13.6
sourceRef:
kind: HelmRepository
name: rook-ceph
From 2405c163233168c2205069fe449e3dfd69b580d5 Mon Sep 17 00:00:00 2001
From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com>
Date: Tue, 12 Mar 2024 09:20:57 +0100
Subject: [PATCH 9/9] feat(docker-image)!: Update app-template Docker tag to v3
(#385)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| app-template | major | `2.6.0` -> `3.0.2` |
---
### Configuration
đ
**Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
đĻ **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
âģ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
đ **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
---
.../main/apps/monitoring/alertmanager/app/helmrelease.yaml | 2 +-
kubernetes/main/apps/monitoring/kromgo/app/helmrelease.yaml | 2 +-
kubernetes/main/apps/network/cloudflared/app/helmrelease.yaml | 2 +-
kubernetes/main/apps/network/echo-server/app/helmrelease.yaml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kubernetes/main/apps/monitoring/alertmanager/app/helmrelease.yaml b/kubernetes/main/apps/monitoring/alertmanager/app/helmrelease.yaml
index 0360c4e4a..c8578bd6e 100644
--- a/kubernetes/main/apps/monitoring/alertmanager/app/helmrelease.yaml
+++ b/kubernetes/main/apps/monitoring/alertmanager/app/helmrelease.yaml
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
- version: 2.6.0
+ version: 3.0.2
interval: 30m
sourceRef:
kind: HelmRepository
diff --git a/kubernetes/main/apps/monitoring/kromgo/app/helmrelease.yaml b/kubernetes/main/apps/monitoring/kromgo/app/helmrelease.yaml
index fc43109db..b40a66145 100644
--- a/kubernetes/main/apps/monitoring/kromgo/app/helmrelease.yaml
+++ b/kubernetes/main/apps/monitoring/kromgo/app/helmrelease.yaml
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
- version: 2.6.0
+ version: 3.0.2
interval: 30m
sourceRef:
kind: HelmRepository
diff --git a/kubernetes/main/apps/network/cloudflared/app/helmrelease.yaml b/kubernetes/main/apps/network/cloudflared/app/helmrelease.yaml
index 3d77ef176..078ef4492 100644
--- a/kubernetes/main/apps/network/cloudflared/app/helmrelease.yaml
+++ b/kubernetes/main/apps/network/cloudflared/app/helmrelease.yaml
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
- version: 2.6.0
+ version: 3.0.2
interval: 30m
sourceRef:
kind: HelmRepository
diff --git a/kubernetes/main/apps/network/echo-server/app/helmrelease.yaml b/kubernetes/main/apps/network/echo-server/app/helmrelease.yaml
index a0872f317..5075cbc90 100644
--- a/kubernetes/main/apps/network/echo-server/app/helmrelease.yaml
+++ b/kubernetes/main/apps/network/echo-server/app/helmrelease.yaml
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
- version: 2.6.0
+ version: 3.0.2
interval: 30m
sourceRef:
kind: HelmRepository