Skip to content

Commit

Permalink
Update to ACK runtime v0.28.0, code-generator v0.28.0 (#33)
Browse files Browse the repository at this point in the history
### Update to ACK runtime `v0.28.0`, code-generator `v0.28.0`

----------

* ACK code-generator `v0.28.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.28.0)
* ACK runtime `v0.28.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.28.0)

----------

NOTE:
This PR increments the release version of service controller from `v1.0.4` to `v1.0.5`

Once this PR is merged, release `v1.0.5` will be automatically created for `eventbridge-controller`

**Please close this PR, if you do not want the new patch release for `eventbridge-controller`**

----------

#### stdout for `make build-controller`:

```
building ack-generate ... ok.
==== building eventbridge-controller ====
Copying common custom resource definitions into eventbridge
Building Kubernetes API objects for eventbridge
Generating deepcopy code for eventbridge
Generating custom resource definitions for eventbridge
Building service controller for eventbridge
Generating RBAC manifests for eventbridge
Running gofmt against generated code for eventbridge
Updating additional GitHub repository maintenance files
==== building eventbridge-controller release artifacts ====
Building release artifacts for eventbridge-v1.0.5
Generating common custom resource definitions
Generating custom resource definitions for eventbridge
Generating RBAC manifests for eventbridge
```

----------

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
ack-bot authored Dec 16, 2023
1 parent f7eb97a commit 6f89d9d
Show file tree
Hide file tree
Showing 21 changed files with 234 additions and 121 deletions.
12 changes: 6 additions & 6 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ack_generate_info:
build_date: "2023-09-14T23:57:10Z"
build_hash: 892f29d00a4c4ad21a2fa32919921de18190979d
go_version: go1.21.0
version: v0.27.1
api_directory_checksum: 78a16efc096b59b35f740f7801e951a876fa59ae
build_date: "2023-12-14T22:11:53Z"
build_hash: 1f16813c807af6889060b4ce7ded2a69dc027d8c
go_version: go1.21.5
version: v0.28.0
api_directory_checksum: f2ea779a9586cae6475b6c0f33f8638e30007ce4
api_version: v1alpha1
aws_sdk_go_version: v1.44.97
aws_sdk_go_version: v1.49.0
generator_config_info:
file_checksum: 1e393269192ff28c7ea35bcb56a289a9edf8e0db
original_file_name: generator.yaml
Expand Down
8 changes: 5 additions & 3 deletions apis/v1alpha1/endpoint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions apis/v1alpha1/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 13 additions & 11 deletions apis/v1alpha1/event_bus.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 25 additions & 2 deletions apis/v1alpha1/rule.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 31 additions & 26 deletions apis/v1alpha1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 11 additions & 15 deletions apis/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: controller
newName: public.ecr.aws/aws-controllers-k8s/eventbridge-controller
newTag: 1.0.4
newTag: 1.0.5
9 changes: 6 additions & 3 deletions config/crd/bases/eventbridge.services.k8s.aws_endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ spec:
metadata:
type: object
spec:
description: "EndpointSpec defines the desired state of Endpoint. \n An
description: "EndpointSpec defines the desired state of Endpoint. \n A
global endpoint used to improve your application's availability by making
it regional-fault tolerant. For more information about global endpoints,
see Making applications Regional-fault tolerant with global endpoints
and event replication (https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html)
in the Amazon EventBridge User Guide.."
in the Amazon EventBridge User Guide."
properties:
description:
description: A description of the global endpoint.
Expand All @@ -71,7 +71,10 @@ spec:
description: The name of the global endpoint. For example, "Name":"us-east-2-custom_bus_A-endpoint".
type: string
replicationConfig:
description: Enable or disable event replication.
description: Enable or disable event replication. The default state
is ENABLED which means you must supply a RoleArn. If you don't have
a RoleArn or you don't want event replication enabled, set the state
to DISABLED.
properties:
state:
type: string
Expand Down
18 changes: 10 additions & 8 deletions config/crd/bases/eventbridge.services.k8s.aws_eventbuses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ spec:
type: object
spec:
description: "EventBusSpec defines the desired state of EventBus. \n An
event bus receives events from a source and routes them to rules associated
with that event bus. Your account's default event bus receives events
event bus receives events from a source, uses rules to evaluate them,
applies any configured input transformation, and routes them to the
appropriate target(s). Your account's default event bus receives events
from Amazon Web Services services. A custom event bus can receive events
from your custom applications and services. A partner event bus receives
events from an event source created by an SaaS partner. These events
Expand All @@ -61,12 +62,13 @@ spec:
with.
type: string
name:
description: "The name of the new event bus. \n Event bus names cannot
contain the / character. You can't use the name default for a custom
event bus, as this name is already used for your account's default
event bus. \n If this is a partner event bus, the name must exactly
match the name of the partner event source that this event bus is
matched to."
description: "The name of the new event bus. \n Custom event bus names
can't contain the / character, but you can use the / character in
partner event bus names. In addition, for partner event buses, the
name must exactly match the name of the partner event source that
this event bus is matched to. \n You can't use the name default
for a custom event bus, as this name is already used for your account's
default event bus."
type: string
tags:
description: Tags to associate with the event bus.
Expand Down
Loading

0 comments on commit 6f89d9d

Please sign in to comment.