Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2025-10-20T15:37:08Z"
build_hash: f25517757439025aa7058673d97267033f5b9acc
build_date: "2025-11-10T22:51:53Z"
build_hash: e559791972d46f5bd760cc3faa516e03f7f72c87
go_version: go1.24.0
version: v0.52.0-7-gf255177
version: v0.52.0-7-ge559791
api_directory_checksum: 60dd2e0fe820ba29b0c906cb9debcd88f1ac1810
api_version: v1alpha1
aws_sdk_go_version: v1.39.2
generator_config_info:
file_checksum: 90d7abc62e7f2b85e403743a40e1b7827503cccd
file_checksum: fd80830702395e6c2c8f212a91f7499e855bba74
original_file_name: generator.yaml
last_modification:
reason: API generation
4 changes: 0 additions & 4 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ resources:
template_path: hooks/agentruntimeendpoint/sdk_read_one_post_set_output.go.tpl
sdk_update_pre_build_request:
template_path: hooks/agentruntimeendpoint/sdk_update_pre_build_request.go.tpl
exceptions:
errors:
404:
code: AccessDeniedException
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/bedrockagentcorecontrol-controller
newTag: 0.1.0
newTag: 1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.19.0
name: adoptedresources.services.k8s.aws
spec:
group: services.k8s.aws
Expand Down
2 changes: 1 addition & 1 deletion config/crd/common/bases/services.k8s.aws_fieldexports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.2
controller-gen.kubebuilder.io/version: v0.19.0
name: fieldexports.services.k8s.aws
spec:
group: services.k8s.aws
Expand Down
4 changes: 0 additions & 4 deletions generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ resources:
template_path: hooks/agentruntimeendpoint/sdk_read_one_post_set_output.go.tpl
sdk_update_pre_build_request:
template_path: hooks/agentruntimeendpoint/sdk_update_pre_build_request.go.tpl
exceptions:
errors:
404:
code: AccessDeniedException
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: bedrockagentcorecontrol-chart
description: A Helm chart for the ACK service controller for Amazon Bedrock Agent Core Control (Bedrock Agent Core Control)
version: 0.1.0
appVersion: 0.1.0
version: 1.0.0
appVersion: 1.0.0
home: https://github.com/aws-controllers-k8s/bedrockagentcorecontrol-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ .Chart.Name }} has been installed.
This chart deploys "public.ecr.aws/aws-controllers-k8s/bedrockagentcorecontrol-controller:0.1.0".
This chart deploys "public.ecr.aws/aws-controllers-k8s/bedrockagentcorecontrol-controller:1.0.0".

Check its status by running:
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-controllers-k8s/bedrockagentcorecontrol-controller
tag: 0.1.0
tag: 1.0.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion pkg/resource/agent_runtime_endpoint/sdk.go

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