Releases: aws-controllers-k8s/code-generator
Releases · aws-controllers-k8s/code-generator
v0.19.0
What's Changed
- Refactor model package to use
Config
accessors by @brycahta in #325 - Additional nil checks during reference resolution by @vijtrip2 in #326
- Align naming and return types for accessors in config package by @brycahta in #327
- Refactor LateInitialize using
FieldConfig
Getters by @brycahta in #328 - Add a new generator config to append a
Synced
printer column by @a-hilaly in #329 - Add initialisms contained within ACM PCA by @RedbackThomson in #322
- Add SRIOV and RAM to initialisms by @brycahta in #330
- update RAM initialism by @brycahta in #331
- add ServicePackageName to ack-user-config and ack-user secrets by @acornett21 in #311
- Add support for references within lists of structs by @RedbackThomson in #332
- updating to the latest version of operator sdk by @acornett21 in #334
- Align EC2 testdata models with
go.mod
by @brycahta in #333 - Add SQS to initialisms by @a-hilaly in #336
- Support 'list' type in
output_wrapper_field_path
by @brycahta in #337 - Crossplane's provider-aws has moved to the crossplane-contrib org by @negz in #338
- update for default resource tags by @vijtrip2 in #335
- Add helper function so go template can create slice by @brucegucode in #339
- initialize existing tags inside rm.EnsureTags by @vijtrip2 in #340
New Contributors
- @brucegucode made their first contribution in #339
Full Changelog: v0.18.4...v0.19.0
v0.18.4
v0.18.3
What's Changed
- Fix Spec field length by @nmvk in #310
- Set Terminal Condition if ACK Terminal Error by @nmvk in #318
- Update runtime to
v0.18.2
by @RedbackThomson in #319 - Update runtime to
v0.18.3
by @RedbackThomson in #320
Full Changelog: v0.18.2...v0.18.3
v0.18.2
What's Changed
- updating olm kustomize to remove default values from env by @acornett21 in #315
- Remove patch version from Dockerfile Golang base by @RedbackThomson in #316
- Support for nested resource references by @vijtrip2 in #314
- Remove hardcoded version in Makefile by @RedbackThomson in #317
Full Changelog: v0.18.1...v0.18.2
v0.18.1
What's Changed
Full Changelog: v0.18.0...v0.18.1
v0.18.0
What's Changed
- Add
make
targets for local builds by @RedbackThomson in #297 - BugFix: fixes duplicate import inside references.go by @vijtrip2 in #301
- Add cross controller referenced resources to scheme by @vijtrip2 in #302
- Fix reference import templating by @RedbackThomson in #303
- Consider renaming when trying to find pluralized identifier shapes by @a-hilaly in #304
- Add missing Kustomize env vars by @RedbackThomson in #306
- Nil check for IsSync by @nmvk in #308
- adding operator-sdk to the code-generator /bin folder by @acornett21 in #305
- Add RBAC permissions for FieldExport by @RedbackThomson in #307
- Generate
Region()
method forresourceIdentifiers
by @a-hilaly in #309 - ACK runtime upgrade v0.17.2 => v0.18.0 by @a-hilaly in #312
Full Changelog: v0.17.2...v0.18.0
v0.17.2
v0.17.1
- ACK runtime upgrade v0.17.0 => v0.17.1 (#298) - @vijtrip2
- Resolve references hooks (#294) - @vijtrip2
- Field Config Fixes for Code Generator (#295) - @nmvk
- allow resource references across service controllers (#288) - @vijtrip2
- Use
SetConfig
inSetResourceForStruct
when target shape has no members (#292) - @brycahta