Releases: aws-controllers-k8s/code-generator
Releases · aws-controllers-k8s/code-generator
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
v0.17.0
v0.16.5
v0.16.4
- refactoring --image-repository arg so it can be used across cmds (#282) - @acornett21
- dependency updates: ACK runtime v0.16.4 and aws-sdk-go v1.42.0 (#281) - @vijtrip2
- Fix RBAC Role and Service Account names in
build-controller-release.sh
script. (#279) - @a-hilaly - Reference field name updates (#278) - @vijtrip2
- Add storageversion kubebuilder marker in Crossplane pipeline (#280) - @ulucinar
- Make CRD version configurable (#266) - @ulucinar
- Add release image to Kustomization (#277) - @RedbackThomson
- Resources synced variables renames (#276) - @a-hilaly
- Add parameter for service account name to all ackgenerate methods (#270) - @acornett21
v0.16.3
v0.16.2
v0.16.1
v0.16.0
- Create create-release.yml - @vijtrip2
- security hardening of service controllers (#257) - @vijtrip2
- code generation changes for resolving referenced resources (#246) - @vijtrip2
- allow SetFieldConfig.From to refer to nested fields (#255) - @jaypipes
- Delete unit-tests.yaml - @RedbackThomson
- Hardening container (#254) - @philnichol
- Default priorityClassName to blank string (#253) - @philnichol
- Adds helm schema validation (#252) - @philnichol
- fix(group): group redeclared issue fixed (#251) - @haarchri
- allow iterating over a fieldpath's ShapeRefs (#250) - @jaypipes
- Added scheduling parameters to helm template; (#249) - @philnichol
- introduce pkg/fieldpath for processing field paths (#248) - @jaypipes
- Use loadModel instead of loadModelWithLatestAPIVersion for crossplane (#240) - @EdgeJ
- add NAT to initialisms (#245) - @brycahta
- Remove code setting a resource ARN from its spec primary identifier (#243) - @a-hilaly
- Add
UUID
to initialism (#244) - @a-hilaly - changing CSV template to use categories (#242) - @acornett21
- allow different Go types for input/output shapes (#232) - @jaypipes
- Add Bryan Carter to OWNERS - @jaypipes
- Use loadModelWithLatestAPIVersion to load models for crossplane (#237) - @EdgeJ
- Prevent generated types from colliding with Resources (#236) - @AaronME
- making ack-user-config and ack-user-secrets required in the deployment template (#235) - @acornett21