File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4- ## [ 0.0.9 ] - *
4+ ## [0.0.10] - 2019-04-29
5+ - add s2i builder finalizer
6+
7+ ## [ 0.0.9 ] - 2019-04-16
58 - annotations do not autoscale
69 - manager do not need nodeSelector
710 - update log url
811 - add openapi gen
12+
913## [ 0.0.8 ] - 2019-04-01
1014 - change s2ir status [@runzexia](https://github.com/kubesphere/s2ioperator/pull/65)
1115 - fix s2ib validate, add s2ir validate [https://github.com/kubesphere/s2ioperator/pull/66]
Original file line number Diff line number Diff line change 11
22# Image URL to use all building/pushing image targets
3- IMG ?= kubespheredev/s2ioperator:v0.0.9
3+ IMG ?= kubespheredev/s2ioperator:v0.0.10
44
55all : test manager
66
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 # Change the value of image field below to your controller image URL
11- - image : kubespheredev/s2ioperator:v0.0.9
11+ - image : kubespheredev/s2ioperator:v0.0.10
1212 name : manager
Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ spec:
925925 value : webhook-server-secret
926926 - name : S2IIMAGENAME
927927 value : magicsong/s2irun:v0.0.1
928- image : kubespheredev/s2ioperator:v0.0.9
928+ image : kubespheredev/s2ioperator:v0.0.10
929929 imagePullPolicy : Always
930930 name : manager
931931 ports :
You can’t perform that action at this time.
0 commit comments