Releases: xorpaul/g10k
Releases · xorpaul/g10k
v0.8.17
v0.8.16
- update go modules, including tidwall/gjson fixing CVE-2020-36066 and CVE-2020-35380
v0.8.15
v0.8.14
v0.8.13
v0.8.12
- add branch filtering with filter_command and filter_regex in g10k config, fixes #166
- treat purge_whitelist as globs, not fixed filenames, fixes #169 (thanks to @raphink)
- add git_dir and git_url fields .g10k-deploy.json, fixes #170 (again thanks to @raphink)
- add error_if_branch_is_missing g10k config setting to error out if the specified branch does not exists, fixes #160
v0.8.11
v0.8.10
v0.8.9
v0.8.8
- add improved output where the unresolveable Forge or Git module is referenced
$ ./g10k -config tests/failingEnvForge.yaml
Resolving Forge modules (1/2) 0s [=================================>----------------------------------] 50%
Received 404 from Forge using URL https://forgeapi.puppetlabs.com/v3/files/puppetlabs-stdlib-0.0.1.tar.gz
Check if the module name 'puppetlabs-stdlib' and version '0.0.1' really exist
Used in Puppet environment 'failforge_failing_branch_forge'
$ ./g10k -config tests/failingEnvGit.yaml
Resolving Git modules (0/1) --- [--------------------------------------------------------------------] 0%
Failed to resolve git module 'testmodule' with repository https://github.com/xorpaul/g10k_testmodule.git and branch/reference 'nonexisting' used in control repository branch 'failing_branch_git' or Puppet environment 'failgit_failing_branch_git'