Skip to content

Commit

Permalink
update version (#1641)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
kalantar authored Sep 19, 2023
1 parent 210bf3c commit 7b17c99
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions base/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ import (

// MajorMinor is the minor version of Iter8
// set this manually whenever the major or minor version changes
var MajorMinor = "v0.17"
var MajorMinor = "v0.18"

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

const (
toYAMLString = "toYaml"
Expand Down
4 changes: 2 additions & 2 deletions charts/controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: controller
version: 0.18.0
version: 0.18.1
description: Iter8 controller controller
type: application
keywords:
Expand All @@ -16,4 +16,4 @@ maintainers:
- name: Iter8
email: [email protected]
icon: https://github.com/iter8-tools/iter8/raw/master/mkdocs/docs/images/favicon.png
appVersion: v0.17
appVersion: v0.18
4 changes: 2 additions & 2 deletions charts/routing-actions/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: routing-actions
version: 0.1.5
version: 0.18.0
description: Iter8 routing actions
type: application
keywords:
Expand All @@ -18,4 +18,4 @@ maintainers:
- name: Iter8
email: [email protected]
icon: https://github.com/iter8-tools/iter8/raw/master/mkdocs/docs/images/favicon.png
appVersion: v0.17
appVersion: v0.18
2 changes: 1 addition & 1 deletion charts/routing-actions/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iter8Version is the minor version of Iter8
# should be specified as the value of the iter8.tools/version label on all routemaps
iter8Version: v0.17
iter8Version: v0.18

# default model mesh serving endpoint (service) details
# relevant only for appType 'kserve-modelmesh'
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ COPY --from=build-stage /app/bin/iter8 /bin/iter8

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

0 comments on commit 7b17c99

Please sign in to comment.