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: terraform-google-modules/terraform-google-kubernetes-engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.0.0
Choose a base ref
...
head repository: terraform-google-modules/terraform-google-kubernetes-engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.1.0
Choose a head ref
  • 5 commits
  • 39 files changed
  • 4 contributors

Commits on May 13, 2022

  1. fix: trim trailing dash from gcp SA name (#1243)

    As per noted regexp, the service account name cannot end with a dash.
    
    This can happen when the name is over 30 characters long
    and so a substring is extracted, but the 30th character happens to be a
    dash.
    sbienkow-ninja authored May 13, 2022
    Configuration menu
    Copy the full SHA
    aee12e7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    81686e7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. chore: update ACM docs (#1261)

    * chore: update ACM docs
    
    * add client config
    bharathkkb authored May 20, 2022
    Configuration menu
    Copy the full SHA
    4b7eeb3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. feat: support database encryption and google group rbac for autopilot (

    …#1265)
    
    * feat: database encryption and google rbac for autopilot
    
    * chore: cleanup ordering
    
    * chore: cleanup ordering vars
    
    * chore: more cleanup
    jmymy authored May 24, 2022
    Configuration menu
    Copy the full SHA
    066149d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. chore(master): release 21.1.0 (#1251)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 26, 2022
    Configuration menu
    Copy the full SHA
    4a7e6e4 View commit details
    Browse the repository at this point in the history
Loading