Commit Graph

802 Commits

Author SHA1 Message Date
d982f1f08e fix: improve Renovate version tracking of PostgreSQL
Only bump the major version of PostgreSQL when using the standalone
Docker Compose variant of PostgreSQL.
2024-05-05 14:42:54 +02:00
3366392906 Merge pull request #266 from ChristianLempa/renovate/ghcr.io-home-assistant-home-assistant-2024.5.x
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.1
2024-05-03 21:01:33 +02:00
cf5e4913ab chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.1 2024-05-03 18:02:45 +00:00
b226978422 Merge pull request #265 from ChristianLempa/renovate/ghcr.io-gethomepage-homepage-0.8.x
chore(deps): update ghcr.io/gethomepage/homepage docker tag to v0.8.12
2024-05-02 20:16:03 +02:00
18a809aecf chore(deps): update ghcr.io/gethomepage/homepage docker tag to v0.8.12 2024-05-02 18:07:15 +00:00
a7a3986adb Merge pull request #264 from cschug/fix_homepage_image_tag
fix: fix double-colon typo in the Homepage image spec
2024-05-02 20:06:48 +02:00
fefd21a3c8 fix: fix double-colon typo in the Homepage image spec 2024-05-02 20:05:35 +02:00
1cb4f3ed49 Merge pull request #263 from ChristianLempa/renovate/lscr.io-linuxserver-heimdall-2.6.x
chore(deps): update lscr.io/linuxserver/heimdall docker tag to v2.6.1
2024-05-02 20:02:18 +02:00
aec6e7c264 chore(deps): update lscr.io/linuxserver/heimdall docker tag to v2.6.1 2024-05-02 18:00:34 +00:00
bd83d71be3 Merge pull request #262 from cschug/renovate_heimdall
fix: avoid using negative lookaheads which Renovate doesn't understand
2024-05-02 20:00:05 +02:00
e1ba00d96e fix: avoid using negative lookaheads which Renovate doesn't understand 2024-05-02 19:57:48 +02:00
6e04957991 Merge pull request #260 from cschug/renovate_heimdall
fix: attempt to fix Heimdall version tracking by Renovate
2024-05-02 19:52:59 +02:00
de117f4bbf fix: attempt to fix Heimdall version tracking by Renovate
Alas over time the versioning schema of image tags by
`lscr.io/linuxserver/heimdall` changed several times, ranging from
simply incrementing a counter to a ISO 8601 date-alike variant to
finally something which comes close the semantic versioning.

With the default rule set, Renovate gets fooled by the ISO 8601 date
variant which was used in year 2021. The idea is to use a regular
expression for better matching which kicks out 2021 using a negative
lookahead and also require a minor version number in order not to get
caught by the counter-like increments.

