Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-controllers-k8s/code-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.41.0
Choose a base ref
...
head repository: aws-controllers-k8s/code-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.42.0
Choose a head ref
  • 2 commits
  • 211 files changed
  • 1 contributor

Commits on Feb 5, 2025

  1. Migrate ACK to AWS SDK GO V2 (#564)

    Description of changes:
    Since `aws-sdk-go` will no longer be maintained after 07/31/2024.
    With this PR, we will be using the aws-sdk-go-v2 API models to generate
    our controllers.
    The changes are:
    * Introduced an apiv2 package that loads the V2 models into the API structure
    * Change how we set the resource and sdk, since most fields in V2 are now non-pointers
    * Add V2 model files for unit tests
    * Modify Unit test against these changes
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    michaelhtm authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    171d6a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Pin ACK runtime to v0.42.0 (#567)

    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    michaelhtm authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    8762917 View commit details
    Browse the repository at this point in the history
Loading