Skip to content
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

Update to ACK runtime v0.43.0, code-generator v0.43.1 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ack_generate_info:
build_date: "2025-02-18T00:02:41Z"
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
go_version: go1.23.6
version: v0.43.0
api_directory_checksum: dce3b3d892f7d14bb0c6346e782b1a284bd92856
build_date: "2025-02-19T23:17:53Z"
build_hash: 8b426c490ff1984d8ce5577e11d6dabe1b6373b8
go_version: go1.24.0
version: v0.43.1
api_directory_checksum: 973116c1251721e6ae7639c74b5603f6a0e09e27
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
5 changes: 4 additions & 1 deletion apis/v1alpha1/repository.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/ecrpublic-controller
newTag: 1.0.5
newTag: 1.0.6
12 changes: 1 addition & 11 deletions config/crd/bases/ecrpublic.services.k8s.aws_repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,8 @@ spec:
An object representing a repository.
properties:
name:
description: |-
The name to use for the repository. This appears publicly in the Amazon ECR
Public Gallery. The repository name can be specified on its own (for example
nginx-web-app) or prepended with a namespace to group the repository into
a category (for example project-a/nginx-web-app).
type: string
tags:
description: |-
The metadata that you apply to each repository to help categorize and organize
your repositories. Each tag consists of a key and an optional value. You
define both of them. Tag keys can have a maximum character length of 128
characters, and tag values can have a maximum length of 256 characters.
items:
description: |-
The metadata that you apply to a resource to help you categorize and organize
Expand Down Expand Up @@ -105,7 +95,7 @@ spec:
type: object
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
Expand Down
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: ecrpublic-chart
description: A Helm chart for the ACK service controller for Amazon Elastic Container Registry Public (ECR Public)
version: 1.0.5
appVersion: 1.0.5
version: 1.0.6
appVersion: 1.0.6
home: https://github.com/aws-controllers-k8s/ecrpublic-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
12 changes: 1 addition & 11 deletions helm/crds/ecrpublic.services.k8s.aws_repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,8 @@ spec:
An object representing a repository.
properties:
name:
description: |-
The name to use for the repository. This appears publicly in the Amazon ECR
Public Gallery. The repository name can be specified on its own (for example
nginx-web-app) or prepended with a namespace to group the repository into
a category (for example project-a/nginx-web-app).
type: string
tags:
description: |-
The metadata that you apply to each repository to help categorize and organize
your repositories. Each tag consists of a key and an optional value. You
define both of them. Tag keys can have a maximum character length of 128
characters, and tag values can have a maximum length of 256 characters.
items:
description: |-
The metadata that you apply to a resource to help you categorize and organize
Expand Down Expand Up @@ -105,7 +95,7 @@ spec:
type: object
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
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/ecrpublic-controller:1.0.5".
This chart deploys "public.ecr.aws/aws-controllers-k8s/ecrpublic-controller:1.0.6".

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/ecrpublic-controller
tag: 1.0.5
tag: 1.0.6
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
12 changes: 0 additions & 12 deletions pkg/resource/repository/sdk.go

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