As a test, the image tag is intentionally set to `2.6.0` while `2.6.1`
would be the latest release. This is just to verify whether Renovate
does to right thing now.
2024-05-02 19:46:28 +02:00
e3c4ba38c9 Merge pull request #259 from ChristianLempa/renovate/docker.io-jc21-nginx-proxy-manager-2.11.x 2024-05-02 08:00:01 +02:00
b42b0af5c9 chore(deps): update docker.io/jc21/nginx-proxy-manager docker tag to v2.11.2 2024-05-02 03:00:42 +00:00
4d2a489ff0 Merge pull request #258 from cschug/renovate_fix_regex
fix: fix Renovate regular expression as image tags are never empty
2024-05-01 22:15:52 +02:00
d81d959e76 fix: fix Renovate regular expression as image tags are never empty 2024-05-01 22:13:51 +02:00
a3fcb20863 Merge pull request #244 from ChristianLempa/renovate/docker.io-library-mariadb-11.x
chore(deps): update docker.io/library/mariadb docker tag to v11
2024-05-01 22:08:17 +02:00
b1cff40d7c chore(deps): update docker.io/library/mariadb docker tag to v11 2024-05-01 20:04:28 +00:00
c1900e4920 Merge pull request #257 from cschug/renovate_standalone_mariadb
fix: fully upgrade standalone MariaDB Docker Compose by Renovate
2024-05-01 22:04:14 +02:00
44a3de8047 fix: fully upgrade standalone MariaDB Docker Compose by Renovate
Do not apply the restrictions regarding major and minor version bumps
to the standalone MariaDB Docker Compose which does not have to respect
compatibility to a specific application.
2024-05-01 22:02:01 +02:00
8aed537782 Merge pull request #256 from ChristianLempa/renovate/docker.io-library-mariadb-10.10.x
chore(deps): update docker.io/library/mariadb docker tag to v10.10.7
2024-05-01 21:55:41 +02:00
fe7ddfd80a chore(deps): update docker.io/library/mariadb docker tag to v10.10.7 2024-05-01 19:55:03 +00:00
258b3b6df1 Merge pull request #254 from ChristianLempa/renovate/ghcr.io-home-assistant-home-assistant-2024.x
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.0
2024-05-01 21:54:41 +02:00
4153150187 chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.0 2024-05-01 19:54:34 +00:00
d209950e1e Merge pull request #255 from cschug/renovate_separate_minor_patch
fix: enable `separateMinorPatch` flag in Renovate
2024-05-01 21:53:49 +02:00
ce0e165d69 fix: enable separateMinorPatch flag in Renovate 2024-05-01 21:52:38 +02:00
b4a17f4401 Merge pull request #252 from cschug/mariadb_no_latest
chore(deps): do not use the `latest` tag for mariadb
2024-04-30 18:47:43 +02:00
1da52bf138 chore(deps): do not use the latest tag for mariadb
Deliberately we do not set the most recent release version here in order
to test the Renovate changes done in #247.
2024-04-30 18:46:42 +02:00
45093bcef4 Merge pull request #247 from cschug/rework_renovate
Rework renovate
2024-04-30 16:58:49 +02:00
0f418bb638 Merge pull request #251 from ChristianLempa/renovate/docker.io-library-traefik-3.x
chore(deps): update docker.io/library/traefik docker tag to v3
2024-04-30 13:14:27 +02:00
8f6b4f4e59 chore(deps): update docker.io/library/traefik docker tag to v3 2024-04-30 04:45:26 +00:00
857e4e3e27 Merge pull request #250 from ChristianLempa/renovate/refactr-runner-pool-0.x
chore(deps): update refactr/runner-pool docker tag to v0.146.0
2024-04-29 22:25:11 +02:00
a41f74e4c1 chore(deps): update refactr/runner-pool docker tag to v0.146.0 2024-04-29 20:13:05 +00:00
00c4964837 Merge pull request #248 from ChristianLempa/renovate/docker.io-semaphoreui-semaphore-2.x
chore(deps): update docker.io/semaphoreui/semaphore docker tag to v2.9.75
2024-04-29 16:25:38 +02:00
85f0f2b056 chore(deps): update docker.io/semaphoreui/semaphore docker tag to v2.9.75 2024-04-28 22:36:18 +00:00
10e5daf3f8 fix: pin major and minor versions of MariaDB and MySQL
Releases of MariaDB and MySQL shouldn't be bumped blindly because of the
risk of breaking compatibility which might applications depending on
them prevent to work correctly.
2024-04-27 19:18:02 +02:00
c67330722e chore: prettify formatting
Fix indentation and sort the order of keys by using `jq -S`.
2024-04-27 19:16:55 +02:00
2a1606dced fix: update packageRule selectors
With Renovate release 24.30.0 [1] several `packageRule` selectors were
renamed.

[1] https://github.com/renovatebot/renovate/releases/tag/24.30.0
2024-04-27 19:15:53 +02:00
acde6d43ac Merge pull request #246 from ChristianLempa/renovate/ghcr.io-goauthentik-server-2024.x 2024-04-26 20:40:13 +02:00
ca116277c5 chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.1 2024-04-26 18:12:27 +00:00
928512e25f Merge pull request #238 from ChristianLempa/nginx_dockercompose-1
Nginx_dockercompose-1
2024-04-26 17:07:01 +02:00
7c049d8aea fixes 2024-04-26 15:33:47 +02:00
b1212b6415 Merge pull request #239 from ChristianLempa/renovate/ghcr.io-goauthentik-server-2024.x
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.0
2024-04-25 14:12:06 +02:00
62f9ab3b6f Merge pull request #245 from cschug/nginx_dockercompose-1
chore(deps): update docker.io/library/nginx docker tag to 1.26.0-alpine
2024-04-25 12:37:53 +02:00
19c91ca459 chore(deps): update docker.io/library/nginx docker tag to 1.26.0-alpine 2024-04-25 12:36:23 +02:00
a5cb24f5e4 chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.0 2024-04-25 10:17:05 +00:00
fba5f4bae6 Merge pull request #240 from ChristianLempa/renovate/docker.io-library-nextcloud-29.x
chore(deps): update docker.io/library/nextcloud docker tag to v29
2024-04-25 12:16:32 +02:00
4c4acb9b8c Merge pull request #242 from cschug/renovate/docker.io-library-nextcloud-29.x
chore(deps): align version of MariaDB with Nextcloud 29
2024-04-25 12:15:00 +02:00
6d555cddc8 chore(deps): align version of MariaDB with Nextcloud 29 2024-04-25 12:12:40 +02:00