Skip to content

Commit

Permalink
Merge pull request #303 from anynines/prepare_v1.1.0_release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v1.1.0 release
  • Loading branch information
iliasmavridis authored Jun 5, 2024
2 parents d855a12 + 89cc9a6 commit 648e4dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ All notable changes to the a9s Dataservices on Kubernetes will be documented
here, the format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]
## [1.1.0] - 2024-06-05

### Added

* Validation for PostgreSQL Extensions field.
* Added support for installing/uninstalling PostgreSQL extensions via the extensions field,
including postgis, uuid-ossp, ltree, pgcrypto, pg_stat_statements, fuzzystrmatch, pg_trgm, and
hstore.

### Fixed

* Fix PostgreSQL restart logic after user parameter updates
* Fix PostgreSQL restart logic after user parameter updates.

### Updated

Expand Down
2 changes: 1 addition & 1 deletion docs/application-developers/usage_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ WARNING: Extensions cannot be removed if they have dependencies on other objects

The extensions currently supported are: postgis, uuid-ossp, ltree, pgcrypto, pg_stat_statements, fuzzystrmatch, pg_trgm, hstore.

See [examples/postgresql-extensions-instance.yaml](examples/postgresql-extensions-instance.yaml) for an example manifest containing a list of desired extensions to be installed.
See [examples/postgresql-extensions-instance.yaml](/examples/postgresql-extensions-instance.yaml) for an example manifest containing a list of desired extensions to be installed.

## Visualize the Logs of the PostgreSQL Instance

Expand Down

0 comments on commit 648e4dd

Please sign in to comment.