Skip to content

Commit 9ef2a70

Browse files
authored
Release artifacts for release v1.0.0 (#6)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 05c1855 commit 9ef2a70

File tree

10 files changed

+12
-20
lines changed

10 files changed

+12
-20
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-10-20T15:37:08Z"
3-
build_hash: f25517757439025aa7058673d97267033f5b9acc
2+
build_date: "2025-11-10T22:51:53Z"
3+
build_hash: e559791972d46f5bd760cc3faa516e03f7f72c87
44
go_version: go1.24.0
5-
version: v0.52.0-7-gf255177
5+
version: v0.52.0-7-ge559791
66
api_directory_checksum: 60dd2e0fe820ba29b0c906cb9debcd88f1ac1810
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.39.2
99
generator_config_info:
10-
file_checksum: 90d7abc62e7f2b85e403743a40e1b7827503cccd
10+
file_checksum: fd80830702395e6c2c8f212a91f7499e855bba74
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,3 @@ resources:
4848
template_path: hooks/agentruntimeendpoint/sdk_read_one_post_set_output.go.tpl
4949
sdk_update_pre_build_request:
5050
template_path: hooks/agentruntimeendpoint/sdk_update_pre_build_request.go.tpl
51-
exceptions:
52-
errors:
53-
404:
54-
code: AccessDeniedException

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/bedrockagentcorecontrol-controller
9-
newTag: 0.1.0
9+
newTag: 1.0.0

config/crd/common/bases/services.k8s.aws_adoptedresources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.2
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: adoptedresources.services.k8s.aws
88
spec:
99
group: services.k8s.aws

config/crd/common/bases/services.k8s.aws_fieldexports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.2
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: fieldexports.services.k8s.aws
88
spec:
99
group: services.k8s.aws

generator.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,3 @@ resources:
4848
template_path: hooks/agentruntimeendpoint/sdk_read_one_post_set_output.go.tpl
4949
sdk_update_pre_build_request:
5050
template_path: hooks/agentruntimeendpoint/sdk_update_pre_build_request.go.tpl
51-
exceptions:
52-
errors:
53-
404:
54-
code: AccessDeniedException

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: bedrockagentcorecontrol-chart
33
description: A Helm chart for the ACK service controller for Amazon Bedrock Agent Core Control (Bedrock Agent Core Control)
4-
version: 0.1.0
5-
appVersion: 0.1.0
4+
version: 1.0.0
5+
appVersion: 1.0.0
66
home: https://github.com/aws-controllers-k8s/bedrockagentcorecontrol-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ .Chart.Name }} has been installed.
2-
This chart deploys "public.ecr.aws/aws-controllers-k8s/bedrockagentcorecontrol-controller:0.1.0".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/bedrockagentcorecontrol-controller:1.0.0".
33

44
Check its status by running:
55
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/bedrockagentcorecontrol-controller
7-
tag: 0.1.0
7+
tag: 1.0.0
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

pkg/resource/agent_runtime_endpoint/sdk.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)