Skip to content

Commit

Permalink
Bump version to v0.5.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Jan 14, 2022
1 parent 5f93fbd commit 7855bd2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
cosign-release: 'v1.4.1'

- name: Generate provenance for ${{ matrix.repo }}
uses: philips-labs/slsa-provenance-action@v0.5.1-draft
uses: philips-labs/slsa-provenance-action@v0.5.1
with:
command: generate
subcommand: container
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:

steps:
- name: Generate provenance for Release
uses: philips-labs/slsa-provenance-action@v0.5.1-draft
uses: philips-labs/slsa-provenance-action@v0.5.1
with:
command: generate
subcommand: github-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/download-artifact@v2

- name: Generate provenance
uses: philips-labs/slsa-provenance-action@v0.5.1-draft
uses: philips-labs/slsa-provenance-action@v0.5.1
with:
command: generate
subcommand: files
Expand Down
5 changes: 1 addition & 4 deletions .goreleaser.draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,4 @@ release:
extra_files:
- glob: "./cosign.pub"
footer: |
{{- if .repository }}
**Full Changelog**: {{ .repository }}/compare/{{ .PreviousTag }}...{{ .Tag }}
{{- end }}
---
**Full Changelog**: https://github.com/philips-labs/slsa-provenance-action/compare/{{ .PreviousTag }}...{{ .Tag }}
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,4 @@ release:
extra_files:
- glob: "./cosign.pub"
footer: |
{{- if .repository }}
**Full Changelog**: {{ .repository }}/compare/{{ .PreviousTag }}...{{ .Tag }}
{{- end }}
---
**Full Changelog**: https://github.com/philips-labs/slsa-provenance-action/compare/{{ .PreviousTag }}...{{ .Tag }}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ See all available images [here.](https://hub.docker.com/r/philipssoftware/slsa-p
Run the Docker image by doing:

```sh
docker run philipssoftware/slsa-provenance:v0.5.1-draft
docker run philipssoftware/slsa-provenance:v0.5.1
```

**GitHub Container Registry**
See all available images [here.](https://github.com/philips-labs/slsa-provenance-action/pkgs/container/slsa-provenance)
Run the Docker image by doing:

```sh
docker run ghcr.io/philips-labs/slsa-provenance:v0.5.1-draft
docker run ghcr.io/philips-labs/slsa-provenance:v0.5.1
```

The Docker image includes the working binary that can be executed by using the ``slsa-provenance`` command.
Expand Down Expand Up @@ -145,7 +145,7 @@ The easiest way to use this action is to add the following into your workflow fi

steps:
- name: Generate provenance for Release
uses: philips-labs/slsa-provenance-action@v0.5.1-draft
uses: philips-labs/slsa-provenance-action@v0.5.1
with:
command: generate
subcommand: files
Expand Down Expand Up @@ -180,7 +180,7 @@ The easiest way to use this action is to add the following into your workflow fi
path: extra-materials/

- name: Generate provenance
uses: philips-labs/slsa-provenance-action@v0.5.1-draft
uses: philips-labs/slsa-provenance-action@v0.5.1
with:
command: generate
subcommand: files
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ runs:
run: |
echo Running slsa-provenance with following arguments
echo ${{ steps.compose-args.outputs.provenance_args }}
- uses: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.5.1-draft'
- uses: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.5.1'
with:
args: ${{ steps.compose-args.outputs.provenance_args }}

0 comments on commit 7855bd2

Please sign in to comment.