Skip to content

Commit 6131cec

Browse files
committed
SDK V2 migration
1 parent 9ecd132 commit 6131cec

16 files changed

+32
-36
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-02-05T01:21:18Z"
3-
build_hash: d2d639403dd853736e63c2bc1e3ca51251fd1bd1
2+
build_date: "2025-02-05T18:59:23Z"
3+
build_hash: 509a9991d926c6e13b5f02566443e79ebe994e17
44
go_version: go1.23.5
5-
version: v0.41.0-16-gd2d6394-dirty
6-
api_directory_checksum: f92fabc4196e5adeb12c78c511bc47a4aaa2c8b7
5+
version: v0.41.0-18-g509a999
6+
api_directory_checksum: 33d855094d33962a32287bf6f5a0d60da79b4800
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: fce776bda904fed9855b0824f61366dbdfbf60c3
10+
file_checksum: 7e92f95044b114e8b39e4b28ea82afbdc992a3cb
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ignore:
2626
- CreateFunctionUrlConfigOutput.InvokeMode
2727
- PublishVersionOutput.LoggingConfig
2828
- PublishVersionOutput.RuntimeVersionConfig
29-
- PublishVersionOutput.VpcConfig.Ipv6AllowedForDualStack
29+
- VpcConfig.Ipv6AllowedForDualStack
3030
operations:
3131
GetFunction:
3232
output_wrapper_field_path: Configuration

apis/v1alpha1/types.go

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

apis/v1alpha1/zz_generated.deepcopy.go

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

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/lambda-controller
9-
newTag: 1.5.5
9+
newTag: 1.0.3

config/crd/bases/lambda.services.k8s.aws_functions.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@ spec:
361361
For more information, see Configuring a Lambda function to access resources
362362
in a VPC (https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html).
363363
properties:
364-
ipv6AllowedForDualStack:
365-
type: boolean
366364
securityGroupIDs:
367365
items:
368366
type: string

config/crd/bases/lambda.services.k8s.aws_versions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ spec:
433433
vpcConfig:
434434
description: The function's networking configuration.
435435
properties:
436+
ipv6AllowedForDualStack:
437+
type: boolean
436438
securityGroupIDs:
437439
items:
438440
type: string

generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ignore:
2626
- CreateFunctionUrlConfigOutput.InvokeMode
2727
- PublishVersionOutput.LoggingConfig
2828
- PublishVersionOutput.RuntimeVersionConfig
29-
- PublishVersionOutput.VpcConfig.Ipv6AllowedForDualStack
29+
- VpcConfig.Ipv6AllowedForDualStack
3030
operations:
3131
GetFunction:
3232
output_wrapper_field_path: Configuration

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: lambda-chart
33
description: A Helm chart for the ACK service controller for AWS Lambda (Lambda)
4-
version: 1.5.5
5-
appVersion: 1.5.5
4+
version: 1.0.3
5+
appVersion: 1.0.3
66
home: https://github.com/aws-controllers-k8s/lambda-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/crds/lambda.services.k8s.aws_functions.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@ spec:
361361
For more information, see Configuring a Lambda function to access resources
362362
in a VPC (https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html).
363363
properties:
364-
ipv6AllowedForDualStack:
365-
type: boolean
366364
securityGroupIDs:
367365
items:
368366
type: string

0 commit comments

Comments
 (0)