Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fntlnz committed Aug 19, 2024
1 parent fa518a7 commit 1e538b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ changelog:
exclude:
- "^docs:"
- "^test:"
- "^release:"
- "^chore:"
- "^build:"
- "^wip"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ staticreg serve
### Run with Docker

```bash
docker run --rm -d cr.seqera.io/public/staticreg:0.1.4 serve --registry <registry-url-here>
docker run --rm -d cr.seqera.io/public/staticreg:0.2.0 serve --registry <registry-url-here>
```

## Install on Kubernetes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.2.0
2 changes: 1 addition & 1 deletion manifests/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
restartPolicy: Always
containers:
- name: staticreg
image: cr.seqera.io/public/staticreg:0.1.4
image: cr.seqera.io/public/staticreg:0.2.0
command:
[
"/staticreg",
Expand Down

0 comments on commit 1e538b2

Please sign in to comment.