{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":333632977,"defaultBranch":"main","name":"elasticache-controller","ownerLogin":"aws-controllers-k8s","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-01-28T03:21:14.000Z","ownerAvatar":"https://github.com/avatars/u/78112587?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724951161.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"b83560c2f9d3dacc4bcf000cde63f983c01f2706","ref":"refs/heads/ack-bot/rt-v0.38.0-codegen-v0.38.1","pushedAt":"2024-08-29T17:06:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.38.0`, code-generator `v0.38.1`","shortMessageHtmlLink":"Update to ACK runtime v0.38.0, code-generator v0.38.1"}},{"before":null,"after":"3da85899760b94b0fa0b94c1592aac640a20be89","ref":"refs/heads/ack-bot/rt-v0.37.1-codegen-v0.38.0","pushedAt":"2024-08-14T16:44:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.37.1`, code-generator `v0.38.0`","shortMessageHtmlLink":"Update to ACK runtime v0.37.1, code-generator v0.38.0"}},{"before":null,"after":"23ea12ae1ca5bebeed038c837c6840b98965e9b3","ref":"refs/heads/ack-bot/rt-v0.37.1-codegen-v0.37.0","pushedAt":"2024-08-13T18:00:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.37.1`, code-generator `v0.37.0`","shortMessageHtmlLink":"Update to ACK runtime v0.37.1, code-generator v0.37.0"}},{"before":null,"after":"7828b43a01b05c9cf32a8ba5624afe75f89fa9b6","ref":"refs/heads/ignore-fields","pushedAt":"2024-08-06T04:54:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"a-hilaly","name":"Amine","path":"/a-hilaly","primaryAvatarUrl":"https://github.com/avatars/u/10897901?s=80&v=4"},"commit":{"message":"Set CPG engine verison to 7.x","shortMessageHtmlLink":"Set CPG engine verison to 7.x"}},{"before":null,"after":"5306cd2a0a9c81c63dffae48c8c547362de98f5d","ref":"refs/heads/ack-bot/rt-v0.36.0-codegen-v0.36.0","pushedAt":"2024-08-06T02:42:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.36.0`, code-generator `v0.36.0`","shortMessageHtmlLink":"Update to ACK runtime v0.36.0, code-generator v0.36.0"}},{"before":null,"after":"c05443e3ac70dd650fee32d4df06c256f7e03855","ref":"refs/heads/ack-bot/rt-v0.35.0-codegen-v0.35.0","pushedAt":"2024-07-19T22:52:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.35.0`, code-generator `v0.35.0`","shortMessageHtmlLink":"Update to ACK runtime v0.35.0, code-generator v0.35.0"}},{"before":"6e60bb752cbd13bd45a0016bff06538a0beba39b","after":"12aba1ca3ced331b96da8b32930ab67ad94afaab","ref":"refs/heads/main","pushedAt":"2024-07-11T18:16:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ack-prow[bot]","name":null,"path":"/apps/ack-prow","primaryAvatarUrl":"https://github.com/avatars/in/260409?s=80&v=4"},"commit":{"message":"Release artifacts for release v0.1.0 (#140)\n\nBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.","shortMessageHtmlLink":"Release artifacts for release v0.1.0 (#140)"}},{"before":"2721a1d90aa3f19d4c9e5a27f9c9ea7f7633f48b","after":"6e60bb752cbd13bd45a0016bff06538a0beba39b","ref":"refs/heads/main","pushedAt":"2024-07-11T17:14:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ack-prow[bot]","name":null,"path":"/apps/ack-prow","primaryAvatarUrl":"https://github.com/avatars/in/260409?s=80&v=4"},"commit":{"message":"Support for CacheCluster resource (#137)\n\nIssue #, if available: https://github.com/aws-controllers-k8s/community/issues/2079\r\n\r\nDescription of changes:\r\n\r\nThis changelist adds support for the ElastiCache `CacheCluster` resource. The generated code did not account for many fields in the call to `ModifyCacheCluster`, and the `DescribeCacheClusters` API does not return all fields in the spec and values for some fields are reported in the `PendingModifiedValues` field instead. To handle this, the last requested configuration for `Spec.PreferredAvailabilityZones` is stored as annotations and used to compute `NewAvailabilityZones`. Moreover, `CacheNodeIdsToRemove` is computed using `Spec.NumCacheNodes` and `PendingModifiedValues.NumCacheNodes`. Support for `Spec.LogDeliveryConfigurations` is explicitly removed and parked for later because the Describe API does not return all fields for this struct. There were many changes to other ElastiCache resources introduced in the newer SDK, so they have been removed for now and not ignored. As a result, a subsequent `make build-controller` will result in new changes.\r\n\r\nThe logic for syncing tags and comparing engine versions has been refactored to promote reusability.\r\n\r\nCloses https://github.com/aws-controllers-k8s/community/issues/2079.\r\n\r\nSigned-off-by: cPu1 \r\n\r\nBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.","shortMessageHtmlLink":"Support for CacheCluster resource (#137)"}},{"before":null,"after":"47e698c651bb2d1368ffb9bff941cbbf7b829d7e","ref":"refs/heads/release-v0.1.0","pushedAt":"2024-07-09T21:44:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"a-hilaly","name":"Amine","path":"/a-hilaly","primaryAvatarUrl":"https://github.com/avatars/u/10897901?s=80&v=4"},"commit":{"message":"Release artifacts for release v0.1.0","shortMessageHtmlLink":"Release artifacts for release v0.1.0"}},{"before":"e87c13959773b49e84199709ef39344f2a059a5a","after":"2721a1d90aa3f19d4c9e5a27f9c9ea7f7633f48b","ref":"refs/heads/main","pushedAt":"2024-07-09T04:30:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ack-prow[bot]","name":null,"path":"/apps/ack-prow","primaryAvatarUrl":"https://github.com/avatars/in/260409?s=80&v=4"},"commit":{"message":"Release artifacts for release 0.0.31 (#139)\n\nBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.","shortMessageHtmlLink":"Release artifacts for release 0.0.31 (#139)"}},{"before":"a63890eeb966abc40acd1ba64726c9c15e4052ec","after":"e87c13959773b49e84199709ef39344f2a059a5a","ref":"refs/heads/main","pushedAt":"2024-07-08T21:15:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ack-prow[bot]","name":null,"path":"/apps/ack-prow","primaryAvatarUrl":"https://github.com/avatars/in/260409?s=80&v=4"},"commit":{"message":" Remove duplicate tests that are not using ACK's testing framework (#138)\n\nBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.","shortMessageHtmlLink":" Remove duplicate tests that are not using ACK's testing framework (#138"}},{"before":"f67bd982b08e3321f15991142d9ff1ea646cc24c","after":"b01c3e231b0e7e835bf5e53f61b1fc993c6eeb7b","ref":"refs/heads/tests","pushedAt":"2024-07-08T08:58:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"a-hilaly","name":"Amine","path":"/a-hilaly","primaryAvatarUrl":"https://github.com/avatars/u/10897901?s=80&v=4"},"commit":{"message":"Remove tests that are not using ACK's testing framework","shortMessageHtmlLink":"Remove tests that are not using ACK's testing framework"}},{"before":"63b9491b6b95c391498777218dc1bf88d46d5cd8","after":"a63890eeb966abc40acd1ba64726c9c15e4052ec","ref":"refs/heads/main","pushedAt":"2024-07-01T06:55:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ack-prow[bot]","name":null,"path":"/apps/ack-prow","primaryAvatarUrl":"https://github.com/avatars/in/260409?s=80&v=4"},"commit":{"message":"Fix horizontal scaling for ReplicationGroups (#136)\n\nThis will set the value for the number of node groups of a ReplicationGroup to the value given in the Spec, thereby enabling horizontal scaling.\r\n\r\nFixes aws-controllers-k8s/community#2080.\r\n\r\nBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.","shortMessageHtmlLink":"Fix horizontal scaling for ReplicationGroups (#136)"}},{"before":"5e869117dedd32a8a7cc9a59b7213e4febc7c1d0","after":"f67bd982b08e3321f15991142d9ff1ea646cc24c","ref":"refs/heads/tests","pushedAt":"2024-06-28T23:55:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"a-hilaly","name":"Amine","path":"/a-hilaly","primaryAvatarUrl":"https://github.com/avatars/u/10897901?s=80&v=4"},"commit":{"message":"add","shortMessageHtmlLink":"add"}},{"before":null,"after":"5e869117dedd32a8a7cc9a59b7213e4febc7c1d0","ref":"refs/heads/tests","pushedAt":"2024-06-28T23:50:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"a-hilaly","name":"Amine","path":"/a-hilaly","primaryAvatarUrl":"https://github.com/avatars/u/10897901?s=80&v=4"},"commit":{"message":"[wip] Normalize e2e tests","shortMessageHtmlLink":"[wip] Normalize e2e tests"}},{"before":"2ca73fa905ab475b66280a29127aa23433c81802","after":null,"ref":"refs/heads/dependabot/go_modules/google.golang.org/protobuf-1.33.0","pushedAt":"2024-05-03T11:17:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":"3ad9098f2298e32718efb9f615ee552ccbde6035","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-05-03T11:16:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":"819f21856e5e6bb6e113652c3fc186906b679ec1","after":"63b9491b6b95c391498777218dc1bf88d46d5cd8","ref":"refs/heads/main","pushedAt":"2024-05-03T11:15:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ack-prow[bot]","name":null,"path":"/apps/ack-prow","primaryAvatarUrl":"https://github.com/avatars/in/260409?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.34.0`, code-generator `v0.34.0` (#135)\n\n### Update to ACK runtime `v0.34.0`, code-generator `v0.34.0`\n\n----------\n\n* ACK code-generator `v0.34.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.34.0)\n* ACK runtime `v0.34.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.34.0)\n\n----------\n\nNOTE:\nThis PR increments the release version of service controller from `v0.0.29` to `v0.0.30`\n\nOnce this PR is merged, release `v0.0.30` will be automatically created for `elasticache-controller`\n\n**Please close this PR, if you do not want the new patch release for `elasticache-controller`**\n\n----------\n\n#### stdout for `make build-controller`:\n\n```\nbuilding ack-generate ... ok.\n==== building elasticache-controller ====\nCopying common custom resource definitions into elasticache\nBuilding Kubernetes API objects for elasticache\nGenerating deepcopy code for elasticache\nGenerating custom resource definitions for elasticache\nBuilding service controller for elasticache\nGenerating RBAC manifests for elasticache\nRunning gofmt against generated code for elasticache\nUpdating additional GitHub repository maintenance files\n==== building elasticache-controller release artifacts ====\nBuilding release artifacts for elasticache-v0.0.30\nGenerating common custom resource definitions\nGenerating custom resource definitions for elasticache\nGenerating RBAC manifests for elasticache\n```\n\n----------\n\nBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.","shortMessageHtmlLink":"Update to ACK runtime v0.34.0, code-generator v0.34.0 (#135)"}},{"before":null,"after":"e961377620d0464d037f9c7e3255a0c8e2f83f5f","ref":"refs/heads/ack-bot/rt-v0.34.0-codegen-v0.34.0","pushedAt":"2024-05-02T20:54:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.34.0`, code-generator `v0.34.0`","shortMessageHtmlLink":"Update to ACK runtime v0.34.0, code-generator v0.34.0"}},{"before":null,"after":"3ad9098f2298e32718efb9f615ee552ccbde6035","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-04-19T12:34:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/net from 0.17.0 to 0.23.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/net from 0.17.0 to 0.23.0"}},{"before":null,"after":"dd50cd0a7434f3e55142a474c29934bfb5ceb490","ref":"refs/heads/ack-bot/rt-v0.33.0-codegen-v0.33.0","pushedAt":"2024-03-29T14:30:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.33.0`, code-generator `v0.33.0`","shortMessageHtmlLink":"Update to ACK runtime v0.33.0, code-generator v0.33.0"}},{"before":null,"after":"2ca73fa905ab475b66280a29127aa23433c81802","ref":"refs/heads/dependabot/go_modules/google.golang.org/protobuf-1.33.0","pushedAt":"2024-03-13T22:50:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump google.golang.org/protobuf from 1.30.0 to 1.33.0\n\nBumps google.golang.org/protobuf from 1.30.0 to 1.33.0.\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/protobuf\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump google.golang.org/protobuf from 1.30.0 to 1.33.0"}},{"before":null,"after":"f3fdf30f610b0ba3b386a0cc844665901fbc267e","ref":"refs/heads/ack-bot/rt-v0.32.0-codegen-v0.32.1","pushedAt":"2024-03-06T21:37:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.32.0`, code-generator `v0.32.1`","shortMessageHtmlLink":"Update to ACK runtime v0.32.0, code-generator v0.32.1"}},{"before":null,"after":"9ea862e1ac1e00dddd1f3ec3a11c1284851cb15c","ref":"refs/heads/ack-bot/rt-v0.32.0-codegen-v0.32.0","pushedAt":"2024-03-06T18:13:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.32.0`, code-generator `v0.32.0`","shortMessageHtmlLink":"Update to ACK runtime v0.32.0, code-generator v0.32.0"}},{"before":null,"after":"4be0e14dc45f994e4ec0732dc197ef58a5600876","ref":"refs/heads/ack-bot/rt-v0.31.0-codegen-v0.31.0","pushedAt":"2024-02-22T15:36:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.31.0`, code-generator `v0.31.0`","shortMessageHtmlLink":"Update to ACK runtime v0.31.0, code-generator v0.31.0"}},{"before":null,"after":"18f68b9bc6c17bdecad4dffd3018e7c59333d7de","ref":"refs/heads/ack-bot/rt-v0.30.0-codegen-v0.30.0","pushedAt":"2024-02-14T03:59:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.30.0`, code-generator `v0.30.0`","shortMessageHtmlLink":"Update to ACK runtime v0.30.0, code-generator v0.30.0"}},{"before":"f29f5bfa7a28b7d5ea220c242127d8f436be6f0e","after":"819f21856e5e6bb6e113652c3fc186906b679ec1","ref":"refs/heads/main","pushedAt":"2024-01-29T10:05:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ack-prow[bot]","name":null,"path":"/apps/ack-prow","primaryAvatarUrl":"https://github.com/avatars/in/260409?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.29.2`, code-generator `v0.29.2` (#127)\n\n### Update to ACK runtime `v0.29.2`, code-generator `v0.29.2`\n\n----------\n\n* ACK code-generator `v0.29.2` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.29.2)\n* ACK runtime `v0.29.2` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.29.2)\n\n----------\n\nNOTE:\nThis PR increments the release version of service controller from `v0.0.28` to `v0.0.29`\n\nOnce this PR is merged, release `v0.0.29` will be automatically created for `elasticache-controller`\n\n**Please close this PR, if you do not want the new patch release for `elasticache-controller`**\n\n----------\n\n#### stdout for `make build-controller`:\n\n```\nbuilding ack-generate ... ok.\n==== building elasticache-controller ====\nCopying common custom resource definitions into elasticache\nBuilding Kubernetes API objects for elasticache\nGenerating deepcopy code for elasticache\nGenerating custom resource definitions for elasticache\nBuilding service controller for elasticache\nGenerating RBAC manifests for elasticache\nRunning gofmt against generated code for elasticache\nUpdating additional GitHub repository maintenance files\n==== building elasticache-controller release artifacts ====\nBuilding release artifacts for elasticache-v0.0.29\nGenerating common custom resource definitions\nGenerating custom resource definitions for elasticache\nGenerating RBAC manifests for elasticache\n```\n\n----------\n\nBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.","shortMessageHtmlLink":"Update to ACK runtime v0.29.2, code-generator v0.29.2 (#127)"}},{"before":"2786d45ccdaf9356f5d9eddd3867152854406051","after":"cc2bc23fed27d94fa5c45204f5c0102b6ef92898","ref":"refs/heads/ack-bot/rt-v0.29.2-codegen-v0.29.2","pushedAt":"2024-01-29T08:50:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"a-hilaly","name":"Amine","path":"/a-hilaly","primaryAvatarUrl":"https://github.com/avatars/u/10897901?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.29.2`, code-generator `v0.29.2`\n\nSigned-off-by: Amine Hilaly ","shortMessageHtmlLink":"Update to ACK runtime v0.29.2, code-generator v0.29.2"}},{"before":null,"after":"2786d45ccdaf9356f5d9eddd3867152854406051","ref":"refs/heads/ack-bot/rt-v0.29.2-codegen-v0.29.2","pushedAt":"2024-01-29T07:11:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.29.2`, code-generator `v0.29.2`","shortMessageHtmlLink":"Update to ACK runtime v0.29.2, code-generator v0.29.2"}},{"before":null,"after":"a5ec752fb1086a795ceedd076f30b7de2246d1e9","ref":"refs/heads/ack-bot/rt-v0.29.2-codegen-v0.29.1","pushedAt":"2024-01-20T06:24:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ack-bot","name":"AWS Controllers for Kubernetes Bot","path":"/ack-bot","primaryAvatarUrl":"https://github.com/avatars/u/82905295?s=80&v=4"},"commit":{"message":"Update to ACK runtime `v0.29.2`, code-generator `v0.29.1`","shortMessageHtmlLink":"Update to ACK runtime v0.29.2, code-generator v0.29.1"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEp98clAA","startCursor":null,"endCursor":null}},"title":"Activity ยท aws-controllers-k8s/elasticache-controller"}