Skip to content

Commit 0351f31

Browse files
authored
Update to ACK runtime v0.57.0, code-generator v0.57.0 (#344)
### Update to ACK runtime `v0.57.0`, code-generator `v0.57.0` ---------- * ACK code-generator `v0.57.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.57.0) * ACK runtime `v0.57.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.57.0) ---------- NOTE: This PR increments the release version of service controller from `v1.7.0` to `v1.7.1` Once this PR is merged, release `v1.7.1` will be automatically created for `sagemaker-controller` **Please close this PR, if you do not want the new patch release for `sagemaker-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building sagemaker-controller ==== Copying common custom resource definitions into sagemaker Building Kubernetes API objects for sagemaker Generating deepcopy code for sagemaker Generating custom resource definitions for sagemaker Building service controller for sagemaker Running GO mod tidy Generating RBAC manifests for sagemaker Running gofmt against generated code for sagemaker Updating additional GitHub repository maintenance files ==== building sagemaker-controller release artifacts ==== Building release artifacts for sagemaker-v1.7.1 Generating common custom resource definitions Generating custom resource definitions for sagemaker Generating RBAC manifests for sagemaker ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c2a9e1a commit 0351f31

File tree

35 files changed

+92
-126
lines changed

35 files changed

+92
-126
lines changed

OWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
approvers:
44
- core-ack-team
55
reviewers:
6-
- sagemaker-ack-team
6+
- sagemaker-ack-team

OWNERS_ALIASES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ aliases:
55
- a-hilaly
66
- jlbutler
77
- michaelhtm
8-
- rushmash91
98
- knottnt
109
# emeritus-core-ack-team:
10+
# - rushmash91
1111
# - TiberiuGC
1212
# - jaypipes
1313
# - jljaco
@@ -18,4 +18,4 @@ aliases:
1818
sagemaker-ack-team:
1919
- ryansteakley
2020
- ananth102
21-
- sirutBuasai
21+
- sirutBuasai

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ack_generate_info:
2-
build_date: "2025-12-19T21:42:33Z"
3-
build_hash: 43713d4546b29b09ac85cbb3da854425045237bd
2+
build_date: "2026-01-07T18:15:27Z"
3+
build_hash: e743d683160cf0f58a4864e052cdcb0927335ca7
44
go_version: go1.25.5
5-
version: v0.56.0-4-g43713d4
5+
version: v0.57.0
66
api_directory_checksum: c4e5b363f35aec7f0c52278a9b963e41bb4a5fd5
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.39.2

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/sagemaker-controller
9-
newTag: 1.7.0
9+
newTag: 1.7.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
toolchain go1.24.1
66

77
require (
8-
github.com/aws-controllers-k8s/runtime v0.56.0
8+
github.com/aws-controllers-k8s/runtime v0.57.0
99
github.com/aws/aws-sdk-go v1.55.6
1010
github.com/aws/aws-sdk-go-v2 v1.39.2
1111
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.215.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/aws-controllers-k8s/runtime v0.56.0 h1:xT03K82QkY7EpdUDhVKvDY7hLddA+XnKY0xDAePALhM=
2-
github.com/aws-controllers-k8s/runtime v0.56.0/go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc=
1+
github.com/aws-controllers-k8s/runtime v0.57.0 h1:cFyQtKX5n7m+soh6uVT64B1+SvmGgHfx2pyX39sXsbA=
2+
github.com/aws-controllers-k8s/runtime v0.57.0/go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc=
33
github.com/aws/aws-sdk-go v1.55.6 h1:cSg4pvZ3m8dgYcgqB97MrcdjUmZ1BeMYKUxMMB89IPk=
44
github.com/aws/aws-sdk-go v1.55.6/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
55
github.com/aws/aws-sdk-go-v2 v1.39.2 h1:EJLg8IdbzgeD7xgvZ+I8M1e0fL0ptn/M47lianzth0I=

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: sagemaker-chart
33
description: A Helm chart for the ACK service controller for Amazon SageMaker (SageMaker)
4-
version: 1.7.0
5-
appVersion: 1.7.0
4+
version: 1.7.1
5+
appVersion: 1.7.1
66
home: https://github.com/aws-controllers-k8s/sagemaker-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/sagemaker-controller:1.7.0".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/sagemaker-controller:1.7.1".
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/sagemaker-controller
7-
tag: 1.7.0
7+
tag: 1.7.1
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

pkg/resource/app/delta.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)