Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
Added
 * Support for multiple tablespaces at initialization time
Fixed
 * CronJob triggering the backup (the POST request was not valid json)
  • Loading branch information
feikesteenbergen committed Jan 31, 2020
1 parent 4757365 commit 0cd3a84
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

These are changes that will probably be included in the next release.
### Added
* Support for multiple tablespaces at initialization time
### Changed
### Removed
### Fixed

## [v0.5.2] - 2020-01-31

> NOTICE: When migrating from a < 0.5.x chart, the primary Service needs to be removed before
> invoking `helm update`, as the update will otherwise fail.
### Added
* Support for multiple tablespaces at initialization time
### Fixed
* CronJob triggering the backup (the POST request was not valid json)

## [v0.5.1] - 2020-01-21

> NOTICE: When migrating from a < 0.5.x chart, the primary Service needs to be removed before
Expand Down
24 changes: 20 additions & 4 deletions charts/repo/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,23 @@ entries:
version: 0.3.0
timescaledb-single:
- apiVersion: v1
created: "2020-01-21T11:53:07.125193456+01:00"
created: "2020-01-31T09:45:32.751227055+01:00"
description: TimescaleDB HA Deployment.
digest: 9e2570426e0445a2e4f079fe757bbaadbc95a764c12ce10903f426d3b69cfde9
home: https://github.com/timescale/timescaledb-kubernetes
maintainers:
- email: [email protected]
name: TimescaleDB
name: timescaledb-single
sources:
- https://github.com/timescale/timescaledb-kubernetes
- https://github.com/timescale/timescaledb-docker-ha
- https://github.com/zalando/patroni
urls:
- timescaledb-single-0.5.2.tgz
version: 0.5.2
- apiVersion: v1
created: "2020-01-31T09:45:32.74960878+01:00"
description: TimescaleDB HA Deployment.
digest: 128a7f0738f176a2abe6b7e1c3a1173ac6c4a77f7816704add3f0664609915aa
home: https://github.com/timescale/timescaledb-kubernetes
Expand All @@ -35,7 +51,7 @@ entries:
- timescaledb-single-0.5.1.tgz
version: 0.5.1
- apiVersion: v1
created: "2020-01-21T11:53:07.123601534+01:00"
created: "2020-01-31T09:45:32.747987563+01:00"
description: TimescaleDB HA Deployment.
digest: f4e0e05c989f04c78d9bd0a5b7ab2c6e1d2227af72ad05f7451a3e01b462bba0
home: https://github.com/timescale/timescaledb-kubernetes
Expand All @@ -51,7 +67,7 @@ entries:
- timescaledb-single-0.5.0.tgz
version: 0.5.0
- apiVersion: v1
created: "2020-01-21T11:53:07.122086311+01:00"
created: "2020-01-31T09:45:32.746470914+01:00"
description: TimescaleDB HA Deployment.
digest: 2ae9d4a4ba25caf626e837244bf092721439e822d486f2c17f238b479012dedb
home: https://github.com/timescale/timescaledb-kubernetes
Expand All @@ -66,4 +82,4 @@ entries:
urls:
- timescaledb-single-0.4.0.tgz
version: 0.4.0
generated: "2020-01-21T11:53:07.119113003+01:00"
generated: "2020-01-31T09:45:32.743247326+01:00"
Binary file added charts/repo/timescaledb-single-0.5.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/timescaledb-single/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v1
name: timescaledb-single
description: 'TimescaleDB HA Deployment.'
version: 0.5.1
version: 0.5.2
# appVersion specifies the version of the software, which can vary wildly,
# e.g. TimescaleDB 1.4.1 on PostgreSQL 11 or TimescaleDB 1.5.0 on PostgreSQL 12.
# https://github.com/helm/helm/blob/master/docs/charts.md#the-appversion-field
Expand Down

0 comments on commit 0cd3a84

Please sign in to comment.