Releases: jenkins-x/jx-api
Releases · jenkins-x/jx-api
3.0.0
Changes
New Features
- upgrade kubernetes deps to 0.19.2, use golang 1.15
Code Refactoring
- remove old Jenkins X APIs fact, pipeline_sheduler, pipelinestructure and workflow
- move project to semver v3
- switch to upstream code-generator
Chores
- avoid linting generated code
- go mod tidy
- add badges so we can see https://pkg.go.dev/mod/github.com/jenkins-x/jx-api
- simplify codegen scripts and use the latest code-generator code from the update-codegen.sh script
- update to latest code-generator so we can generate 0.19.2 compliant clients
0.0.24
Changes
Bug Fixes
- simplified azure kubernetes external secret config
0.0.23
Changes
- Update README.md
0.0.22
Changes
Bug Fixes
- regen deepcopy
- lets use a pointer for the new storage config
0.0.21
Changes
New Features
- add in azure secret storage config
0.0.20
Changes
- Revert "Merge pull request #55 from chrismellard/azure-keyvault-secrets" (jenkins-x-bot)
Pull Requests
- #55 feat: Added in config in requirements to store configuration required… (chrismellard)
0.0.19
Changes
New Features
- Added in config in requirements to store configuration required for kubernetes external secrets with Azure Key Vault backend
0.0.18
Changes
New Features
- Added in Azure Vault config to requirements
0.0.17
Changes
Bug Fixes
- add optional pipelineUser config
Chores
- regenerate
0.0.16
Changes
Chores
- port override requirements changes over from JX