Releases: aws-controllers-k8s/memorydb-controller
Releases · aws-controllers-k8s/memorydb-controller
v0.0.9
What's Changed
- Update to ACK runtime v0.24.1, code-generator v0.24.3, release v0.0.9 by @kyriechen96 in #73
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 by @dependabot in #64
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #68
- Update updateTags function by using new runtime function by @kyriechen96 in #67
- Assert expected spec with kubernetes resources and all fields of aws resources by @kyriechen96 in #65
- Fix incorrect status of cluster and snapshot by @kyriechen96 in #56
- Add references of resources and test references by @kyriechen96 in #55
- Modify snapshotRetentionLimit to 0 for cluster creations. by @kyriechen96 in #66
- Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 by @dependabot in #69
- Make messages consistent, validate parameters modifications, and remove unnecessary terminal exceptions by @kyriechen96 in #54
- Add patching objects with tags tests by @kyriechen96 in #60
- Merge snapshot tests, and fix unreasonable timeout values. by @kyriechen96 in #57
- Delete
tests/e2e
directory by @RedbackThomson in #70 - Support Describe Events by @kyriechen96 in #49
- release artifacts for release v0.0.8 by @kyriechen96 in #72
New Contributors
- @dependabot made their first contribution in #64
- @RedbackThomson made their first contribution in #70
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Modify tags related functions and some test files to fix flaky assertion errors by @kyriechen96 in #51
- Ignore ClusterName for copySnapshot API by @kyriechen96 in #58
- Update to ACK runtime
v0.24.0
, code-generatorv0.24.2
by @ack-bot in #63
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Fixes timeout issue by @kyriechen96 in #50
- Update to ACK runtime
v0.22.1
, code-generatorv0.22.0
by @ack-bot in #48
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Remove
ClusterMemory
flaky tests by @kyriechen96 in #41 - Adds tagUpdating API for parametergroup. by @kyriechen96 in #39
- Adds updateTags for subnet group. by @kyriechen96 in #42
- Tag and Untag API for cluster. by @kyriechen96 in #43
- Supports Tag and Untag APIs for ACL. by @kyriechen96 in #44
- Support Tag and Untag APIs for User resource. by @kyriechen96 in #45
- Support Tag and Untag API for snapshot. by @kyriechen96 in #46
- Release artifacts for release v0.0.5 by @kyriechen96 in #47
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Regenerate controller using code-generator @ gc1f00b5 by @kyriechen96 in #35
- Updates owner aliases. by @kyriechen96 in #36
- Fixes create cluster timeout bug by @kyriechen96 in #38
- Merges all hooks into a single hook file. by @kyriechen96 in #37
- Update to ACK runtime
v0.21.0
, code-generatorv0.21.0
by @ack-bot in #40
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- adding in missing kinds in the samples section of the olmconfig by @acornett21 in #24
- Fixes e2e test failure by @kyriechen96 in #33
- Update to ACK runtime
v0.20.1
, code-generatorv0.20.1
by @ack-bot in #30
New Contributors
- @acornett21 made their first contribution in #24
- @kyriechen96 made their first contribution in #33
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Dev Preview Release note
Dev preview release v0.0.1 of ACK service controller for Amazon MemoryDB includes following resources
cluster
user
acl
parametergroup
subnetgroup
snapshot
You can learn more about each of the Amazon MemoryDB resource by running kubectl explain
For a detailed tutorial on installing ACK MemoryDB controller on your Kubernetes cluster, follow:
https://aws-controllers-k8s.github.io/community/docs/tutorials/memorydb-example/
What's Changed
- Bring in ACK common controller files by @a-hilaly in #1
- update go.mod to latest ACK rt and Go lang by @jaypipes in #3
- Parameter Group Support by @nmvk in #9
- Update ACK runtime to
v0.17.1
by @ack-bot in #12 - Update ACK runtime to
v0.17.2
by @ack-bot in #13 - Support for User, ACL, SubnetGroup by @nmvk in #11
- Update to ACK runtime
v0.18.3
, code-generatorv0.18.3
by @ack-bot in #19 - MemoryDB Cluster resource support by @nmvk in #17
- Snapshot Resource changes for Ack by @AnilYalavarthi in #14
- Regenerate controller code to fix missing aws_fieldexports.yaml entry by @kumargauravsharma in #20
- Remove
UserNotFound
From ACL TerminalCondition by @nmvk in #21 - Release artifacts for dev preview release v0.0.1 by @nmvk in #22
New Contributors
- @a-hilaly made their first contribution in #1
- @jaypipes made their first contribution in #3
- @nmvk made their first contribution in #9
- @ack-bot made their first contribution in #12
- @AnilYalavarthi made their first contribution in #14
- @kumargauravsharma made their first contribution in #20
Full Changelog: https://github.com/aws-controllers-k8s/memorydb-controller/commits/v0.0.1