Releases: typesafegithub/github-workflows-kt
1.5.0
⭐ Features
🎉 Client-side binding generation becomes Experimental, and is ready for you to try out!
Please see Migrating to client-side bindings generation. Keep in mind that this feature is not yet fully complete, however most of it is already in place. You can track the progress under this milestone: Client-side wrapper generation.
The plan is to deprecate the bundled bindings by the end of 2023, and in 2024Q1 release a new major version 2.x that removes support for bundled bindings. That's why it's important to me to gather feedback from you, to polish the new approach before switching to it completely.
Have fun!
🛠️ Fixes
None.
💣 Breaking changes
None.
▶️ Actions
None.
Full Changelog: v1.4.0...v1.5.0
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