Skip to content

Commit

Permalink
chore: release 0.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Feb 17, 2021
1 parent 62a5508 commit 53192df
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Linux

```shell
mkdir -p ~/.config/octant/plugins
curl -L https://github.com/jenkins-x/octant-jx/releases/download/v0.0.42/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.42/octant-jx-darwin-amd64.tar.gz | tar xzv
mv octant-* ~/.config/octant/plugins
```

14 changes: 14 additions & 0 deletions templates/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: jenkins.io/v1
kind: Release
metadata:
creationTimestamp: "2021-02-17T11:36:41Z"
deletionTimestamp: null
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
spec:
gitCloneUrl: https://github.com/jenkins-x/octant-jx.git
gitHttpUrl: https://github.com/jenkins-x/octant-jx
gitOwner: jenkins-x
gitRepository: octant-jx
name: '{{ .Chart.Name }}'
version: 0.0.42
status: {}

0 comments on commit 53192df

Please sign in to comment.