Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Oct 04:45
· 9 commits to release/v2.0.0 since this release
v2.0.0
7df9500

2.0.0 (2025-10-16)

🚨 this is a breaking change

  1. build-versionbuild-id parameter rename in reusable_execute-build.yaml
  2. New required build-id input in reusable_deploy-artifacts.yaml
  3. New required metadata-build-id input in reusable_deploy-artifacts.yaml
  4. Workflow parameter names updated with consistent prefix depending on type eg:
  • projectjf-project
  • build-namejf-build-name
  • artifact-namegh-artifact-name
  • artifactory-urljf-url

⚠ BREAKING CHANGES

  • workflows: update reusable workflows to use consistent naming conventions (#58)
  • workflows: build info in build step [INFRA-189] (#53)

Features

  • release: add semantic release configuration and GitHub workflow for automated releases (84b34f3)
  • workflows: add example Docker build and deploy workflow (7420fc8)
  • workflows: add use-artifacts job for JFrog CLI integration and Docker build (20eaf2b)
  • workflows: add xray scan step to docker build workflow (81f5a80)
  • workflows: example reusable integration workflow (e9de96d)

Bug Fixes

  • workflows: check for create-release-bundle job to trigger only on workflow_dispatch event (bfa5ab9)
  • workflows: consistency is the enemy of enterprise (205f2b1)
  • workflows: problems escaping auth lead to doing things "the right way" (126817d)
  • workflows: add Docker login step (6edeaa9)
  • workflows: automated build name and build number not working (76f30c2)
  • workflows: update checkout reference to specific commit (bf987f5)
  • workflows: update checkout references to latest commit for reusable workflows (c339172)
  • workflows: update CHECKOUT_REF to use github.workflow_sha for latest commit reference (89275e3)
  • workflows: update JFrog CLI version and docker login action version (19afa38)
  • workflows: update repository URL format in reusable integration workflow (0820609)

Code Refactoring

  • workflows: build info in build step [INFRA-189] (#53) (0da06cb)
  • workflows: update reusable workflows to use consistent naming conventions (#58) (4d3239c)