Skip to content

Releases: xorpaul/g10k

v0.9.9

08 Feb 11:56
fc83c96
Compare
Choose a tag to compare
  • fix error when the same branch name is used in different g10k sources #222

v0.9.8

25 May 13:02
6e075ed
Compare
Choose a tag to compare
  • add support for NO_PROXY environment variable, which disables http(s) proxy for git module interaction, #217

v0.9.7

01 Feb 10:14
8d600b8
Compare
Choose a tag to compare
  • fix non-branch references when using -clonegit, fixes #213, #214

v0.9.6

19 Jan 12:33
01fbdf0
Compare
Choose a tag to compare
  • remove debug output from filter_command #211
  • remove LIBC dependency by adjusting build_release.sh script #211

v0.9.5

01 Dec 17:21
766ab35
Compare
Choose a tag to compare
  • 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

18 Nov 17:21
Compare
Choose a tag to compare

v0.9.3

23 Jun 11:04
864a119
Compare
Choose a tag to compare
  • 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

25 May 15:41
5a7d7dd
Compare
Choose a tag to compare
  • 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

25 May 15:35
Compare
Choose a tag to compare
  • 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

25 May 14:43
4df80ea
Compare
Choose a tag to compare
  • 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