Skip to content

Commit e19e008

Browse files
authored
release: 0.1.2 (#12)
1 parent d359840 commit e19e008

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Generate SBOM
152152
if: ${{ env.SKIP != 'true' }}
153153
run: |
154-
task cyclonedxgomod:app --verbose
154+
task cyclonedxgomod:mod-application --verbose
155155
156156
- name: Create GitHub release
157157
if: ${{ env.SKIP != 'true' }}
@@ -160,7 +160,7 @@ jobs:
160160
tag_name: ${{ env.version }}
161161
name: Release ${{ env.version }}
162162
body: ${{steps.github_release.outputs.changelog}}
163-
files: "*-app.sbom.json"
163+
files: "sbom.json"
164164
draft: true
165165
prerelease: false
166166
env:
@@ -170,8 +170,7 @@ jobs:
170170
if: ${{ env.SKIP != 'true' }}
171171
run: |
172172
echo "Removing the following SBOM files:"
173-
ls -1 *-app.sbom.json || echo "No files found"
174-
rm -f *-app.sbom.json
173+
rm -f sbom.json
175174
rm -rf bin/
176175
177176
- name: Create pr for next version

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ includes:
1010
API_DIRS: '{{.ROOT_DIR}}/api/v1alpha1/...'
1111
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/test/...'
1212
COMPONENTS: 'gateway-extension'
13-
REPO_URL: 'https://github.com/openmkcm/gateway-extension'
13+
REPO_URL: 'https://github.com/openkcm/gateway-extension'
1414
GENERATE_DOCS_INDEX: "false"
1515

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.1
1+
v0.1.2

charts/gateway-extension/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.0.1"
24+
appVersion: "v0.1.2"

hack/common

0 commit comments

Comments
 (0)