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: main
Choose a base ref
...
head repository: ninech/terraform-google-kubernetes-engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nine-v22
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 38 files changed
  • 3 contributors

Commits on Jul 13, 2022

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

Commits on Apr 26, 2023

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

Commits on Oct 19, 2023

  1. add GPU sharing config field

    The Google provider requires the gpu_sharing_config field
    thirdeyenick committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5725bbc View commit details
    Browse the repository at this point in the history
  2. drop support for gpu_sharing_config

    Implementing a GPU sharing config was postponed for now. We will always send an empty config to make the provider happy.
    thirdeyenick committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    60d6d8b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    1e250ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from ninech/beta-apis

    feat: add enable_k8s_beta_apis var
    ctrox authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e696711 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. feat: allow GCP provider v5

    ctrox committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3a9c5ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from ninech/google-v5

    feat: allow GCP provider v5
    ctrox authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4447fef View commit details
    Browse the repository at this point in the history
  3. feat: remove enable_binary_authorization

    This has been removed in the v5 provider and we never made use of it.
    ctrox committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    17b24cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from ninech/remove-bin-auth

    feat: remove enable_binary_authorization
    ctrox authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    86b7117 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. add deletion protection variable

    The new TF Google provider added a deletion_protection feature for GKE clusters. Without setting it to `false` clusters can not be deleted anymore.
    thirdeyenick committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a9e50ec View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    154e7f1 View commit details
    Browse the repository at this point in the history
Loading