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

Releases: puppetlabs-toy-chest/pct

PCT 0.5.0

28 Oct 15:41
d365a90
Compare
Choose a tag to compare

Changelog

f497dc9 (GH-136) Add Clone Template Functionality
682eee4 (GH-222) Add Honeycomb/OpenTelemetry to PCT
d2b4ba2 (GH-223) Implement UUID for telemetry
2c3cba9 (GH-224) Add command tracing
65e89d0 (GH-224) Propagate tracing to all commands
30badb5 (GH-225) Add error instrumentation
16e557d (GH-243) Add Secure Command Execution Utility Function
de318da (GH-252) Update README GIFs for namespacing
82d39bc (GH-258) Remove calls to Github API for packages
fffa365 (MAINT) Add 0.5.0 heading in CHANGELOG
f330933 (MAINT) Add RELEASE.md
e7ad218 (MAINT) Add changelog entry for GH-223
6dcffc1 (MAINT) Add debug launcher for pct new --list
c15d2f9 (MAINT) Add installation acceptance tests
efe066f (MAINT) Add notel options to install.(ps1|sh)
0b7f7f9 (MAINT) Adding .idea dir to .gitignore
65389c3 (MAINT) Change indent style to tab
3bf5450 (MAINT) Ensure release/acceptance builds include telemetry
a1f71be (MAINT) Fix README composition examples
d84b725 (MAINT) Fix .goreleaser.yml to generate PCT + PCT_NOTEL archives
f0a22bd (MAINT) Fix install.sh checksum calc to handle notel pkg sums
a5b2466 (MAINT) Fix typo in installation.yml
c308ef8 (MAINT) Improve robustness of install.sh
8f537af (MAINT) Refactor telemetry to pass root span name
3385d89 (MAINT) Refactor telemetry to reduce duplication
8217254 (MAINT) Release prep 0.5.0
01f6443 (MAINT) Standardize telemetry intialization
d7f92a6 (MAINT) Update Open Telemetry to v1.0.1
a415436 Bump github.com/spf13/viper from 1.8.1 to 1.9.0
a9757e8 Fix CHANGELOG.md typos (#255)
275c1e6 Merge pull request #219 from petergmurphy/maint/main/fix_README_V2
609aaf4 Merge pull request #220 from puppetlabs/dependabot/go_modules/github.com/spf13/viper-1.9.0
b5780d9 Merge pull request #234 from michaeltlombardi/gh-222/main/add-honeycomb-telemetry
8a3badd Merge pull request #239 from michaeltlombardi/gh-223/main/add-machine-uuid-telemetry
31d37c2 Merge pull request #244 from puppetlabs/gh-224/main/add-command-tracing
72ee413 Merge pull request #247 from puppetlabs/gh-225/main/refactor-telemetry
f8888ae Merge pull request #249 from puppetlabs/gh-136/main/install_template_from_git_repo
f164a5e Merge pull request #253 from puppetlabs/gh-252/main/update-readme-gifs
74efb41 Merge pull request #256 from puppetlabs/maint/main/release_prep_0_5_0
915eb58 Merge pull request #261 from puppetlabs/maint/main/fix_goreleaser
d365a90 Merge pull request #262 from puppetlabs/maint/main/fix_changelog_0_5_0

PCT 0.4.0

17 Sep 10:36
d18bd02
Compare
Choose a tag to compare

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

PCT 0.3.0

20 Aug 16:14
e8b0355
Compare
Choose a tag to compare

Changelog

82cebf6 (GH-137) Add TAR and GZIP utility functions
3df4b83 (GH-139) Fix version command release output
61c2a59 (GH-144) Add testutils.GetTmpDir helper function
1a45a30 (GH-144) Organise acceptance tests in to separate dirs
56ef9de (GH-144) Redirect pct build to PCT template build helper
c0010fe (GH-144) Remove module root detection code
607d3d8 (GH-145) Add ability to tar.gz a given template
8eb59eb (GH-171) Update CHANGELOG for 0.3.0
cc26385 (GH-172) Removal of PDKShell
277df0c (GH-93) Implement pct install method
3a2ad3d (MAINT) Add GH-144 entry to CHANGELOG
00fa0de (maint) Add pct build docs to readme
a6eea92 (maint) Break out utilsHelper to own file
53a939b (maint) Create codeql-analysis.yml
7d75364 (maint) Create dependabot.yml
0a06485 (maint) Large refactor of internal/pkg to support unit testing
94977fe (maint) Refactor new build cli
bb3cc51 (maint) Update CHANGELOG for 0.2.0
293d15d (maint) remove io_utils
a38b5b0 (maint) update root command reference to PDK
a348cca (maint) update version command reference to PDK
ec1ac62 Bump github.com/json-iterator/go from 1.1.10 to 1.1.11
1037fc8 Bump github.com/rs/zerolog from 1.21.0 to 1.23.0
1768c0b Bump github.com/spf13/cobra from 1.1.3 to 1.2.1
f7de0ad Bump github.com/spf13/viper from 1.7.0 to 1.8.1
ec83e2d Merge pull request #138 from jpogran/update-changelog-0.2.0
4f7af17 Merge pull request #139 from jpogran/fix-version-cmd-output
a57e75f Merge pull request #140 from puppetlabs/dependabot
7aec357 Merge pull request #141 from puppetlabs/codeql
d557952 Merge pull request #147 from puppetlabs/dependabot/go_modules/github.com/rs/zerolog-1.23.0
ee3c4b9 Merge pull request #148 from puppetlabs/dependabot/go_modules/github.com/spf13/viper-1.8.1
86b6017 Merge pull request #149 from puppetlabs/dependabot/go_modules/github.com/json-iterator/go-1.1.11
81992c2 Merge pull request #154 from sanfrancrisko/GH-137/main/tar_templates
b774328 Merge pull request #157 from puppetlabs/dependabot/go_modules/github.com/spf13/cobra-1.2.1
9e04371 Merge pull request #160 from sanfrancrisko/GH-145/main/template_pkg
b123118 Merge pull request #168 from jpogran/gh-93-install-from-tar
4b5a89d Merge pull request #170 from da-ar/refactor
7f70642 Merge pull request #173 from sanfrancrisko/GH-144/main/pct_build_cli
7408b17 Merge pull request #177 from da-ar/GH-172/main/remove-pdkshell
68ecd78 Merge pull request #186 from sanfrancrisko/maint/main/changelog_gh_144_entry
e8b0355 Merge pull request #187 from da-ar/gh-171/main/release-prep
2663390 Update CHANGELOG.md
2b40932 Update internal/pkg/pct/
57c74f5 Update internal/pkg/pct/build_test.go

PCT 0.2.0

22 Jun 18:05
060e644
Compare
Choose a tag to compare

Added

Fixed

PCT 0.1.0

03 Jun 17:23
9b499f0
Compare
Choose a tag to compare

Added

  • (GH-67) Add installation scripts for PCT

Fixed

  • (GH-64) Strip pct from command name
  • (GH-65) Allow deployment of empty files
  • (GH-14) Return the exit code from the PDK when executed by the wrapper

PCT 0.1.0-pre

27 May 16:25
0430593
Compare
Choose a tag to compare
PCT 0.1.0-pre Pre-release
Pre-release

Added

  • (GH-2) Created Puppet Content Templates package and modified pdk new to use PCT
  • (GH-7) Added wrapper to all existing PDK commands

Fixed

  • (GH-29) Error if template not found