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: 959eaa5
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: f8f9856
Choose a head ref
  • 9 commits
  • 12 files changed
  • 2 contributors

Commits on Aug 16, 2024

  1. Unit test functionality used for WAFv2 controller (#543)

    Issue #, if available:
    
    Description of changes:
    New unit tests cover code-gen bugfixes and improvements, pre-requisites for WAFv2 controller:
    - #539
    - #538
    - #536
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    TiberiuGC authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c213881 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Pin ACK PKG to v0.0.15 (#545)

    Issue #, if available:
    
    Description of changes:
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    TiberiuGC authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c30e068 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    8213a7d View commit details
    Browse the repository at this point in the history
  2. Add roleARN parameter to ManagerFor in resource manager factory

    This commits upadtes the ManagerFor function generator in the
    resource manager factory to include the roleARN. The change also
    includes:
    - Updated `ManagerFor` function signature
    - Modified the rmId generation to incorporate `roleARN`, creating
      a unique identifier for each account/region/roleARN combination.
    - Update fake resource manager to match the new function signature
    a-hilaly committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3d9d15e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #540 from a-hilaly/rm-rolearn

    Add `roleARN` parameter to ManagerFor in resource manager factory
    TiberiuGC authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3385813 View commit details
    Browse the repository at this point in the history
  4. Update CARM feature gates in Helm values template

    This patchh updates the feature gates configuration in the Helm values
    template:
    
    - Removes the `CARMv2` feature gate
    - Adds two new feature gates:
      - `ServiceLevelCARM`: Enables Service level granularity for CARM
      - `TeamLevelCARM`: Enables Team level granularity for CARM
    
    Both new feature gates are set to `false` by default.
    
    See aws-controllers-k8s/community#2031 for more
    information on these CARM granularity levels.
    a-hilaly committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    506b3ba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #544 from TiberiuGC/feature/allow-cyclic-references

    Allow skipping state validations for resources that support cyclic references
    TiberiuGC authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0e5ae97 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #546 from a-hilaly/helm-feature-gates

    Update `CARM` feature gates in Helm values template
    TiberiuGC authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d22f9eb View commit details
    Browse the repository at this point in the history
  7. Pin runtime to v0.38.0 (#547)

    Issue #, if available:
    
    Description of changes:
    
    By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    TiberiuGC authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f8f9856 View commit details
    Browse the repository at this point in the history
Loading