Skip to content

Update Workflow for existing clusters #16

Merged
merged 29 commits into from
Apr 21, 2026
Merged

Update Workflow for existing clusters #16

merged 29 commits into from
Apr 21, 2026

Commits on Dec 17, 2025

  1. create new cluster to test

    morga471 committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    78ba3bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbfc11f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

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

Commits on Mar 11, 2026

  1. Configuration menu
    Copy the full SHA
    8ba0a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d58dd54 View commit details
    Browse the repository at this point in the history
  3. Rename adsd tools (#15)

    * rename cluster in convo with customer
    
    * create cluster in csvd-common for testing
    morga471 committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    cb824b6 View commit details
    Browse the repository at this point in the history
  4. update cluster workflow

    morga471 committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    99b148d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    4563344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a32f1d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4699883 View commit details
    Browse the repository at this point in the history
  4. rename to match

    morga471 committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    9cce608 View commit details
    Browse the repository at this point in the history
  5. fmt

    morga471 committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    7864b9d View commit details
    Browse the repository at this point in the history
  6. self ref doesn't work

    morga471 committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    58134ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58fe8cd View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. Configuration menu
    Copy the full SHA
    f6d60ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216ff5a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. complete update workflow

    morga471 committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    b426872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e2f9cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d6f88d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    b6c3b24 View commit details
    Browse the repository at this point in the history
  2. remove cruft

    morga471 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    73dbb0d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. more tags

    morga471 committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    9c0b6e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. update tags

    morga471 committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    d9ec74a View commit details
    Browse the repository at this point in the history
  2. update tag handling and gen

    morga471 committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    6d39cfa View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Merge remote-tracking branch 'origin/main' into pr-16

    # Conflicts:
    #	locals.tf
    #	main.tf
    #	templates/common-variables.hcl.tf.tpl
    #	templates/default-versions.hcl.tf.tpl
    Dave Arnold committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    809e9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b33f6e View commit details
    Browse the repository at this point in the history
  3. fix: point module source to CSVD/terraform-github-repo main (feat/fil…

    …es-branch-source-branch merged)
    Dave Arnold committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    269d9f3 View commit details
    Browse the repository at this point in the history
  4. refactor: replace template-eks-cluster remote sync with local templat…

    …es/eks-modules
    
    Remove the data.github_repository_file / data.github_tree approach that read
    cluster-level terragrunt files from the template-eks-cluster repo at runtime.
    All HCL templates are now managed locally in templates/eks-modules/ inside this
    module repo, consistent with the ADR merged in #18.
    
    Changes:
    - Remove effective_template_enabled_modules and template_cluster_sync_files locals
    - Remove data.github_repository_file.template_cluster_files data source
    - Remove template_repo_name, template_repo_ref, template_cluster_file_paths variables
    - Move effective_template_enabled_modules into the eks_module_files locals block
      and apply enablement filter directly to the fileset loop
    - Update desired_managed_files_by_path to use local.eks_module_files
    - Update template_enabled_modules variable description to reflect local template usage
    Dave Arnold committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    33ea489 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5993c21 View commit details
    Browse the repository at this point in the history