Skip to content

Releases: jenkins-x/jx-api

3.0.0

02 Oct 09:58
6315fd7

Choose a tag to compare

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

25 Sep 09:42

Choose a tag to compare

Changes

Bug Fixes

  • simplified azure kubernetes external secret config

0.0.23

23 Sep 08:43

Choose a tag to compare

Changes

  • Update README.md

0.0.22

23 Sep 08:33

Choose a tag to compare

Changes

Bug Fixes

  • regen deepcopy
  • lets use a pointer for the new storage config

0.0.21

22 Sep 12:18

Choose a tag to compare

Changes

New Features

  • add in azure secret storage config

0.0.20

15 Sep 12:39

Choose a tag to compare

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

15 Sep 09:49

Choose a tag to compare

Changes

New Features

  • Added in config in requirements to store configuration required for kubernetes external secrets with Azure Key Vault backend

0.0.18

12 Sep 10:15

Choose a tag to compare

Changes

New Features

  • Added in Azure Vault config to requirements

0.0.17

30 Jul 10:42

Choose a tag to compare

Changes

Bug Fixes

  • add optional pipelineUser config

Chores

  • regenerate

0.0.16

30 Jun 19:17

Choose a tag to compare

Changes

Chores

  • port override requirements changes over from JX