Skip to content

Releases: jenkins-x-plugins/jx-pipeline

0.7.2

04 Aug 15:23
Compare
Choose a tag to compare

Changes in version 0.7.2

Bug Fixes

  • increase build timeout (Mårten Svantesson)

0.7.1

04 Aug 10:47
Compare
Choose a tag to compare

Changes in version 0.7.1

Bug Fixes

  • custom envs to spec template (Rahul Tiwari)

0.7.0

19 Jun 14:19
Compare
Choose a tag to compare

Changes in version 0.7.0

New Features

  • check if gitRef is private and format git resolver params (Skisocks)

0.6.0

13 Jun 08:23
Compare
Choose a tag to compare

Changes in version 0.6.0

New Features

  • add pipeline convert remotetasks command (Skisocks)

Chores

  • split convert command into uses subcommand (Skisocks)
  • deps: remove tekton v1alpha1 & resolve deprecations (Skisocks)
  • deps: upgrade tekton & k8s (Skisocks)

0.5.16

13 Mar 07:02
Compare
Choose a tag to compare

Changes in version 0.5.16

Reverts

  • default promote-release (Mårten Svantesson)

Chores

  • deps: bump golang.org/x/net (dependabot[bot])

0.5.15

12 Mar 11:12
Compare
Choose a tag to compare

Changes in version 0.5.15

Chores

  • test jx-updatebot for go (Mårten Svantesson)
  • deps: bump github.com/emicklei/go-restful (dependabot[bot])

0.5.14

11 Mar 22:50
Compare
Choose a tag to compare

Changes in version 0.5.14

Chores

  • updated gomod and gosum (Sudipto Baral)
  • replaced ioutil.tempfile as it is deprecated (Sudipto Baral)
  • removed deprecated lint checks (Sudipto Baral)
  • updated linter version to 1.51.1 (Sudipto Baral)
  • gofmt linting error fixed (Sudipto Baral)
  • updated go version to 1.19 (Sudipto Baral)

0.5.13

21 Feb 13:22
Compare
Choose a tag to compare
v0.5.13

Release version 0.5.13

0.5.13

21 Feb 12:31
72d2d8b
Compare
Choose a tag to compare

Linux

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

macOS

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

Changes in version 0.5.13

Bug Fixes

  • prevent jx-build-controller from hanging (Mårten Svantesson)

Chores

  • lint fixes (Mårten Svantesson)

0.5.12

10 Oct 16:58
Compare
Choose a tag to compare

Linux

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

macOS

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