Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

PCT 0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 10:36
· 190 commits to main since this release
d18bd02

Changelog

0b9ce58 (GH-167) Add pct install CLI command
9708925 (GH-167) CHANGELOG entry for pct install
346634d (GH-167) Fix up pct install cmd descriptions
b7a4c05 (GH-167) Move GetDefaultTemplatePath func to utils package
0b279b0 (GH-167) Refactor cmd/install for more testability
0402f33 (GH-167) Remove superfluous file.Close call in Untar
e3421e6 (GH-181) Add --force flag to install
8334996 (GH-181) Template should install to namespace path
07c6adc (GH-182) Add author to template display
3934fb1 (GH-182) Filter templates in list for only latest version
1687a00 (GH-182) Find templates in new install folder structure
464fcb2 (GH-183) Display more useful error for invalid template format
401a58c (GH-183) Update pct new to handle namespaced & versioned templates
a29dc29 (GH-184) Enable install of remote templates
8370e88 (GH-185) Validate a pct-config.yml before building
6e1d7e5 (GH-201) Back out failing acceptance tests until GH-183 complete
b90e85c (GH-201) Cache PCT templates during preExec of pct new
b396789 (GH-201) Rename localTemplateCache -> localTemplatePath
366cfbb (MAINT) Change Mkdir(All)? perms from 750 -> 0750
abf7f34 (MAINT) Emit templates in new
11b668a (MAINT) Fix 0.3.0 CHANGELOG entry
93fe6c2 (MAINT) Refactor FormatTemplates for output
f296f0d (MAINT) Refactor Pct.List not to return error
6a912d8 (MAINT) Update README refs with namespaced tmpl format
7a96b58 (TEMP) Add workaround for old template layout
afe4d57 (maint) Add quick build
f3065f4 (maint) Fix duplicate errors
9854fb2 (maint) Improve pct build unit tests
834d3be (maint) Improve logging in build command
c50ce99 (maint) Return filepath of created archive from gunzip
2085fff (maint) Set tmpdir to be on the same drive as the workspace
632304b (maint) Workaround for List
e332cf7 Bump github.com/json-iterator/go from 1.1.11 to 1.1.12
ab6f949 Bump github.com/rs/zerolog from 1.23.0 to 1.24.0
b32aa3d Bump github.com/rs/zerolog from 1.24.0 to 1.25.0
ce6db00 Fix build.ps1 for windows
5cfece9 Merge pull request #179 from sanfrancrisko/GH-167/main/pct_install_cli
bbd813f Merge pull request #188 from puppetlabs/maint/main/changelog_0_3_0_entry
49afee1 Merge pull request #194 from da-ar/GH-185/main/add-config-check
5553925 Merge pull request #195 from sanfrancrisko/maint/main/fix_fileperm_lint_errors
3bef39a Merge pull request #196 from michaeltlombardi/gh-182/main/handle-versioned-templates
b62e89c Merge pull request #197 from da-ar/GH-181/main/install-location
f6a3925 Merge pull request #198 from puppetlabs/dependabot/go_modules/github.com/rs/zerolog-1.24.0
0bc3e4d Merge pull request #199 from michaeltlombardi/gh-181/main/find-new-layout
4070f5d Merge pull request #202 from sanfrancrisko/GH-201/main/template_caching
a8ccc6c Merge pull request #203 from michaeltlombardi/gh-184/main/install-remote-targz
09b047f Merge pull request #204 from sanfrancrisko/GH-183/main/pct_new_namespaced_tmpls
e1c86dc Merge pull request #205 from puppetlabs/dependabot/go_modules/github.com/rs/zerolog-1.25.0
4629ae3 Merge pull request #207 from puppetlabs/dependabot/go_modules/github.com/json-iterator/go-1.1.12
d18bd02 Merge pull request #211 from sanfrancrisko/maint/main/release_prep_0_4_0
447eec9 Update CHANGELOG for 0.4.0