Releases: macstadium/orka-github-actions-integration
Releases · macstadium/orka-github-actions-integration
v1.1.11
Changes
- Change the cancel context to be per runner @ispasov (#59)
- Fix NREs in message processor @ispasov (#58)
- Introduce VM Tracker @ispasov (#57)
- Remove flaky test @ispasov (#56)
- Split provisioning and execution @ispasov (#55)
- Add more logging @ispasov (#54)
- Change deletion order @ispasov (#53)
- Cancel provisioning on job completion @ispasov (#52)
v1.1.10
Changes
- Implement runner de-registration handling in RunnerProvisioner @owenmartin-toast (#51)
v1.1.9
v1.1.8
v1.1.7
v1.1.6
What's Changed
- feat: Support Github Enterprise Server by @ebellefontaine in #21
- Add release drafter workflow by @ispasov in #19
- docs: update README re: GHES Support by @celanthe in #20
New Contributors
- @celanthe made their first contribution in #20
- @ebellefontaine made their first contribution in #21
Full Changelog: 1.1.5...1.1.6
v1.1.5
What's Changed
- Add code and open source the Orka GitHub Actions integration by @spikeburton in #8
- OK-3710 Handle ignored and abandoned statuses by @ispasov in #10
- OK-3711 Reverse the order of creating the runner and VM by @ispasov in #11
- Improve Runner Provisioning by @ispasov in #17
Full Changelog: 1.1.4...1.1.5
v1.1.4
v1.1.3
- Run docker image as a non-root user
- Export
KUBECONFIGenvironment variable in the container image
v1.1.2
- Allow both
httpandhttpsdomains for theORKA_URLdomain: 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:nonroottoalpineto allow settingKUBECONFIGenvironment variable