Skip to content

Commit ff4ef25

Browse files
runzexiaks-ci-bot
authored andcommitted
add changelog (#79)
1 parent f62ba37 commit ff4ef25

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22
All 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]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
all: test manager
66

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
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

deploy/s2ioperator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)