Skip to content

Commit

Permalink
Merge pull request #575 from data61/release-1.13.0
Browse files Browse the repository at this point in the history
Release 1.13.0
  • Loading branch information
wilko77 committed Jun 15, 2020
2 parents 29fbb5b + 980e883 commit e6e6d60
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 68 deletions.
2 changes: 1 addition & 1 deletion backend/entityservice/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.13.0-beta3
v1.13.0
4 changes: 2 additions & 2 deletions deployment/entity-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: entity-service
appVersion: 1.13.0-beta2
version: 1.13.1
appVersion: 1.13.0
version: 1.13.3
description: Privacy preserving record linkage service
sources:
- https://github.com/data61/anonlink-entity-service
Expand Down
2 changes: 1 addition & 1 deletion deployment/entity-service/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
repository: https://kubernetes-charts.storage.googleapis.com
condition: provision.redis
- name: minio
version: 5.0.24
version: 5.0.27
repository: https://kubernetes-charts.storage.googleapis.com
condition: provision.minio
- name: postgresql
Expand Down
8 changes: 4 additions & 4 deletions deployment/entity-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ api:

image:
repository: data61/anonlink-nginx
tag: "v1.4.6-beta2"
tag: "v1.4.6"
# pullPolicy: Always
pullPolicy: IfNotPresent

Expand All @@ -74,7 +74,7 @@ api:
app:
image:
repository: data61/anonlink-app
tag: "v1.13.0-beta2"
tag: "v1.13.0"
pullPolicy: IfNotPresent


Expand All @@ -94,7 +94,7 @@ api:
## It cannot be updated! So we have a separate image + tag
image:
repository: data61/anonlink-app
tag: "v1.13.0-beta2"
tag: "v1.13.0"

## Ref: http://kubernetes.io/docs/user-guide/compute-resources/
resources:
Expand Down Expand Up @@ -174,7 +174,7 @@ workers:

image:
repository: "data61/anonlink-app"
tag: "v1.13.0-beta2"
tag: "v1.13.0"
pullPolicy: Always

## The initial number of workers for this deployment
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Changelog
Next Version
------------

Version 1.13.0
--------------

- extended tutorial to include upload to object store #573
- chart update #572

Version 1.13.0-beta3
--------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# The short X.Y version.
version = '1.13'
# The full version, including alpha/beta/rc tags.
release = '1.13.0-beta3'
release = '1.13.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading

0 comments on commit e6e6d60

Please sign in to comment.