Michael Tewoldemedhin

Results 27 issues of Michael Tewoldemedhin

Issue #, if available: Description of changes: This will ensure we don't accidentally push changes if the PRs are not up to date. Sometimes you would fetch and rebase the...

Issue [#2406](https://github.com/aws-controllers-k8s/community/issues/2406) Description of changes: Allow users to create the resource if adoption fails due to a `NotFound` error. With these changes, we are expecting users to populate all the...

Description of changes: Currently the condition reason for the `Resource Already Exists` condition message instructs users to adopt the existing resource using the `AdoptResource` CRD, which we no longer implement....

approved
lgtm
do-not-merge/hold

Description of changes: This change ensures that neither ACK tags nor AWS tags will be patched. Sometimes if there's a tag sync issues, these tags get patched to the controller....

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

approved

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

approved

**Is your feature request related to a problem?** Add support for ClusterV2, VPCConnection, Replicator in kafka controller **Describe the solution you'd like** these resources supported Resource Tracking: - [x] ClusterV2...

service/kafka
kind/new-resource

**Describe the bug** Currently Code-generator is not able to generate resource references for List of list of References. Here's a sample code: ```golang func (rm *resourceManager) ClearResolvedReferences(res acktypes.AWSResource) acktypes.AWSResource {...

area/code-generation
lifecycle/stale
area/resource-references

Issue [#2661](https://github.com/aws-controllers-k8s/community/issues/2661) Description of changes: Currently the controller has been returning an error if the VPC securityGroup is not found. With this change, we will ignore errors if we can't...

approved

Description of changes: Currently, if the resource output shape is a list, code-gen triggers the readmany output generator. When doing so, it does not pass the operationType, which causes it...

lgtm
approved