Skip to content

Commit

Permalink
Merge pull request #2535 from jeffmaury/GH-2534
Browse files Browse the repository at this point in the history
  • Loading branch information
fusesource-ci authored Oct 13, 2020
2 parents eeda6ac + 45090f0 commit fb723a4
Show file tree
Hide file tree
Showing 5 changed files with 648 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
#### New Features

* Fix #2531: Allow setting the maximum concurrent requests via system property / environment variable
* Fix #2534: Tekton model based on Tekton Pipeline 0.17.0

_**Note**_: Breaking changes in the API
* Tekton Pipeline v1beta1 *sidecars* field from a task step is now a list of `io.fabric8.tekton.pipeline.v1beta1.Sidecar` instead of a list of `io.fabric8.tekton.pipeline.v1beta1.Step`


### 4.12.0 (2020-10-02)

Expand Down
4 changes: 2 additions & 2 deletions extensions/tekton/generator-v1beta1/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module github.com/fabric8io/kubernetes-client/extensions/tekton/generator

require (
github.com/fabric8io/kubernetes-client/generator v0.0.0
github.com/tektoncd/pipeline v0.15.1
k8s.io/apimachinery v0.17.6
github.com/tektoncd/pipeline v0.17.0
k8s.io/apimachinery v0.19.0
)

replace (
Expand Down
Loading

0 comments on commit fb723a4

Please sign in to comment.