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

[grafana] add support for dual stack clusters #3066

Merged
merged 5 commits into from
Jun 27, 2024
Merged

[grafana] add support for dual stack clusters #3066

merged 5 commits into from
Jun 27, 2024

Conversation

M0NsTeRRR
Copy link
Contributor

No description provided.

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
@CLAassistant
Copy link

CLAassistant commented Apr 6, 2024

CLA assistant check
All committers have signed the CLA.

@M0NsTeRRR M0NsTeRRR changed the title feat: add support for dual stack clusters [grafana] add support for dual stack clusters Apr 6, 2024
@M0NsTeRRR
Copy link
Contributor Author

M0NsTeRRR commented May 15, 2024

Hello,
I noticed, @zanhsieh, that you merged main into my branch. Is there anything I need to do on my end to facilitate a review for my PR and get it merged ?
Regards,

@zanhsieh
Copy link
Collaborator

@M0NsTeRRR This repo required 2 approvals. I only can help one.

@M0NsTeRRR
Copy link
Contributor Author

No worries, thank you for your review. I hope it gets merged soon :)

@M0NsTeRRR
Copy link
Contributor Author

Hello @jkroepke,

Sorry to trap you like this, but is it possible to get the last approval needed for this little PR? 👀

@jkroepke
Copy link
Collaborator

jkroepke commented Jun 27, 2024

Hey @M0NsTeRRR

thanks for the poke here to review my first PR. I could remember that you also contribute that feature to kube-prometheus-stack.

prometheus-community/helm-charts#4472

On KPS, you apply a different semantic and I would like to know, if you want to unify them? Or is there an reason for a different scheme?

@M0NsTeRRR
Copy link
Contributor Author

Hey @M0NsTeRRR

thanks for the poke here to review my first PR. I could remember that you also contribute that feature to kube-prometheus-stack.

prometheus-community/helm-charts#4472

On KPS, you apply a different semantic and I would like to know, if you want to unify them? Or is there an reason for a different scheme?

Hey,

Thanks for your quick answer, yes it was me :)

In the first PR I did on KPS prometheus-community/helm-charts#4424, I used the same implementation as this one. However, a maintainer asked me to follow the implementation from other charts in KPS repository, so I did.

I prefer my implementation over KPS. As a Kubernetes user, it is easier to find attributes if they are Kubernetes attributes (when you can). This is the approach I took on other charts I've contributed to (External Secret Operator, Cert Manager, K8up, CNPG, etc.).

@jkroepke
Copy link
Collaborator

This is the approach I took on other charts I've contributed to (External Secret Operator, Cert Manager, K8up, CNPG, etc.).

Great! That's a valid reason. I just like consistency.

