G10k Versions Save

my r10k fork in Go

v0.9.9

3 months ago
  • fix error when the same branch name is used in different g10k sources #222

v0.9.8

1 year ago
  • add support for NO_PROXY environment variable, which disables http(s) proxy for git module interaction, #217

v0.9.7

1 year ago
  • fix non-branch references when using -clonegit, fixes #213, #214

v0.9.6

1 year ago
  • remove debug output from filter_command #211
  • remove LIBC dependency by adjusting build_release.sh script #211

v0.9.5

1 year ago
  • create releases for ARM Apple Silicon, thanks to @roock #201
  • fix default module dir not being overridden by -moduledir parameter, thanks to @mmolnar #208
  • cache forge modules under its own cache directory in puppetfile mode, thanks to @mmolnar #207
  • support clone puppetfile with new -clonegit parameter, fixes #203 #210
  • disable cgo, so that we don't depend on the LIBC version of the build system anymore #210

v0.9.4

1 year ago

v0.9.3

1 year ago
  • remove stale detection and simply delete control repo if it changes or the previous run was unsuccessful, while still preserving the moduledir, so that not all modules need to be repopulated again, see #199 for details

v0.9.2

2 years ago
  • REMINDER BREAKING: rename rename purge_whitelist to purge_allowlist and purge_blacklist to purge_skiplist, #196
  • BUGFIX: really fix unintended .resource_types purge #198

v0.9.1

2 years ago
  • REMINDER BREAKING: rename rename purge_whitelist to purge_allowlist and purge_blacklist to purge_skiplist, #196
  • BUGFIX: really fix unintended .resource_types purge #198

v0.9.0

2 years ago
  • BREAKING: rename purge_whitelist to purge_allowlist and purge_blacklist to purge_skiplist in g10k config, #196
deploy:
  purge_levels: [ 'deployment', 'environment', 'puppetfile' ]
  purge_allowlist: [ '.latest_revision', '.resource_types', '.resource_types/*.pp' ]
  purge_skiplist:
    - "spec"
    - "doc"
    - "docs"
    - "test"
    - "tests"
    - "examples"
    - "readmes"
  • BUGFIX: fix unintended .resource_types purge, because it was checked in the wrong section, #196
  • BUGFIX: detect git remote url changes for control repo, fixes #185, #197