Skip to content

Commit

Permalink
chore: release 0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Feb 25, 2021
1 parent 6e0903f commit 3aed52d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
### Linux

```shell
mkdir -p ~/.config/octant/plugins
curl -L https://github.com/jenkins-x/octant-jx/releases/download/v0.0.44/octant-jx-linux-amd64.tar.gz | tar xzv
mv octant-* ~/.config/octant/plugins
```

### macOS

```shell
mkdir -p ~/.config/octant/plugins
curl -L https://github.com/jenkins-x/octant-jx/releases/download/v0.0.44/octant-jx-darwin-amd64.tar.gz | tar xzv
mv octant-* ~/.config/octant/plugins
```

## Changes

### Bug Fixes

* pipeline (James Strachan)
* lets visualise boot jobs nicer (James Strachan)

### Chores

* fix updatebot (James Strachan)

0 comments on commit 3aed52d

Please sign in to comment.