Commit Graph

10 Commits

Author SHA1 Message Date
renovate[bot]
509a1fbcbf
chore(deps): update lscr.io/linuxserver/heimdall docker tag to v2.6.3 2024-11-05 14:19:07 +00:00
renovate[bot]
c3420ae713
chore(deps): update lscr.io/linuxserver/heimdall docker tag to v2.6.2 2024-11-04 11:32:16 +00:00
Leon Windler
48a52ed15c
Rename docker-compose.yaml to compose.yaml 2024-07-12 22:57:23 +02:00
renovate[bot]
aec6e7c264
chore(deps): update lscr.io/linuxserver/heimdall docker tag to v2.6.1 2024-05-02 18:00:34 +00:00
Christoph Schug
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
renovate[bot]
892349266c
chore(deps): update lscr.io/linuxserver/heimdall docker tag to v2021 2024-03-18 15:44:50 +00:00
Christoph Schug
ff6085ece3 chore: upgrade Heimdall 2.5.6 -> 2.6.1 2024-02-26 23:27:53 +01:00
Christoph Schug
8a17193dd0 fix: add final newline character to text files
This makes text files compliant to POSIX which requires every line of a
text file to end with a newline character [1][2].

[1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_403
[2] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
2024-02-22 19:06:54 +01:00
Christian Lempa
0c30f62cbe formatting update 2023-05-25 14:26:13 +02:00
Tushar Niras
13bcac83bc
Create heimdall.yaml 2022-09-30 11:02:07 +05:30