File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ import (
19
19
20
20
// MajorMinor is the minor version of Iter8
21
21
// set this manually whenever the major or minor version changes
22
- var MajorMinor = "v0.17 "
22
+ var MajorMinor = "v0.18 "
23
23
24
24
// Version is the semantic version of Iter8 (with the `v` prefix)
25
25
// Version is intended to be set using LDFLAGS at build time
26
- var Version = "v0.17 .0"
26
+ var Version = "v0.18 .0"
27
27
28
28
const (
29
29
toYAMLString = "toYaml"
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : controller
3
- version : 0.18.0
3
+ version : 0.18.1
4
4
description : Iter8 controller controller
5
5
type : application
6
6
keywords :
@@ -16,4 +16,4 @@ maintainers:
16
16
- name : Iter8
17
17
18
18
icon : https://github.com/iter8-tools/iter8/raw/master/mkdocs/docs/images/favicon.png
19
- appVersion : v0.17
19
+ appVersion : v0.18
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : routing-actions
3
- version : 0.1.5
3
+ version : 0.18.0
4
4
description : Iter8 routing actions
5
5
type : application
6
6
keywords :
@@ -18,4 +18,4 @@ maintainers:
18
18
- name : Iter8
19
19
20
20
icon : https://github.com/iter8-tools/iter8/raw/master/mkdocs/docs/images/favicon.png
21
- appVersion : v0.17
21
+ appVersion : v0.18
Original file line number Diff line number Diff line change 1
1
# iter8Version is the minor version of Iter8
2
2
# should be specified as the value of the iter8.tools/version label on all routemaps
3
- iter8Version : v0.17
3
+ iter8Version : v0.18
4
4
5
5
# default model mesh serving endpoint (service) details
6
6
# relevant only for appType 'kserve-modelmesh'
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ COPY --from=build-stage /app/bin/iter8 /bin/iter8
22
22
23
23
# Set Iter8 version from build args
24
24
ARG TAG
25
- ENV TAG=${TAG:-v0.17 .0}
25
+ ENV TAG=${TAG:-v0.18 .0}
26
26
You can’t perform that action at this time.
0 commit comments