Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cluster.tf): add support to set initial release channel version #1625

Merged
merged 19 commits into from
Jun 2, 2023

Commits on May 1, 2023

  1. feat(cluster.tf): add support for setting initial version when using …

    …release channel
    
    This change adds support for specifying an initial version to use when a release channel is being used.
    The new logic sets the `min_master_version` variable to the value of the
    locally defined `master_version` when `release_channel` is `null` or `"UNSPECIFIED"`.
    When a release channel is specified, `min_master_version` is set to the value of `initial_version`
    if it is defined, and falls back to the value of `master_version` otherwise.
    slimatic committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8a63c2e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 10, 2023

  1. set var.kubernetes_version to latest

    Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
    slimatic and apeabody committed May 10, 2023
    Configuration menu
    Copy the full SHA
    23fcc6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f1612 View commit details
    Browse the repository at this point in the history
  3. chore: add shared variable

    slimatic committed May 10, 2023
    Configuration menu
    Copy the full SHA
    918fada View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    3c8cf6c View commit details
    Browse the repository at this point in the history
  2. fix(example.tf): change source to point to the correct example direct…

    …ory and remove cluster_name_suffix variable
    slimatic committed May 12, 2023
    Configuration menu
    Copy the full SHA
    760cdee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    121a862 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24962a3 View commit details
    Browse the repository at this point in the history
  5. chore(example): update README.md with inputs and outputs table and re…

    …move kubernetes version from title
    slimatic committed May 12, 2023
    Configuration menu
    Copy the full SHA
    102babf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e92dcc View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    70cd9e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f12f85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4868a8c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on May 30, 2023

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

Commits on Jun 1, 2023

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

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    adc58c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    058a478 View commit details
    Browse the repository at this point in the history