File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
- name : Generate SBOM
152
152
if : ${{ env.SKIP != 'true' }}
153
153
run : |
154
- task cyclonedxgomod:app --verbose
154
+ task cyclonedxgomod:mod-application --verbose
155
155
156
156
- name : Create GitHub release
157
157
if : ${{ env.SKIP != 'true' }}
@@ -160,7 +160,7 @@ jobs:
160
160
tag_name : ${{ env.version }}
161
161
name : Release ${{ env.version }}
162
162
body : ${{steps.github_release.outputs.changelog}}
163
- files : " *-app. sbom.json"
163
+ files : " sbom.json"
164
164
draft : true
165
165
prerelease : false
166
166
env :
@@ -170,8 +170,7 @@ jobs:
170
170
if : ${{ env.SKIP != 'true' }}
171
171
run : |
172
172
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
175
174
rm -rf bin/
176
175
177
176
- name : Create pr for next version
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ includes:
10
10
API_DIRS : ' {{.ROOT_DIR}}/api/v1alpha1/...'
11
11
CODE_DIRS : ' {{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/test/...'
12
12
COMPONENTS : ' gateway-extension'
13
- REPO_URL : ' https://github.com/openmkcm /gateway-extension'
13
+ REPO_URL : ' https://github.com/openkcm /gateway-extension'
14
14
GENERATE_DOCS_INDEX : " false"
15
15
Original file line number Diff line number Diff line change 1
- v0.1.1
1
+ v0.1.2
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.0
18
+ version : 0.1.2
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 0.0.1 "
24
+ appVersion : " v0.1.2 "
You can’t perform that action at this time.
0 commit comments