Releases: wetransform/gha-workflows
Releases · wetransform/gha-workflows
v2.0.1
2.0.1 (2024-04-15)
Bug Fixes
- only generate release token if required (52a47bc)
v2.0.0
2.0.0 (2024-04-12)
⚠ BREAKING CHANGES
- Configuration of Gradle tasks to run now split into two
different inputs.
Features
- support expecting no tests for Gradle library workflows (e4266c0)
- support semantic release for Gradle libraries (a30e8de)
Bug Fixes
- deps: pin dependencies (4dee22b)
- deps: update gradle/actions action to v3.3.0 (be3b722)
- fix incompatibility with semantic-release action (d2c3be8)
- use app token for release (063ab9e)
- use concrete versions for all used actions (fd56f3b)
v1.1.7
1.1.7 (2024-04-08)
Bug Fixes
- deps: update all non-major dependencies (6819ce9)
v1.1.6
1.1.6 (2024-03-24)
Bug Fixes
- deps: update actions/setup-node action to v4.0.2 (212f385)
v1.1.5
1.1.5 (2024-03-24)
Bug Fixes
- deps: update actions/upload-artifact action to v4 (73b6113)
v1.1.4
1.1.4 (2024-03-24)
Bug Fixes
- deps: update actions/setup-java action to v4 (2541900)
v1.1.3
1.1.3 (2024-03-24)
Bug Fixes
- deps: update gradle/actions action to v3.1.0 (8ea6da0)
v1.1.2
1.1.2 (2024-03-24)
Bug Fixes
- deps: update mikepenz/action-junit-report action to v4 (4d67cc2)
v1.1.1
1.1.1 (2024-03-24)
Bug Fixes
- deps: update actions/checkout action to v4 (fac4bf6)
v1.1.0
1.1.0 (2024-03-23)
Features
- add first version of Play framework workflows (ae3be41)
- add shared workflows based on Dockerfiles (836aae8)
- allow specifying custom Gradle tasks for service check (161be51)
- configure failure on test failure for Gradle library (0aeec1a)
- first versions of workflows for sbt libraries (c01a8d2)
- generate lockfiles for Gradle subprojects (b841f71)
- make context for Docker build configurable (85ac57e)
- make DockerHub login optional (2d2e709)
- support artifact upload for Gradle library build (5547d18)
- support custom pre-build command in play workflows (f265b2c)
- support multi module and custom tasks (37c8f83)
- support multi module builds for services (a867ddb)
- support scanning multiple images (46af370)
- support setting for expecting tests in gradle service check (17c68ad)
- support setting for expecting tests in gradle service publishing (769b69a)
- suppport passing custom environment variables (ee341f2)
Bug Fixes
- add missing input types (d98ffce)
- fix configuration for pushing image (9b93e03)
- fix reference to wrong base workflow (d110e2f)
- registry credentials should only be required for pushing (2b27cd2)