Skip to content

Commit

Permalink
version 0.1.9-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner committed Jun 27, 2018
1 parent 957fcda commit e08e135
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 11 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [v0.1.8](https://github.com/SeldonIO/seldon-core/tree/v0.1.8) (2018-06-27)
[Full Changelog](https://github.com/SeldonIO/seldon-core/compare/v0.1.7...v0.1.8)

**Closed issues:**

- Prediction analytics dashboard not capturing prediction API calls [\#168](https://github.com/SeldonIO/seldon-core/issues/168)
- Ambassador + Minikube doc needs to be updated per RBAC [\#165](https://github.com/SeldonIO/seldon-core/issues/165)
- configmap type volume gets mounted as EmptyDir [\#162](https://github.com/SeldonIO/seldon-core/issues/162)
- Java Wrapper H2OUtils doesn't check type in NDArray proto message conversion [\#158](https://github.com/SeldonIO/seldon-core/issues/158)
- Release Java wrappers library 0.1.1 [\#157](https://github.com/SeldonIO/seldon-core/issues/157)
- Automate update of ksonnet versions in release process [\#132](https://github.com/SeldonIO/seldon-core/issues/132)

**Merged pull requests:**

- Remove java wrapper library from code base [\#172](https://github.com/SeldonIO/seldon-core/pull/172) ([cliveseldon](https://github.com/cliveseldon))
- Remove nd4j and replace with oj matrix library [\#171](https://github.com/SeldonIO/seldon-core/pull/171) ([cliveseldon](https://github.com/cliveseldon))
- Fix prometheus helm install [\#169](https://github.com/SeldonIO/seldon-core/pull/169) ([cliveseldon](https://github.com/cliveseldon))
- Update notebooks for minikube and ambassador [\#166](https://github.com/SeldonIO/seldon-core/pull/166) ([cliveseldon](https://github.com/cliveseldon))
- Release script python3 compatibility [\#163](https://github.com/SeldonIO/seldon-core/pull/163) ([gsunner](https://github.com/gsunner))
- Updates to 0.1.1 wrapper. H2O fixes. [\#161](https://github.com/SeldonIO/seldon-core/pull/161) ([cliveseldon](https://github.com/cliveseldon))
- add update to core.jsonnet when setting version [\#159](https://github.com/SeldonIO/seldon-core/pull/159) ([gsunner](https://github.com/gsunner))

## [v0.1.7](https://github.com/SeldonIO/seldon-core/tree/v0.1.7) (2018-06-04)
[Full Changelog](https://github.com/SeldonIO/seldon-core/compare/v0.1.6...v0.1.7)

Expand Down
2 changes: 1 addition & 1 deletion api-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.seldon.apife</groupId>
<artifactId>seldon-apife</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
<packaging>jar</packaging>

<name>api-frontend</name>
Expand Down
2 changes: 1 addition & 1 deletion cluster-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.seldon.clustermanager</groupId>
<artifactId>seldon-cluster-manager</artifactId>
<packaging>jar</packaging>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
<name>seldon-cluster-manager</name>
<url>http://maven.apache.org</url>

Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.seldon.engine</groupId>
<artifactId>seldon-engine</artifactId>
<version>0.1.8</version>
<version>0.1.9-SNAPSHOT</version>
<packaging>jar</packaging>

<name>engine</name>
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/seldon-core-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ keywords:
name: seldon-core-crd
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.1.8
version: 0.1.9-SNAPSHOT
2 changes: 1 addition & 1 deletion helm-charts/seldon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ keywords:
name: seldon-core
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.1.8
version: 0.1.9-SNAPSHOT
6 changes: 3 additions & 3 deletions helm-charts/seldon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apife:
enabled: true
image:
pull_policy: IfNotPresent
tag: 0.1.8
tag: 0.1.9-SNAPSHOT
apife_service_type: NodePort
cluster_manager:
image:
pull_policy: IfNotPresent
tag: 0.1.8
tag: 0.1.9-SNAPSHOT
java_opts: ''
spring_opts: ''
engine:
image:
tag: 0.1.8
tag: 0.1.9-SNAPSHOT
rbac:
enabled: true
redis:
Expand Down
6 changes: 3 additions & 3 deletions seldon-core/seldon-core/prototypes/core.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
// @optionalParam namespace string default Namespace
// @optionalParam withRbac string false Whether to include RBAC setup
// @optionalParam withApife string true Whether to include builtin API Oauth fornt end server for ingress
// @optionalParam apifeImage string seldonio/apife:0.1.8 Default image for API Front End
// @optionalParam apifeImage string seldonio/apife:0.1.9-SNAPSHOT Default image for API Front End
// @optionalParam apifeServiceType string NodePort API Front End Service Type
// @optionalParam operatorImage string seldonio/cluster-manager:0.1.8 Seldon cluster manager image version
// @optionalParam operatorImage string seldonio/cluster-manager:0.1.9-SNAPSHOT Seldon cluster manager image version
// @optionalParam operatorSpringOpts string null cluster manager spring opts
// @optionalParam operatorJavaOpts string null cluster manager java opts
// @optionalParam engineImage string seldonio/engine:0.1.8 Seldon engine image version
// @optionalParam engineImage string seldonio/engine:0.1.9-SNAPSHOT Seldon engine image version

// TODO(https://github.com/ksonnet/ksonnet/issues/222): We have to add namespace as an explicit parameter
// because ksonnet doesn't support inheriting it from the environment yet.
Expand Down

0 comments on commit e08e135

Please sign in to comment.