v2.0.0
·
9 commits
to release/v2.0.0
since this release
2.0.0 (2025-10-16)
🚨 this is a breaking change
build-version→build-idparameter rename inreusable_execute-build.yaml- New required
build-idinput inreusable_deploy-artifacts.yaml - New required
metadata-build-idinput inreusable_deploy-artifacts.yaml - Workflow parameter names updated with consistent prefix depending on type eg:
project→jf-projectbuild-name→jf-build-nameartifact-name→gh-artifact-nameartifactory-url→jf-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)