Skip to content

Releases: jenkins-x-plugins/jx-pipeline

0.0.91

29 Jan 15:32
Compare
Choose a tag to compare
v0.0.91

Release version 0.0.91

0.0.90

29 Jan 14:14
Compare
Choose a tag to compare
v0.0.90

Release version 0.0.90

0.0.88

27 Jan 10:32
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.88/helmboot-linux-amd64.tar.gz | tar xzv 
sudo mv helmboot /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.88/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Bug Fixes

  • default to removing Kptfile in git (James Strachan)

0.0.87

27 Jan 09:08
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.87/helmboot-linux-amd64.tar.gz | tar xzv 
sudo mv helmboot /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.87/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Bug Fixes

  • lets prefer upstream when detecting the git repo (James Strachan)
  • handle migration of prepend/append annotations (James Strachan)

Chores

  • upgrade deps (James Strachan)

0.0.86

22 Jan 17:50
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.86/helmboot-linux-amd64.tar.gz | tar xzv 
sudo mv helmboot /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.86/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Bug Fixes

  • add a jx pipeline override command (James Strachan)
  • fix up a few gremlins in the conversion (James Strachan)

Chores

  • regen docs (James Strachan)
  • fixed test case (James Strachan)

0.0.85

22 Jan 11:59
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.85/helmboot-linux-amd64.tar.gz | tar xzv 
sudo mv helmboot /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.85/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Bug Fixes

  • support converting repository pipelines (James Strachan)

Chores

  • regen docs (James Strachan)
  • polish docs (James Strachan)
  • improve tests (James Strachan)

0.0.84

21 Jan 17:41
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.84/helmboot-linux-amd64.tar.gz | tar xzv 
sudo mv helmboot /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.84/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Bug Fixes

  • add effective pipeline command (James Strachan)
  • first spike at a pipeline converter (James Strachan)

Chores

  • regen docs (James Strachan)
  • fix broken test (James Strachan)
  • improve the test (James Strachan)

0.0.83

19 Jan 14:46
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.83/helmboot-linux-amd64.tar.gz | tar xzv 
sudo mv helmboot /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.83/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Bug Fixes

  • bug in missing labels for get/stop pipeline (James Strachan)

0.0.82

18 Jan 15:42
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.82/helmboot-linux-amd64.tar.gz | tar xzv 
sudo mv helmboot /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.82/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Chores

  • upgrade dependencies (James Strachan)

0.0.81

16 Jan 08:50
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.81/helmboot-linux-amd64.tar.gz | tar xzv 
sudo mv helmboot /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.81/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Chores

  • upgrade go dependencies (jenkins-x-bot)