Compare commits

...

3 Commits

Author SHA1 Message Date
b66616d5b8 feat: version bump for 1.31
All checks were successful
ZeroDownTime/aws-iam-authenticator/pipeline/head This commit looks good
ZeroDownTime/aws-iam-authenticator/pipeline/tag This commit looks good
2025-01-10 13:26:15 +00:00
b1df05ff8a Merge latest ci-tools-lib 2025-01-10 13:25:45 +00:00
a6e7324ac6 Squashed '.ci/' changes from 3feaf6f..15e4d1f
15e4d1f ci: make work with main branch

git-subtree-dir: .ci
git-subtree-split: 15e4d1f589c8e055944b2a4b58a9a50728e245b4
2025-01-10 13:25:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ include .ci/podman.mk
Add subtree to your project:
```
git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash
git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git main --squash
```

View File

@ -1,5 +1,5 @@
ARG DISTRO_VERSION="3.20"
ARG VERSION="0.6.27"
ARG DISTRO_VERSION="3.21"
ARG VERSION="0.6.29"
FROM alpine:${DISTRO_VERSION}
ARG DISTRO_VERSION