Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
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: carlpett/tfz53
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stackitcloud/tfzstackit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 385 files changed
  • 7 contributors

Commits on Apr 6, 2024

  1. port to stackit dns

    Simon Stier
    Simon Stier committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    fa9a2be View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. add required dns_name parameter

    Simon Stier
    Simon Stier committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e451fff View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. rename to tfzstackit

    Simon Stier
    Simon Stier committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1bc24aa View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Add SECURITY.md

    Simon Stier
    Simon Stier authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    471f7e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. we do not use dep as dependency manager

    Niklas Burchhardt
    Niklas Burchhardt committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    7d5f906 View commit details
    Browse the repository at this point in the history
  2. remove vendor directory

    vendoring should not be needed anymore
    Niklas Burchhardt
    Niklas Burchhardt committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    729426f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. Modernize: fix sanitize bug, update deps, drop release tooling

    - Sanitize: fix off-by-one in sanitizeRecordName so '[', '\\', ']',
     '^', '`' are properly replaced with '_' (uppercase range used
     'z' instead of 'Z'). Add covering test case. Replace deprecated
     io/ioutil with os.ReadFile in tests.
    - Modules: add 'go 1.26' directive, bump miekg/dns 1.0.8 -> 1.1.72
     (migrate from deprecated dns.ParseZone channel API to
     dns.NewZoneParser), bump golang.org/x/net and google/go-cmp to
     current releases.
    - Module path: rename github.com/Slm0n87/tfzstackit ->
     github.com/stackitcloud/tfzstackit to match git remote. Update
     README build instructions accordingly.
    - Cleanup: remove Makefile, .circleci/, build-info ldflags vars
     and -version flag (tool is run locally; no release pipeline
     needed). Drop binaries/ from .gitignore, add .idea/.
    spossner authored and slm0n87 committed May 8, 2026
    Configuration menu
    Copy the full SHA
    ea12920 View commit details
    Browse the repository at this point in the history
  2. exclude created tf files

    spossner authored and slm0n87 committed May 8, 2026
    Configuration menu
    Copy the full SHA
    370863e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fe4fdb View commit details
    Browse the repository at this point in the history
  4. Add CI pipeline

    - add test job to lint/test/build/run
    - add PR templates
    - add semgrep
    - add contribution doc
    - add dependabot
    - add symantic-prs
    slm0n87 committed May 8, 2026
    Configuration menu
    Copy the full SHA
    fc6ee82 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. add gitleaks credential scanner to actions

    Niklas Burchhardt
    Niklas Burchhardt committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    7dd0baf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from stackitcloud/feat/add-gitleaks

    feat(ci): add gitleaks credential scanner to actions
    nburchha authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    5678e10 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. Configuration menu
    Copy the full SHA
    d53f8bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from stackitcloud/chore/update-dependencies

    chore: update dependencies and fix releaser
    ondbeh authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    576368f View commit details
    Browse the repository at this point in the history
Loading