Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for release 1.6.4 #679

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
CHANGELOG
=========

## 1.6.4 (November 12th, 2024)

ENHANCEMENTS:

* [667](https://github.com/perfectsense/gyro-aws-provider/issues/667): Add writer endpoint type For database clusters
* [668](https://github.com/perfectsense/gyro-aws-provider/issues/668): Allow DB Instance to be edited
* [670](https://github.com/perfectsense/gyro-aws-provider/issues/670): The master username should be a required field
* [673](https://github.com/perfectsense/gyro-aws-provider/issues/673): Convert db-subnet-group subnets into a list
* [677](https://github.com/perfectsense/gyro-aws-provider/issues/677): Enable Point in time recovery for db clusters

ISSUES FIXED:

* [669](https://github.com/perfectsense/gyro-aws-provider/issues/669): Sorts the availability zones of db-cluster so it doesn't update every time
* [671](https://github.com/perfectsense/gyro-aws-provider/issues/671): Fixes null pointer exceptions with db-cluster
* [672](https://github.com/perfectsense/gyro-aws-provider/issues/672): Paginate the refresh call for DbClusterParameterGroupResource to pull all parameters
* [676](https://github.com/perfectsense/gyro-aws-provider/issues/676): Fix null pointer upon db-cluster deletion

## 1.6.3 (September 9th, 2024)

ENHANCEMENTS:
Expand Down
Loading