Skip to content

Latest commit

 

History

History
307 lines (171 loc) · 18.6 KB

CHANGELOG.md

File metadata and controls

307 lines (171 loc) · 18.6 KB

3.4.0 (2024-12-03)

Features

  • support using custom runner based on variable (2597a86)

Bug Fixes

  • deps: update all non-major dependencies (602e4a0)

3.3.2 (2024-11-21)

Bug Fixes

  • gradle-service: add missing secret declaration (64f333a)

3.3.1 (2024-11-21)

Bug Fixes

  • deps: update all non-major dependencies (e5bf273)

3.3.0 (2024-11-19)

Features

  • dockerfile: support passing in custom checkout ref (6971128)

3.2.1 (2024-11-18)

Bug Fixes

  • deps: update all non-major dependencies (85c4f89)
  • deps: update mikepenz/action-junit-report action to v5 (18440a9)

3.2.0 (2024-11-16)

Features

  • gradle: support private submodules (b25037a)

Bug Fixes

  • deps: update actions/setup-java action to v4.5.0 (7d4f56b)
  • deps: update all non-major dependencies (4b90a85)

3.1.1 (2024-10-24)

Bug Fixes

  • deps: update all non-major dependencies (56654b2)
  • deps: update all non-major dependencies (84f4033)

3.1.0 (2024-10-11)

Features

  • gradle: login to Docker Hub if credentials are provided (646fe8e)

3.0.0 (2024-10-02)

⚠ BREAKING CHANGES

  • gradle-service: Gradle task configuration for Gradle services now split across two input variables to separate checks from publishing.

Features

  • gradle-service: support semantic release (721629b)

Bug Fixes

  • deps: update docker/build-push-action action to v6.8.0 (d69c9d7)
  • deps: update docker/build-push-action action to v6.9.0 (ac3db1a)

2.5.1 (2024-09-26)

Bug Fixes

  • deps: update actions/create-github-app-token action to v1.10.4 (73e877b)
  • deps: update all non-major dependencies (07bbc00)
  • deps: update all non-major dependencies (2ef3de6)
  • deps: update all non-major dependencies (9894f6b)
  • deps: update all non-major dependencies (9106618)

2.5.0 (2024-08-21)

Features

  • gradle-library: attempt artifact upload also on failure (52e8930)
  • gradle-library: pass on artifact input parameters (7256ee1)

Bug Fixes

  • gradle-library: fix artifact upload condition (82bde79)

2.4.0 (2024-08-20)

Features

  • gradle-library: add outputs related to release (1c0252b)
  • gradle-library: support skipping security scan (4586a5d)
  • gradle-library: supported nested subprojects (be1659a)
  • gradle: support specifying custom Git ref to check out (4243206)

Bug Fixes

  • deps: update all non-major dependencies (6342262)
  • deps: update all non-major dependencies (03162c8)
  • deps: update all non-major dependencies (75cadd9)
  • deps: update all non-major dependencies (9ca5947)
  • deps: update gradle/actions action to v4 (714271b)

2.3.0 (2024-06-28)

Features

  • scan-images: create combined vulnerability report (7bb6d66)
  • scan-images: support logging in to secondary registry (5c14dfc), closes ING-4250
  • scan-images: support passing in environment to use (5de883d)
  • scan-images: support secondary registry from variable (e2ca84d), closes ING-4250

Bug Fixes

  • deps: update all non-major dependencies (8db3e0b)
  • scan-images: disable scanning merged SBOM by default (378360e)

2.2.1 (2024-06-21)

Bug Fixes

  • deps: update all non-major dependencies (5bf2a0f)
  • gradle-service: check out all tags (8b5c150)

2.2.0 (2024-06-20)

Features

  • deps: update wetransform/gha-trivy action to v2 (fffeaac)
  • scan-images: include SBOM of scanned images and merge them (e001ea3)
  • scan-images: remove individual SBOM and HTML report artifacts (f804d9f)

Bug Fixes

  • deps: pin jaxxstorm/action-install-gh-release action to 25d5e2d (7de1fbc)
  • deps: update actions/checkout action to v4.1.6 (2e2eaa7)
  • deps: update all non-major dependencies (7b16a5f)
  • deps: update all non-major dependencies (4345049)
  • deps: update all non-major dependencies (7af9039)
  • deps: update docker/build-push-action action to v5.4.0 (15e42be)
  • deps: update docker/build-push-action action to v6 (2622b71)
  • deps: update wetransform/gha-gradle-semantic-release action to v2.1.0 (8caa0d2)
  • scan-images: fix typo (a9c893a)

2.1.0 (2024-05-07)

Features

  • allow to override Gradle tasks for gradle-service-publish (2a6fc2e)

Bug Fixes

  • deps: update actions/create-github-app-token action to v1.10.0 (ef7e7ff)

2.0.4 (2024-04-25)

Bug Fixes

  • deps: update all non-major dependencies (715d364)
  • deps: update all non-major dependencies (a4a9d94)
  • deps: update all non-major dependencies (202e930)
  • gradle-library: attempt to fix condition for fetch depth (602fcf2)
  • gradle-library: fetch all tags for publishing (9f9eb56)

2.0.3 (2024-04-18)

Bug Fixes

  • deps: update wetransform/gha-gradle-semantic-release action to v2.0.1 (0875fc5)

2.0.2 (2024-04-17)

Bug Fixes

  • deps: update wetransform/gha-gradle-semantic-release action to v2 (82d4182)

2.0.1 (2024-04-15)

Bug Fixes

  • only generate release token if required (52a47bc)

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)

1.1.7 (2024-04-08)

Bug Fixes

  • deps: update all non-major dependencies (6819ce9)

1.1.6 (2024-03-24)

Bug Fixes

  • deps: update actions/setup-node action to v4.0.2 (212f385)

1.1.5 (2024-03-24)

Bug Fixes

  • deps: update actions/upload-artifact action to v4 (73b6113)

1.1.4 (2024-03-24)

Bug Fixes

  • deps: update actions/setup-java action to v4 (2541900)

1.1.3 (2024-03-24)

Bug Fixes

  • deps: update gradle/actions action to v3.1.0 (8ea6da0)

1.1.2 (2024-03-24)

Bug Fixes

  • deps: update mikepenz/action-junit-report action to v4 (4d67cc2)

1.1.1 (2024-03-24)

Bug Fixes

  • deps: update actions/checkout action to v4 (fac4bf6)

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)