-
Notifications
You must be signed in to change notification settings - Fork 258
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
controller-bootstrap implementation #1358
Labels
kind/enhancement
Categorizes issue or PR as related to existing feature enhancements.
Comments
vijtrip2
added
the
kind/enhancement
Categorizes issue or PR as related to existing feature enhancements.
label
Jun 21, 2022
ack-bot
pushed a commit
to aws-controllers-k8s/controller-bootstrap
that referenced
this issue
Jun 22, 2022
Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - This PR is to add the initial implementation of controller-bootstrap CLI with subcommand, arguments, and Makefile. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/controller-bootstrap
that referenced
this issue
Jun 24, 2022
Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - This PR is to add the various go template files which will be used to bootstrap a controller. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/controller-bootstrap
that referenced
this issue
Jun 30, 2022
…urable in Makefile (#8) Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - This PR is to make `aws-sdk-go` version, ACK runtime version, and ACK test-infra commit SHA configurable in `Makefile`. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/controller-bootstrap
that referenced
this issue
Jul 1, 2022
Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - This PR adds the initial implementation to bootstrap a new controller repository. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/controller-bootstrap
that referenced
this issue
Jul 5, 2022
…#9) Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - This PR is to implement updating an existing controller repository's project description files. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This was referenced Jul 5, 2022
ack-bot
pushed a commit
to aws-controllers-k8s/controller-bootstrap
that referenced
this issue
Jul 11, 2022
Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - This PR is to add unit test for controller-bootstrap. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/controller-bootstrap
that referenced
this issue
Jul 11, 2022
Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - This PR is to add end-to-end tests for generating a new controller and updating an existing controller. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/test-infra
that referenced
this issue
Jul 11, 2022
Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - Add the new presubmit unit test for controller-bootstrap to Prow. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
RedbackThomson
pushed a commit
to RedbackThomson/ack-test-infra
that referenced
this issue
Jul 15, 2022
…lers-k8s#225) Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - Add the new presubmit unit test for controller-bootstrap to Prow. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/code-generator
that referenced
this issue
Jul 19, 2022
Signed-off-by: James Park <jamesjhp@amazon.com> Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - This PR is to refactor reusable code of `EnsureRepo` method and its related methods into the `pkg/` directory of the code-generator repository. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This was referenced Jul 22, 2022
ack-bot
pushed a commit
to aws-controllers-k8s/controller-bootstrap
that referenced
this issue
Jul 26, 2022
Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - Add `README.md` and modify the contents of `GOVERNANCE.md` and `OWNERS_ALIASES` files for controller-bootstrap. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/test-infra
that referenced
this issue
Jul 26, 2022
Signed-off-by: jamesjhp <jamesjhp@amazon.com> Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - Add prowjob to automate updating project description files with the latest templates from controller-bootstrap. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/controller-bootstrap
that referenced
this issue
Jul 28, 2022
Signed-off-by: jamesjhp <jamesjhp@amazon.com> Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - Ensure the API version is set to the latest API version for a service API. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-bot
pushed a commit
to aws-controllers-k8s/test-infra
that referenced
this issue
Jul 29, 2022
Signed-off-by: jamesjhp <jamesjhp@amazon.com> Issue: [aws-controllers-k8s/community/issues/1358](aws-controllers-k8s/community#1358) Description of changes: - Rename `auto-update-controllers.sh` to `project-static-files.sh` and remove Helm from the docker image to update project description files from controller-bootstrap. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Repository owner
moved this from In Progress
to Done
in ACK Core Team
Jul 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Link for design proposal: #1357
The text was updated successfully, but these errors were encountered: