Skip to content

Commit

Permalink
prep v8.1.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
xquery committed Jun 7, 2023
1 parent 5cb77ee commit 49ef070
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
name: 'build multi image'
- run: buildah unshare make dist_name=localhost/curl-multi release_tag=master test
name: 'test image'
# - run: make dist_name=curl-multi release_tag=$REL scan
# - run: make dist_name=curl-multi release_tag=master scan
# name: 'security scan image'
4 changes: 2 additions & 2 deletions .github/workflows/build_latest_release_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
echo "REL=$release_image_tag" >> $GITHUB_ENV
- run: buildah unshare make branch_or_ref=$TAG_REF release_tag=$REL multibuild
name: 'build multi image'
# - run: buildah unshare make dist_name=curl-multi release_tag=master test
# name: 'test image'
- run: buildah unshare make dist_name=localhost/curl-multi release_tag=$REL test
name: 'test image'
# - run: make dist_name=curl-multi release_tag=$REL scan
# name: 'security scan image'
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
name: 'install dev deps'
- run: buildah unshare make branch_or_ref=master release_tag=master build_ref_images
name: 'build master images'
# - run: buildah unshare make dist_name=curl release_tag=master test
# name: 'test image'
- run: buildah unshare make dist_name=localhost/curl release_tag=master test
name: 'test image'
- run: make dist_name=localhost/curl release_tag=master scan
name: 'security scan image'
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_master_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
name: 'install dev deps'
- run: buildah unshare make branch_or_ref=master release_tag=master multibuild
name: 'build multi image'
# - run: buildah unshare make dist_name=curl-multi release_tag=master test
# name: 'test image'
- run: buildah unshare make dist_name=localhost/curl-multi release_tag=master test
name: 'test image'
# - run: make dist_name=curl-multi release_tag=$REL scan
# name: 'security scan image'
- run: |
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [8.1.2-1] - 2023-06-07
### Changed
- enhanced CI jobs
- fixed and enhanced CI jobs
- fixed quay creds

## [8.1.2] - 2023-06-06
### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.2
8.1.2-1

0 comments on commit 49ef070

Please sign in to comment.