Releases: jenkins-x-plugins/jx-gitops
Releases · jenkins-x-plugins/jx-gitops
0.11.1
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.11.1/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.11.1/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
Changes
Bug Fixes
- tests (Christoffer Vig)
- helm release login not needed when using OCI + docker-credential-helpers. (Christoffer Vig)
0.11.0
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.11.0/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.11.0/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
Changes
New Features
- Support not overwriting and removal of label/annotation (Mårten Svantesson)
- Support podSpec for CronJobs on labels (Mårten Svantesson)
Code Refactoring
- improve readability (Mårten Svantesson)
Chores
- update docs (Mårten Svantesson)
- Fix linting errors (Mårten Svantesson)
0.10.9
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.9/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.9/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
0.10.8
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.8/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.8/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
Changes
Chores
- deps: bump helm.sh/helm/v3 from 3.6.3 to 3.9.4 (dependabot[bot])
0.10.7
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.7/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.7/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
0.10.6
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.6/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.6/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
Changes
Bug Fixes
- docs and nits (Christoffer Vig)
- helm release - use explicit config file for oci (Christoffer Vig)
- update helm 3.8.2, test fix (Christoffer Vig)
- upgrade helm to 3.8.2 (Christoffer Vig)
- helm release allow login without username (Christoffer Vig)
Chores
- fix test bug (Christoffer Vig)
- refactored helm release login OCI (Christoffer Vig)
- fix "security" issue (Christoffer Vig)
0.10.5
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.5/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.5/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
Changes
Bug Fixes
- re-initiliaze found variable to fix bug in add chart (ankitm123)
0.10.4
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.4/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.4/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
Changes
Bug Fixes
- use jenkins x org as default for pipeline catalog (ankitm123)
0.10.3
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.3/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.3/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
Changes
tests
- refactored & linted helm release test (Christoffer Vig)
- testing helm release OCI (Christoffer Vig)
Bug Fixes
- helm oci push tested locally (Christoffer Vig)
Tests
- oci registry test (Christoffer Vig)
Chores
- naming fix (Christoffer Vig)
- removed helm chart save step from oci (Christoffer Vig)
- removed duplicate line (Christoffer Vig)
- helm release, test for OCI registry (Christoffer Vig)
- removed helm chart save step from oci (Christoffer Vig)
- removed duplicate line (Christoffer Vig)
- helm release, test for OCI registry (Christoffer Vig)
- test fix (Christoffer Vig)
- removed helm chart save step from oci (Christoffer Vig)
- removed duplicate line (Christoffer Vig)
- helm release, test for OCI registry (Christoffer Vig)
Other Changes
These commits did not use Conventional Commits formatted messages:
- Update release_test.go (Christoffer Vig)
0.10.2
Linux
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.2/jx-gitops-linux-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
macOS
curl -L https://github.com/jenkins-x-plugins/jx-gitops/releases/download/v0.10.2/jx-gitops-darwin-amd64.tar.gz | tar xzv
sudo mv jx-gitops /usr/local/bin
Changes
Bug Fixes
- upgrade go to the latest go1.18 (vansh)