Skip to content

Release artifacts for v0.0.3 #16

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

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

a-hilaly
Copy link
Member

Issue #, if available:

Description of changes:

  • release artifacts for v0.0.3

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

@a-hilaly a-hilaly requested review from vijtrip2 and removed request for jaypipes December 20, 2021 18:55
@vijtrip2
Copy link
Contributor

/lgtm

@ack-bot ack-bot added the lgtm Indicates that a PR is ready to be merged. label Dec 20, 2021
@ack-bot
Copy link
Collaborator

ack-bot commented Dec 20, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: A-Hilaly, vijtrip2

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ack-bot ack-bot merged commit 9b54428 into aws-controllers-k8s:main Dec 20, 2021
michaelhtm pushed a commit to rushmash91/lambda-controller that referenced this pull request Feb 5, 2025
…ntrollers-k8s#16)

Issue aws-controllers-k8s/community#831

This patch adds new generator hooks for `sdkFind` and `sdkUpdate`
methods.
For `sdkFind` the hook will requeue the reconcillation after 30seconds
if a `broker` status is still in `CREATION_IN_PROGRESS`.
For `sdkUpdate` the hook will create a copy of latest `ko` Status into the
the desired one before proceeding in copying the update response fields
 into the desired `ko`.

There are two reasons why we need to copy the CR Status:
- `updateBroker` api call only returns the `BrokerID` and dosen't return
information about the broker state.
- the desired `ko` status is a copy of the observed state by the API
server, which will contain `CREATION_IN_PROGRESS` brokerState in
the CR Status.

Description of changes: 
- Update runtime version to `v0.2.3`
- regenerate controller using `ack-generate` v0.2.3
- Add a post read one hook to requeue whenever a broker is still in `CREATION_IN_PROGRESS` state

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants