Releases: typesafegithub/github-workflows-kt
1.4.0
⭐ Features
🧪 🚧 I'm intensively iterating on client-side binding generation, and some preview of this functionality can be already seen in this repo:
- a workflow using this approach: .github/workflows/actions-versions.main.kts - notice the import of a generated binding and that no version is specified anywhere in the workflow
- a dummy workflow for defining which actions should get their bindings generated: .github/workflows/used-actions.yaml
- a new generation entry point that makes use of the dummy workflow: .github/workflows/generate-action-bindings.main.kts
- a Renovate PR successfully upgrading one action's version: #1052
It's available in the library's API for me to experiment and for some early adopters. Please expect breaking changes if you want to try it out. Proper documentation will follow.
Stay tuned for more!
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
Full Changelog: v1.3.0...v1.4.0
1.3.0
⭐ Features
None.
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
- add aws-actions/amazon-ecr-login@v2
- add Azure/webapps-deploy@v3
- add stefanzweifel/git-auto-commit-action@v5
Full Changelog: v1.2.0...v1.3.0
1.2.0
1.1.0
⭐ Features
None.
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
- add actions/checkout@v4
- add cachix/install-nix-action@v23
- add aws-actions/configure-aws-credentials@v4
- add docker/build-push-action@v5
- add docker/login-action@v3
- add docker/metadata-action@v5
- add docker/setup-buildx-action@v3
- update Azure/webapps-deploy@v2
Full Changelog: v1.0.0...v1.1.0
1.0.0
I'm happy to release the first stable version of github-workflows-kt!
It's been about one and a half years since the first commit. It started as a remedy to headaches caused
by somewhat complicated GitHub Actions workflows in (now paused) https://github.com/krzema12/kotlin-python.
I decided to give it a shot and deYAMLify this part of software engineering ecosystem, which turned out to be not only my goal 😄
Now that the library's API got stable enough, it's time to take the next step and leave the 0.x "fast iteration" phase. Let's see what it takes us!
Huge thanks to everyone who contributed to the effort, both by actually contributing to the solution and consuming the library in their projects. I'd like to thank especially (in alphabetical order):
@aSemy
@jmfayard
@LeoColman
@NikkyAI
@Vampire
who contributed significantly to the source code of the library and/or discussions we conducted. Thank you 🙇
--
Piotr Krzemiński @krzema12
⭐ Features
None.
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
- add aws-actions/configure-aws-credentials@v3
- update gradle/gradle-build-action@v2
- update gradle/gradle-build-action@v2
- update actions/checkout@v3
- add cycjimmy/semantic-release-action@v4
Full Changelog: v0.50.0...v1.0.0
0.50.0
⭐ Features
None.
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
Full Changelog: v0.49.0...v0.50.0
0.49.0
⭐ Features
None.
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
Full Changelog: v0.48.0...v0.49.0
0.48.0
⭐ Features
None.
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
- update gradle/wrapper-validation-action@v1
- update actions/labeler@v4
- update gradle/gradle-build-action@v2
Full Changelog: v0.47.0...v0.48.0
0.47.0
⭐ Features
- add support for job.container and job.services - thanks @kugo12!
- add 'if' as alias for condition - thanks @benkeil!
- implement Labelled and Group runner types - thanks @kugo12!
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
Full Changelog: v0.46.0...v0.47.0
0.46.0
⭐ Features
None.
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
- add cachix/install-nix-action@v22
- update actions/checkout@v3
- update aws-actions/configure-aws-credentials@v2
Full Changelog: v0.45.0...v0.46.0