Skip to content

Releases: aws-controllers-k8s/memorydb-controller

v0.0.9

09 Mar 07:55
66112a6
Compare
Choose a tag to compare

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

08 Mar 18:53
5ed3a67
Compare
Choose a tag to compare

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

Full Changelog: v0.0.7...v0.0.8

v0.0.7

10 Feb 02:51
f176e13
Compare
Choose a tag to compare

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-generator v0.24.2 by @ack-bot in #63

Full Changelog: v0.0.6...v0.0.7

v0.0.6

19 Jan 18:01
d2483d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

03 Jan 16:06
d4b8ce0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

11 Dec 13:02
1c4c760
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

28 Nov 22:51
8a0bc12
Compare
Choose a tag to compare

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-generator v0.20.1 by @ack-bot in #30

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

18 Apr 19:19
4335d52
Compare
Choose a tag to compare

What's Changed

  • Update to ACK runtime v0.18.4, code-generator v0.18.4 by @ack-bot in #23

Full Changelog: v0.0.1...v0.0.2

v0.0.1

07 Apr 19:42
3a9294f
Compare
Choose a tag to compare

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-generator v0.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

Full Changelog: https://github.com/aws-controllers-k8s/memorydb-controller/commits/v0.0.1