Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dojeda committed Aug 26, 2019
1 parent 48566ff commit 0cc587e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Planned:
* Better commit detection with a 3-way merge detection


0.4.0 (unreleased)
0.4.0 (2019-08-26)
------------------

* Added k8s deployment through helm.
Expand Down
4 changes: 2 additions & 2 deletions helm/quetzal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: quetzal
version: 0.0.7 # Chart version
appVersion: 0.4.0-dev # Quetzal app version
version: 0.1.0 # Chart version
appVersion: 0.4.0 # Quetzal app version
description: A RESTful API designed to store data files and manage their associated metadata.
home: https://quetz.al
maintainers:
Expand Down
6 changes: 3 additions & 3 deletions helm/quetzal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app:
# general pod configuration
image:
repository: eu.gcr.io/quetzal/quetzal/app
tag: 0.4.0-dev
tag: 0.4.0
pullPolicy: Always
resources:
limits:
Expand Down Expand Up @@ -64,7 +64,7 @@ worker:
db:
image:
repository: eu.gcr.io/quetzal/quetzal/db
tag: 0.4.0-dev
tag: 0.4.0
pullPolicy: Always
resources:
limits:
Expand All @@ -85,7 +85,7 @@ db:
rabbitmq:
image:
repository: eu.gcr.io/quetzal/quetzal/rabbitmq
tag: 0.4.0-dev
tag: 0.4.0
pullPolicy: Always
resources:
limits:
Expand Down
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ info:
API version | Changes
------------|---------
0.4.0 | [API changes](https://github.com/quetz-al/quetzal/releases/tag/v0.4.0)
0.3.0 | [API changes](https://github.com/quetz-al/quetzal/releases/tag/v0.3.0)
0.2.0 | [API changes](https://github.com/quetz-al/quetzal/releases/tag/v0.2.0)
0.1.0 | [API changes](https://github.com/quetz-al/quetzal/releases/tag/v0.1.0)
Expand Down

0 comments on commit 0cc587e

Please sign in to comment.