Skip to content

Commit af1415c

Browse files
Update to ACK runtime v0.8.0 (#26)
Update to ACK runtime `v0.8.0`
1 parent a544e43 commit af1415c

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ack_generate_info:
2-
build_date: "2021-08-02T16:52:48Z"
3-
build_hash: 585a17697d1c469f01f391e88ec80de450a65e9a
2+
build_date: "2021-08-02T22:37:09Z"
3+
build_hash: 8b9ae5dfab674f9d759bf6ccb1aef88bc91f2e4f
44
go_version: go1.15.6 linux/amd64
5-
version: v0.7.0
5+
version: v0.8.0
66
api_directory_checksum: f3302d83fa5db4156550a01a1d76ba8e3509386b
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.37.4
@@ -11,4 +11,4 @@ generator_config_info:
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation
14-
timestamp: 2021-08-02 16:52:53.891744641 +0000 UTC
14+
timestamp: 2021-08-02 22:37:14.876628418 +0000 UTC

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/s3-controller
33
go 1.14
44

55
require (
6-
github.com/aws-controllers-k8s/runtime v0.7.1
6+
github.com/aws-controllers-k8s/runtime v0.8.0
77
github.com/aws/aws-sdk-go v1.37.4
88
github.com/go-logr/logr v0.1.0
99
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ github.com/aws-controllers-k8s/runtime v0.1.2 h1:prqFY6tlmgsGMZizHvHqDqT1zECRqll
2727
github.com/aws-controllers-k8s/runtime v0.1.2/go.mod h1:xA2F18PJerBHaqrS4de1lpP7skeSMeStkmh+3x5sWvw=
2828
github.com/aws-controllers-k8s/runtime v0.7.1 h1:iA7x1EBVRffg9aI7vhshWXLYkrd0ySw0qDmGG/10FFg=
2929
github.com/aws-controllers-k8s/runtime v0.7.1/go.mod h1:xA2F18PJerBHaqrS4de1lpP7skeSMeStkmh+3x5sWvw=
30+
github.com/aws-controllers-k8s/runtime v0.8.0 h1:zVlcHsZ1UkzZQ3467l1h9xiC8YHirWFbAou2VbFku58=
31+
github.com/aws-controllers-k8s/runtime v0.8.0/go.mod h1:xA2F18PJerBHaqrS4de1lpP7skeSMeStkmh+3x5sWvw=
3032
github.com/aws/aws-sdk-go v1.37.4 h1:tWxrpMK/oRSXVnjUzhGeCWLR00fW0WF4V4sycYPPrJ8=
3133
github.com/aws/aws-sdk-go v1.37.4/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
3234
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=

pkg/resource/bucket/descriptor.go

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

0 commit comments

Comments
 (0)