Skip to content

Commit

Permalink
Version 0.3.57 (#359)
Browse files Browse the repository at this point in the history
Highlights:

* Remove old end-of-life bundle versions
* Fix CVEs
* Add new user application bundle
* Refactor the application provisioner to handle all bundle types
  • Loading branch information
spjmurray authored Jan 8, 2024
1 parent 4e2f112 commit cdace90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Unikorn is split up into domain specific micro-services:
Download the official binary (update the version as appropriate):

```shell
wget -O ~/bin/unikornctl https://github.com/eschercloudai/unikorn/releases/download/0.3.56/unikornctl-linux-amd64
wget -O ~/bin/unikornctl https://github.com/eschercloudai/unikorn/releases/download/0.3.57/unikornctl-linux-amd64
```

### Set up shell completion
Expand Down Expand Up @@ -222,7 +222,7 @@ spec:
source:
path: charts/unikorn
repoURL: https://github.com/eschercloudai/unikorn
targetRevision: 0.3.56
targetRevision: 0.3.57
helm:
parameters:
- name: dockerConfig
Expand Down
4 changes: 2 additions & 2 deletions charts/unikorn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for deploying Unikorn

type: application

version: 0.3.56
appVersion: 0.3.56
version: 0.3.57
appVersion: 0.3.57

icon: https://raw.githubusercontent.com/eschercloudai/unikorn/main/icons/default.png

0 comments on commit cdace90

Please sign in to comment.