Skip to content

Commit

Permalink
feat(container): update ghcr.io/kashalls/kromgo ( 0.2.4 → 0.3.0 ) (#4188
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/kashalls/kromgo](https://togithub.com/kashalls/kromgo) |
minor | `0.2.4` -> `0.3.0` |

---

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

---

### Release Notes

<details>
<summary>kashalls/kromgo (ghcr.io/kashalls/kromgo)</summary>

### [`v0.3.0`](https://togithub.com/kashalls/kromgo/releases/tag/v0.3.0)

[Compare
Source](https://togithub.com/kashalls/kromgo/compare/v0.2.4...v0.3.0)

#### Breaking Changes

⚠️The default response format has been changed from `raw` to `endpoint`.
Queries for `&format=endpoint` will still result in the correct format.
This however breaks users wanting to utilize the `&format=raw`.

#### What's Changed

- docs: add JSONSchema for configuration file by
[@&#8203;ajgon](https://togithub.com/ajgon) in
[https://github.com/kashalls/kromgo/pull/9](https://togithub.com/kashalls/kromgo/pull/9)
- feat(config): autobuild json schema for config by
[@&#8203;ajgon](https://togithub.com/ajgon) in
[https://github.com/kashalls/kromgo/pull/10](https://togithub.com/kashalls/kromgo/pull/10)
- chore: Configure Renovate by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/kashalls/kromgo/pull/12](https://togithub.com/kashalls/kromgo/pull/12)
- Add support for fetching the value of a query's label, default
endpoint instead of raw, load config properly and more. by
[@&#8203;kashalls](https://togithub.com/kashalls) in
[https://github.com/kashalls/kromgo/pull/16](https://togithub.com/kashalls/kromgo/pull/16)

#### New Contributors

- [@&#8203;ajgon](https://togithub.com/ajgon) made their first
contribution in
[https://github.com/kashalls/kromgo/pull/9](https://togithub.com/kashalls/kromgo/pull/9)
- [@&#8203;renovate](https://togithub.com/renovate) made their first
contribution in
[https://github.com/kashalls/kromgo/pull/12](https://togithub.com/kashalls/kromgo/pull/12)

**Full Changelog**:
kashalls/kromgo@v0.2.4...v0.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE4Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Feb 14, 2024
1 parent 8dc6b3e commit 9679f15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
main:
image:
repository: ghcr.io/kashalls/kromgo
tag: 0.2.4@sha256:2c1076986904babdcfed38ffcf848e7609f3e108ee350a46ce8ed201407a8b81
tag: 0.3.0@sha256:7fa9b72f306b0970a16667f97604b4f3ebac2bdd1de29132bf81d8e6072abaf2
env:
PROMETHEUS_URL: http://thanos-query-frontend.monitoring.svc.cluster.local:9090
PORT: &port 80
Expand Down

0 comments on commit 9679f15

Please sign in to comment.