Releases: macstadium/orka-github-actions-integration
Releases · macstadium/orka-github-actions-integration
v1.1.3
v1.1.2
- Allow both
http
andhttps
domains for theORKA_URL
domain: With this change the TLS domain for Orka will be valid - Allow trailing backslashes on
ORKA_URL
: This change ensures that a trailing backslash on the ORKA_URL environment variable is stripped if it exists - Change the docker image: Change base container image from
gcr.io/distroless/static:nonroot
toalpine
to allow settingKUBECONFIG
environment variable
v1.1.1
- Resolve 409 Errors: Address and fix the 409 errors encountered during runner provisioning failures.
- Enhance Image Distribution: Build and distribute the runner image to support both amd64 and arm64 architectures, ensuring compatibility across different platforms and environments.