Skip to content

Commit

Permalink
chore(container): update oci-image shlinkio/shlink to v4 by renovate (#…
Browse files Browse the repository at this point in the history
…27869)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [shlinkio/shlink](https://redirect.github.com/shlinkio/shlink) | patch
| `71ef6e0` -> `ab6aafe` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>shlinkio/shlink (shlinkio/shlink)</summary>

###
[`v4.2.3`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#423---2024-10-17)

[Compare
Source](https://redirect.github.com/shlinkio/shlink/compare/v4.2.2...v4.2.3)

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2225](https://redirect.github.com/shlinkio/shlink/issues/2225)
Fix regression introduced in v4.2.2, making config options with `null`
value to be promoted as env vars with value `''`, instead of being
skipped.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
  • Loading branch information
truecharts-admin authored Oct 17, 2024
1 parent af445fe commit 2f2ce3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/stable/shlink/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 4.2.2
appVersion: 4.2.3
dependencies:
- name: common
version: 25.0.0
Expand Down Expand Up @@ -40,4 +40,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink
- https://hub.docker.com/r/shlinkio/shlink
type: application
version: 16.6.2
version: 16.6.3
2 changes: 1 addition & 1 deletion charts/stable/shlink/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: shlinkio/shlink
pullPolicy: IfNotPresent
tag: 4.2.2@sha256:71ef6e0bebdca342936f72120243e63a3cbaaea6ea78f21704b06d0bcd5b80fc
tag: 4.2.3@sha256:ab6aafe60696f29e07b585f59682938f988c1998b16c9116cbb26fc9f9d7d593
service:
main:
ports:
Expand Down

0 comments on commit 2f2ce3e

Please sign in to comment.