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

chore(deps): update promtail #74

Merged
merged 5 commits into from
Apr 1, 2024
Merged

chore(deps): update promtail #74

merged 5 commits into from
Apr 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/grafana/promtail patch 2.9.2 -> 2.9.6
docker.io/jimmidyson/configmap-reload minor v0.8.0 -> v0.9.0
promtail (source) patch 6.15.3 -> 6.15.5
registry1.dso.mil/ironbank/opensource/grafana/promtail (source) patch v2.9.2 -> v2.9.5
registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload (source) minor v0.8.0 -> v0.12.0

Release Notes

grafana/helm-charts (promtail)

v6.15.5

Compare Source

Promtail is an agent which ships the contents of local logs to a Loki instance

What's Changed

Full Changelog: grafana/helm-charts@grafana-7.2.5...promtail-6.15.5

v6.15.4

Compare Source

Promtail is an agent which ships the contents of local logs to a Loki instance

What's Changed

Full Changelog: grafana/helm-charts@tempo-distributed-1.8.1...promtail-6.15.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@zachariahmiller
Copy link
Contributor

i made one needed update here where the image was missing part of the path, impacting renovate. Interestingly enough the upgrade tests for this are passing but the single package (upstream at that) is consistently failing so this likely needs to be investigated further.

@mjnagel mjnagel added the waiting on helm chart This PR is waiting on an update to the helm chart label Feb 9, 2024
@mjnagel mjnagel added waiting on helm chart This PR is waiting on an update to the helm chart and removed waiting on helm chart This PR is waiting on an update to the helm chart labels Feb 9, 2024
@mjnagel
Copy link
Contributor

mjnagel commented Feb 12, 2024

Chart is still tracking 2.9.4 image, probably best to wait on the update until the new chart version is ready. Also note that I had to update the values to ensure we were explicitly setting the image tag.

@mjnagel mjnagel removed the waiting on helm chart This PR is waiting on an update to the helm chart label Mar 15, 2024
@mjnagel
Copy link
Contributor

mjnagel commented Mar 15, 2024

Opened an upstream PR for the helm chart but I'm good with this one. We'll want to remember that promtail keeps its version in sync with Loki - so often there are no real changes in promtail so we wouldn't expect an upstream helm chart update (this one included).

@TristanHoladay
Copy link
Contributor

as of this morning, waiting on this PR for the IB promtail image https://repo1.dso.mil/dsop/opensource/grafana/promtail/-/merge_requests/99

| datasource | package                                                           | from   | to      |
| ---------- | ----------------------------------------------------------------- | ------ | ------- |
| docker     | docker.io/grafana/promtail                                        | 2.9.2  | 2.9.6   |
| docker     | docker.io/jimmidyson/configmap-reload                             | v0.8.0 | v0.9.0  |
| helm       | promtail                                                          | 6.15.3 | 6.15.5  |
| docker     | registry1.dso.mil/ironbank/opensource/grafana/promtail            | v2.9.2 | v2.9.5  |
| docker     | registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload | v0.8.0 | v0.12.0 |
Copy link
Contributor Author

renovate bot commented Mar 25, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@mjnagel
Copy link
Contributor

mjnagel commented Mar 29, 2024

@TristanHoladay looks like IB has 2.9.6 if you want to add that change here now.

@mjnagel mjnagel enabled auto-merge (squash) April 1, 2024 18:28
@mjnagel mjnagel merged commit 6a112b5 into main Apr 1, 2024
9 checks passed
@mjnagel mjnagel deleted the renovate/promtail branch April 1, 2024 19:24
mjnagel pushed a commit that referenced this pull request Apr 12, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.19.0](v0.18.0...v0.19.0)
(2024-04-12)


### Features

