From 53192df9537ce459d241205d80a631a1b993770b Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 17 Feb 2021 11:36:43 +0000 Subject: [PATCH] chore: release 0.0.42 --- changelog.md | 16 ++++++++++++++++ templates/release.yaml | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100755 changelog.md create mode 100755 templates/release.yaml diff --git a/changelog.md b/changelog.md new file mode 100755 index 0000000..6993e2d --- /dev/null +++ b/changelog.md @@ -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 +``` + diff --git a/templates/release.yaml b/templates/release.yaml new file mode 100755 index 0000000..01304d8 --- /dev/null +++ b/templates/release.yaml @@ -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: {}