Skip to content

Commit 7b17c99

Browse files
authored
update version (#1641)
* update version Signed-off-by: Michael Kalantar <[email protected]> * start at .0 Signed-off-by: Michael Kalantar <[email protected]> --------- Signed-off-by: Michael Kalantar <[email protected]>
1 parent 210bf3c commit 7b17c99

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

base/util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ import (
1919

2020
// MajorMinor is the minor version of Iter8
2121
// set this manually whenever the major or minor version changes
22-
var MajorMinor = "v0.17"
22+
var MajorMinor = "v0.18"
2323

2424
// Version is the semantic version of Iter8 (with the `v` prefix)
2525
// Version is intended to be set using LDFLAGS at build time
26-
var Version = "v0.17.0"
26+
var Version = "v0.18.0"
2727

2828
const (
2929
toYAMLString = "toYaml"

charts/controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: controller
3-
version: 0.18.0
3+
version: 0.18.1
44
description: Iter8 controller controller
55
type: application
66
keywords:
@@ -16,4 +16,4 @@ maintainers:
1616
- name: Iter8
1717
1818
icon: https://github.com/iter8-tools/iter8/raw/master/mkdocs/docs/images/favicon.png
19-
appVersion: v0.17
19+
appVersion: v0.18

charts/routing-actions/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: routing-actions
3-
version: 0.1.5
3+
version: 0.18.0
44
description: Iter8 routing actions
55
type: application
66
keywords:
@@ -18,4 +18,4 @@ maintainers:
1818
- name: Iter8
1919
2020
icon: https://github.com/iter8-tools/iter8/raw/master/mkdocs/docs/images/favicon.png
21-
appVersion: v0.17
21+
appVersion: v0.18

charts/routing-actions/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# iter8Version is the minor version of Iter8
22
# should be specified as the value of the iter8.tools/version label on all routemaps
3-
iter8Version: v0.17
3+
iter8Version: v0.18
44

55
# default model mesh serving endpoint (service) details
66
# relevant only for appType 'kserve-modelmesh'

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ COPY --from=build-stage /app/bin/iter8 /bin/iter8
2222

2323
# Set Iter8 version from build args
2424
ARG TAG
25-
ENV TAG=${TAG:-v0.17.0}
25+
ENV TAG=${TAG:-v0.18.0}
2626

0 commit comments

Comments
 (0)