* add nightly testing eks
([#250](#250))
([543b09d](543b09d))


### Bug Fixes

* drop path normalization to MERGE_SLASHES to allow apps to handle
encoded slashes
([#330](#330))
([26e965f](26e965f))
* loki bucket configuration service_account and namespace
([#332](#332))
([9518634](9518634))


### Miscellaneous

* **deps:** update grafana
([#257](#257))
([c98e566](c98e566))
* **deps:** update metrics-server
([#298](#298))
([691fd87](691fd87))
* **deps:** update pepr
([#324](#324))
([2ef0f96](2ef0f96))
* **deps:** update pepr to v0.28.7
([#321](#321))
([e7206bb](e7206bb))
* **deps:** update promtail
([#74](#74))
([6a112b5](6a112b5))
* **deps:** update zarf to v0.32.6
([#282](#282))
([443426d](443426d))
* **deps:** update zarf to v0.33.0
([#325](#325))
([f2a2a66](f2a2a66))
* update codeowners
([#338](#338))
([c419574](c419574))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
rjferguson21 pushed a commit that referenced this pull request 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/grafana/promtail | patch | `2.9.2` -> `2.9.6` |
| docker.io/jimmidyson/configmap-reload | minor | `v0.8.0` -> `v0.9.0` |
| [promtail](https://grafana.com/loki)
([source](https://github.com/grafana/helm-charts)) | patch | `6.15.3`
-> `6.15.5` |
|
[registry1.dso.mil/ironbank/opensource/grafana/promtail](https://github.com/grafana/loki)
([source](https://repo1.dso.mil/dsop/opensource/grafana/promtail)) |
patch | `v2.9.2` -> `v2.9.5` |
|
[registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload](https://github.com/jimmidyson/configmap-reload)
([source](https://repo1.dso.mil/dsop/opensource/jimmidyson/configmap-reload))
| minor | `v0.8.0` -> `v0.12.0` |

---

### Release Notes

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

###
[`v6.15.5`](https://github.com/grafana/helm-charts/releases/tag/promtail-6.15.5)

[Compare
Source](https://github.com/grafana/helm-charts/compare/promtail-6.15.4...promtail-6.15.5)

Promtail is an agent which ships the contents of local logs to a Loki
instance

#### What's Changed

- \[promtail] Avoid unnecessary pod restart on each helm chart version
by [@&#8203;jkroepke](https://github.com/jkroepke) in
[grafana/helm-charts#2833

**Full Changelog**:
grafana/helm-charts@grafana-7.2.5...promtail-6.15.5

###
[`v6.15.4`](https://github.com/grafana/helm-charts/releases/tag/promtail-6.15.4)

[Compare
Source](https://github.com/grafana/helm-charts/compare/promtail-6.15.3...promtail-6.15.4)

Promtail is an agent which ships the contents of local logs to a Loki
instance

#### What's Changed

- \[promtail] bump promtail version to 2.9.3 by
[@&#8203;venkatamutyala](https://github.com/venkatamutyala) in
[grafana/helm-charts#2843

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.8.1...promtail-6.15.4

</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://github.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TristanHoladay <40547442+TristanHoladay@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
rjferguson21 pushed a commit that referenced this pull request Jul 11, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.19.0](v0.18.0...v0.19.0)
(2024-04-12)


### Features

* add nightly testing eks
([#250](#250))
([543b09d](543b09d))


### Bug Fixes

* drop path normalization to MERGE_SLASHES to allow apps to handle
encoded slashes
([#330](#330))
([26e965f](26e965f))
* loki bucket configuration service_account and namespace
([#332](#332))
([9518634](9518634))


### Miscellaneous

* **deps:** update grafana
([#257](#257))
([c98e566](c98e566))
* **deps:** update metrics-server
([#298](#298))
([691fd87](691fd87))
* **deps:** update pepr
([#324](#324))
([2ef0f96](2ef0f96))
* **deps:** update pepr to v0.28.7
([#321](#321))
([e7206bb](e7206bb))
* **deps:** update promtail
([#74](#74))
([6a112b5](6a112b5))
* **deps:** update zarf to v0.32.6
([#282](#282))
([443426d](443426d))
* **deps:** update zarf to v0.33.0
([#325](#325))
([f2a2a66](f2a2a66))
* update codeowners
([#338](#338))
([c419574](c419574))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

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

Successfully merging this pull request may close these issues.

None yet

3 participants