From c11a0885c50106ff284cdd4338eee75a617c293e Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 12 Apr 2023 09:06:19 +0000 Subject: [PATCH] chore: release 2.6.9 --- action.yml | 2 +- changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelog.md diff --git a/action.yml b/action.yml index ee4a2d8..bedbb5d 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ outputs: description: 'The next release version' runs: using: 'docker' - image: 'docker://ghcr.io/jenkins-x/jx-release-version:2.6.6' + image: 'docker://ghcr.io/jenkins-x/jx-release-version:2.6.9' entrypoint: 'github-actions-entrypoint.sh' env: PREVIOUS_VERSION: ${{ inputs.previous-version }} diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..800fb0c --- /dev/null +++ b/changelog.md @@ -0,0 +1,6 @@ +## Changes in version 2.6.9 + +### Bug Fixes + +* use jx boot image (tomhobson) +* update jx-changelog and jx boot version (Tom Hobson)