@jkroepke jkroepke merged commit 47863ea into grafana:main Jun 27, 2024
6 checks passed
@M0NsTeRRR M0NsTeRRR deleted the feat/grafana-dual-stack branch June 27, 2024 22:37
szinn referenced this pull request in szinn/k8s-homelab Jun 28, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | minor | `8.1.1`
-> `8.2.0` |

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v8.2.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.1.1...grafana-8.2.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] add support for dual stack clusters by
[@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

#### New Contributors

- [@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

**Full Changelog**:
grafana/helm-charts@grafana-8.1.1...grafana-8.2.0

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
kireque referenced this pull request in kireque/home-ops Jun 28, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | minor | `8.1.1`
-> `8.2.0` |

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v8.2.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.1.1...grafana-8.2.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] add support for dual stack clusters by
[@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

#### New Contributors

- [@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

**Full Changelog**:
grafana/helm-charts@grafana-8.1.1...grafana-8.2.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
spiceratops referenced this pull request in spiceratops/k8s-gitops Jun 28, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | minor | `8.1.1`
-> `8.2.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v8.2.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.1.1...grafana-8.2.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] add support for dual stack clusters by
[@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

#### New Contributors

- [@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

**Full Changelog**:
grafana/helm-charts@grafana-8.1.1...grafana-8.2.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
lumiere-bot bot referenced this pull request in coolguy1771/home-ops Jun 29, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | minor | `8.1.1`
-> `8.2.0` |

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v8.2.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.1.1...grafana-8.2.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] add support for dual stack clusters by
[@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

#### New Contributors

- [@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

**Full Changelog**:
grafana/helm-charts@grafana-8.1.1...grafana-8.2.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
UnicornChance referenced this pull request in defenseunicorns/uds-core Jul 3, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/curlimages/curl](https://togithub.com/curl/curl-container)
| minor | `8.7.1` -> `8.8.0` |
| docker.io/grafana/grafana | major | `10.4.2` -> `11.1.0` |
|
[ghcr.io/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
| minor | `1.26.1` -> `1.27.4` |
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | major | `7.3.9`
-> `8.3.1` |
|
[registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
([source](https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar)) | minor |
`1.26.1` -> `1.27.4` |
|
[registry1.dso.mil/ironbank/opensource/grafana/grafana](https://togithub.com/grafana/grafana)
([source](https://repo1.dso.mil/dsop/opensource/grafana/grafana)) |
major | `10.4.2` -> `11.1.0` |
|
[registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal](https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56)
([source](https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal)) |
minor | `9.3` -> `9.4` |

---

### Release Notes

<details>
<summary>curl/curl-container (docker.io/curlimages/curl)</summary>

###
[`v8.8.0`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#880---2024-05-22)

[Compare
Source](https://togithub.com/curl/curl-container/compare/8.7.1...8.8.0)

##### Changed

-   bump to curl 8.8.0

</details>

<details>
<summary>kiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)</summary>

###
[`v1.27.4`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.4)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.27.3...1.27.4)

##### 📦 Dependencies

-   Bump logfmter from 0.0.7 to 0.0.8 in /src
- PR:
[#&#8203;348](https://togithub.com/kiwigrid/k8s-sidecar/issues/348)

###
[`v1.27.3`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.3)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.27.2...1.27.3)

##### 📦 Dependencies

-   Bump requests from 2.32.2 to 2.32.3 in /src
- PR:
[#&#8203;349](https://togithub.com/kiwigrid/k8s-sidecar/issues/349)

###
[`v1.27.2`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.2)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.27.1...1.27.2)

##### 📦 Dependencies

-   build(deps): bump requests from 2.31.0 to 2.32.2 in /src
- PR:
[#&#8203;346](https://togithub.com/kiwigrid/k8s-sidecar/issues/346)

###
[`v1.27.1`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.1)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.27.0...1.27.1)

##### 🚀 Features

-   Add exception_handler
- PR:
[#&#8203;333](https://togithub.com/kiwigrid/k8s-sidecar/issues/333)

###
[`v1.27.0`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.0)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.26.2...1.27.0)

##### 🚀 Features

-   Adding support for req-username-file and req-password-file cli flags
- PR:
[#&#8203;322](https://togithub.com/kiwigrid/k8s-sidecar/issues/322)

##### 🧪 Tests

-   build(deps): bump helm/kind-action from 1.8.0 to 1.10.0
- PR:
[#&#8203;342](https://togithub.com/kiwigrid/k8s-sidecar/issues/342)

###
[`v1.26.2`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.26.2)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.26.1...1.26.2)

##### 📦 Dependencies

-   build(deps): bump kubernetes from 28.1.0 to 29.0.0 in /src
- PR:
[#&#8203;319](https://togithub.com/kiwigrid/k8s-sidecar/issues/319)

</details>

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v8.3.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.3.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.3.0...grafana-8.3.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add support for envValueFrom in datasources container and
fix typo in dashboards container config by
[@&#8203;rgaduput](https://togithub.com/rgaduput) in
[https://github.com/grafana/helm-charts/pull/3187](https://togithub.com/grafana/helm-charts/pull/3187)

#### New Contributors

- [@&#8203;rgaduput](https://togithub.com/rgaduput) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3187](https://togithub.com/grafana/helm-charts/pull/3187)

**Full Changelog**:
grafana/helm-charts@grafana-8.3.0...grafana-8.3.1

###
[`v8.3.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.3.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.2.2...grafana-8.3.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add support for extra volumes for Grafana Image Renderer by
[@&#8203;bradleypettit](https://togithub.com/bradleypettit) in
[https://github.com/grafana/helm-charts/pull/3178](https://togithub.com/grafana/helm-charts/pull/3178)

#### New Contributors

- [@&#8203;bradleypettit](https://togithub.com/bradleypettit) made their
first contribution in
[https://github.com/grafana/helm-charts/pull/3178](https://togithub.com/grafana/helm-charts/pull/3178)

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.13.2...grafana-8.3.0

###
[`v8.2.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.2.1...grafana-8.2.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Introduce toggle for volumeName lookup by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/grafana/helm-charts/pull/3163](https://togithub.com/grafana/helm-charts/pull/3163)

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.13.1...grafana-8.2.2

###
[`v8.2.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.2.0...grafana-8.2.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to 11.1.0 by
[@&#8203;sboulkour](https://togithub.com/sboulkour) in
[https://github.com/grafana/helm-charts/pull/3191](https://togithub.com/grafana/helm-charts/pull/3191)

#### New Contributors

- [@&#8203;sboulkour](https://togithub.com/sboulkour) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3191](https://togithub.com/grafana/helm-charts/pull/3191)

**Full Changelog**:
grafana/helm-charts@grafana-8.2.0...grafana-8.2.1

###
[`v8.2.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.1.1...grafana-8.2.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] add support for dual stack clusters by
[@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

#### New Contributors

- [@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

**Full Changelog**:
grafana/helm-charts@grafana-8.1.1...grafana-8.2.0

###
[`v8.1.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.1.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.1.0...grafana-8.1.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Adding jkroepke as maintainer by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/grafana/helm-charts/pull/3179](https://togithub.com/grafana/helm-charts/pull/3179)

**Full Changelog**:
grafana/helm-charts@grafana-8.1.0...grafana-8.1.1

###
[`v8.1.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.1.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.0.2...grafana-8.1.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] feat:Allow hiding persistence warning by
[@&#8203;nikolaik](https://togithub.com/nikolaik) in
[https://github.com/grafana/helm-charts/pull/3013](https://togithub.com/grafana/helm-charts/pull/3013)

#### New Contributors

- [@&#8203;nikolaik](https://togithub.com/nikolaik) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3013](https://togithub.com/grafana/helm-charts/pull/3013)

**Full Changelog**:
grafana/helm-charts@alloy-0.4.0...grafana-8.1.0

###
[`v8.0.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.0.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.0.1...grafana-8.0.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Adding configmap annotation by
[@&#8203;jmiszczak83](https://togithub.com/jmiszczak83) in
[https://github.com/grafana/helm-charts/pull/3064](https://togithub.com/grafana/helm-charts/pull/3064)

#### New Contributors

- [@&#8203;jmiszczak83](https://togithub.com/jmiszczak83) made their
first contribution in
[https://github.com/grafana/helm-charts/pull/3064](https://togithub.com/grafana/helm-charts/pull/3064)

**Full Changelog**:
grafana/helm-charts@k8s-monitoring-1.0.13...grafana-8.0.2

###
[`v8.0.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.0.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.0.0...grafana-8.0.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] conf(grafana): Add `folderUid` option by
[@&#8203;Rohlik](https://togithub.com/Rohlik) in
[https://github.com/grafana/helm-charts/pull/2956](https://togithub.com/grafana/helm-charts/pull/2956)

#### New Contributors

- [@&#8203;Rohlik](https://togithub.com/Rohlik) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/2956](https://togithub.com/grafana/helm-charts/pull/2956)

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.11.0...grafana-8.0.1

###
[`v8.0.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.0.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.12...grafana-8.0.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to 11.0.0 by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/grafana/helm-charts/pull/3139](https://togithub.com/grafana/helm-charts/pull/3139)

**Full Changelog**:
grafana/helm-charts@grafana-7.3.12...grafana-8.0.0

###
[`v7.3.12`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.12)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.11...grafana-7.3.12)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update app version to v10.4.3 by
[@&#8203;xvilo](https://togithub.com/xvilo) in
[https://github.com/grafana/helm-charts/pull/3136](https://togithub.com/grafana/helm-charts/pull/3136)

#### New Contributors

- [@&#8203;xvilo](https://togithub.com/xvilo) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3136](https://togithub.com/grafana/helm-charts/pull/3136)

**Full Changelog**:
grafana/helm-charts@oncall-1.5.5...grafana-7.3.12

###
[`v7.3.11`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.11)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.10...grafana-7.3.11)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] add the option to set resources for the test framework
container by [@&#8203;dbluxo](https://togithub.com/dbluxo) in
[https://github.com/grafana/helm-charts/pull/2979](https://togithub.com/grafana/helm-charts/pull/2979)

**Full Changelog**:
grafana/helm-charts@k8s-monitoring-1.0.8...grafana-7.3.11

###
[`v7.3.10`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.10)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.9...grafana-7.3.10)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Fix HPA selector by
[@&#8203;gritzkoo](https://togithub.com/gritzkoo) in
[https://github.com/grafana/helm-charts/pull/3050](https://togithub.com/grafana/helm-charts/pull/3050)

#### New Contributors

- [@&#8203;gritzkoo](https://togithub.com/gritzkoo) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3050](https://togithub.com/grafana/helm-charts/pull/3050)

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.9.9...grafana-7.3.10

</details>

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com>
rjferguson21 referenced this pull request in defenseunicorns/uds-core Jul 11, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/curlimages/curl](https://togithub.com/curl/curl-container)
| minor | `8.7.1` -> `8.8.0` |
| docker.io/grafana/grafana | major | `10.4.2` -> `11.1.0` |
|
[ghcr.io/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
| minor | `1.26.1` -> `1.27.4` |
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | major | `7.3.9`
-> `8.3.1` |
|
[registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
([source](https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar)) | minor |
`1.26.1` -> `1.27.4` |
|
[registry1.dso.mil/ironbank/opensource/grafana/grafana](https://togithub.com/grafana/grafana)
([source](https://repo1.dso.mil/dsop/opensource/grafana/grafana)) |
major | `10.4.2` -> `11.1.0` |
|
[registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal](https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56)
([source](https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal)) |
minor | `9.3` -> `9.4` |

---

### Release Notes

<details>
<summary>curl/curl-container (docker.io/curlimages/curl)</summary>

###
[`v8.8.0`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#880---2024-05-22)

[Compare
Source](https://togithub.com/curl/curl-container/compare/8.7.1...8.8.0)

##### Changed

-   bump to curl 8.8.0

</details>

<details>
<summary>kiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)</summary>

###
[`v1.27.4`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.4)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.27.3...1.27.4)

##### 📦 Dependencies

-   Bump logfmter from 0.0.7 to 0.0.8 in /src
- PR:
[#&#8203;348](https://togithub.com/kiwigrid/k8s-sidecar/issues/348)

###
[`v1.27.3`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.3)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.27.2...1.27.3)

##### 📦 Dependencies

-   Bump requests from 2.32.2 to 2.32.3 in /src
- PR:
[#&#8203;349](https://togithub.com/kiwigrid/k8s-sidecar/issues/349)

###
[`v1.27.2`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.2)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.27.1...1.27.2)

##### 📦 Dependencies

-   build(deps): bump requests from 2.31.0 to 2.32.2 in /src
- PR:
[#&#8203;346](https://togithub.com/kiwigrid/k8s-sidecar/issues/346)

###
[`v1.27.1`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.1)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.27.0...1.27.1)

##### 🚀 Features

-   Add exception_handler
- PR:
[#&#8203;333](https://togithub.com/kiwigrid/k8s-sidecar/issues/333)

###
[`v1.27.0`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.27.0)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.26.2...1.27.0)

##### 🚀 Features

-   Adding support for req-username-file and req-password-file cli flags
- PR:
[#&#8203;322](https://togithub.com/kiwigrid/k8s-sidecar/issues/322)

##### 🧪 Tests

-   build(deps): bump helm/kind-action from 1.8.0 to 1.10.0
- PR:
[#&#8203;342](https://togithub.com/kiwigrid/k8s-sidecar/issues/342)

###
[`v1.26.2`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.26.2)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.26.1...1.26.2)

##### 📦 Dependencies

-   build(deps): bump kubernetes from 28.1.0 to 29.0.0 in /src
- PR:
[#&#8203;319](https://togithub.com/kiwigrid/k8s-sidecar/issues/319)

</details>

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v8.3.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.3.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.3.0...grafana-8.3.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add support for envValueFrom in datasources container and
fix typo in dashboards container config by
[@&#8203;rgaduput](https://togithub.com/rgaduput) in
[https://github.com/grafana/helm-charts/pull/3187](https://togithub.com/grafana/helm-charts/pull/3187)

#### New Contributors

- [@&#8203;rgaduput](https://togithub.com/rgaduput) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3187](https://togithub.com/grafana/helm-charts/pull/3187)

**Full Changelog**:
grafana/helm-charts@grafana-8.3.0...grafana-8.3.1

###
[`v8.3.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.3.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.2.2...grafana-8.3.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add support for extra volumes for Grafana Image Renderer by
[@&#8203;bradleypettit](https://togithub.com/bradleypettit) in
[https://github.com/grafana/helm-charts/pull/3178](https://togithub.com/grafana/helm-charts/pull/3178)

#### New Contributors

- [@&#8203;bradleypettit](https://togithub.com/bradleypettit) made their
first contribution in
[https://github.com/grafana/helm-charts/pull/3178](https://togithub.com/grafana/helm-charts/pull/3178)

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.13.2...grafana-8.3.0

###
[`v8.2.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.2.1...grafana-8.2.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Introduce toggle for volumeName lookup by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/grafana/helm-charts/pull/3163](https://togithub.com/grafana/helm-charts/pull/3163)

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.13.1...grafana-8.2.2

###
[`v8.2.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.2.0...grafana-8.2.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to 11.1.0 by
[@&#8203;sboulkour](https://togithub.com/sboulkour) in
[https://github.com/grafana/helm-charts/pull/3191](https://togithub.com/grafana/helm-charts/pull/3191)

#### New Contributors

- [@&#8203;sboulkour](https://togithub.com/sboulkour) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3191](https://togithub.com/grafana/helm-charts/pull/3191)

**Full Changelog**:
grafana/helm-charts@grafana-8.2.0...grafana-8.2.1

###
[`v8.2.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.1.1...grafana-8.2.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] add support for dual stack clusters by
[@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

#### New Contributors

- [@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3066](https://togithub.com/grafana/helm-charts/pull/3066)

**Full Changelog**:
grafana/helm-charts@grafana-8.1.1...grafana-8.2.0

###
[`v8.1.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.1.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.1.0...grafana-8.1.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Adding jkroepke as maintainer by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/grafana/helm-charts/pull/3179](https://togithub.com/grafana/helm-charts/pull/3179)

**Full Changelog**:
grafana/helm-charts@grafana-8.1.0...grafana-8.1.1

###
[`v8.1.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.1.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.0.2...grafana-8.1.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] feat:Allow hiding persistence warning by
[@&#8203;nikolaik](https://togithub.com/nikolaik) in
[https://github.com/grafana/helm-charts/pull/3013](https://togithub.com/grafana/helm-charts/pull/3013)

#### New Contributors

- [@&#8203;nikolaik](https://togithub.com/nikolaik) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3013](https://togithub.com/grafana/helm-charts/pull/3013)

**Full Changelog**:
grafana/helm-charts@alloy-0.4.0...grafana-8.1.0

###
[`v8.0.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.0.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.0.1...grafana-8.0.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Adding configmap annotation by
[@&#8203;jmiszczak83](https://togithub.com/jmiszczak83) in
[https://github.com/grafana/helm-charts/pull/3064](https://togithub.com/grafana/helm-charts/pull/3064)

#### New Contributors

- [@&#8203;jmiszczak83](https://togithub.com/jmiszczak83) made their
first contribution in
[https://github.com/grafana/helm-charts/pull/3064](https://togithub.com/grafana/helm-charts/pull/3064)

**Full Changelog**:
grafana/helm-charts@k8s-monitoring-1.0.13...grafana-8.0.2

###
[`v8.0.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.0.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.0.0...grafana-8.0.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] conf(grafana): Add `folderUid` option by
[@&#8203;Rohlik](https://togithub.com/Rohlik) in
[https://github.com/grafana/helm-charts/pull/2956](https://togithub.com/grafana/helm-charts/pull/2956)

#### New Contributors

- [@&#8203;Rohlik](https://togithub.com/Rohlik) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/2956](https://togithub.com/grafana/helm-charts/pull/2956)

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.11.0...grafana-8.0.1

###
[`v8.0.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.0.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.12...grafana-8.0.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to 11.0.0 by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/grafana/helm-charts/pull/3139](https://togithub.com/grafana/helm-charts/pull/3139)

**Full Changelog**:
grafana/helm-charts@grafana-7.3.12...grafana-8.0.0

###
[`v7.3.12`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.12)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.11...grafana-7.3.12)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update app version to v10.4.3 by
[@&#8203;xvilo](https://togithub.com/xvilo) in
[https://github.com/grafana/helm-charts/pull/3136](https://togithub.com/grafana/helm-charts/pull/3136)

#### New Contributors

- [@&#8203;xvilo](https://togithub.com/xvilo) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3136](https://togithub.com/grafana/helm-charts/pull/3136)

**Full Changelog**:
grafana/helm-charts@oncall-1.5.5...grafana-7.3.12

###
[`v7.3.11`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.11)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.10...grafana-7.3.11)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] add the option to set resources for the test framework
container by [@&#8203;dbluxo](https://togithub.com/dbluxo) in
[https://github.com/grafana/helm-charts/pull/2979](https://togithub.com/grafana/helm-charts/pull/2979)

**Full Changelog**:
grafana/helm-charts@k8s-monitoring-1.0.8...grafana-7.3.11

###
[`v7.3.10`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.10)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.9...grafana-7.3.10)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Fix HPA selector by
[@&#8203;gritzkoo](https://togithub.com/gritzkoo) in
[https://github.com/grafana/helm-charts/pull/3050](https://togithub.com/grafana/helm-charts/pull/3050)

#### New Contributors

- [@&#8203;gritzkoo](https://togithub.com/gritzkoo) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/3050](https://togithub.com/grafana/helm-charts/pull/3050)

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.9.9...grafana-7.3.10

</details>

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants