Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-santos-code committed Mar 15, 2023
1 parent 8a5e5a5 commit c1e2ab2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ jobs:
keyserver-options auto-key-retrieve
EOF
-
name: Verify tag signature
run: |
# NOTE: Solve the problem with Github action checkout
# https://github.com/actions/checkout/issues/290
git fetch --tags --force
version=${GITHUB_REF#refs/tags/*}
git show $version
git tag -v $version
-
name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
Expand Down
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Unreleased

* support for metadata info on sarif result
* Makefile fix for go mod tidy
* test without Kind by default
* deprecate kubernetes.io in override labels

* tbd

# v0.22.0

Expand Down

0 comments on commit c1e2ab2

Please sign in to comment.