-
Notifications
You must be signed in to change notification settings - Fork 581
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-stdlib
base: v9.0.0
head repository: puppetlabs/puppetlabs-stdlib
compare: v9.1.0
- 17 commits
- 12 files changed
- 10 contributors
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 544c19a - Browse repository at this point
Copy the full SHA 544c19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40bcc4a - Browse repository at this point
Copy the full SHA 40bcc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b507028 - Browse repository at this point
Copy the full SHA b507028View commit details
Commits on May 31, 2023
-
Merge pull request #1359 from puppetlabs/CONT-1023
(CONT-1023) - Enhancing deferrable_epp to support nested hash
Configuration menu - View commit details
-
Copy full SHA for 4120eb2 - Browse repository at this point
Copy the full SHA 4120eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3478d - Browse repository at this point
Copy the full SHA cb3478dView commit details -
Merge pull request #1364 from MartyEwings/main
Fix strings syntax issue and generate reference.md
Configuration menu - View commit details
-
Copy full SHA for 43c03aa - Browse repository at this point
Copy the full SHA 43c03aaView commit details -
re-add support for loading aliases in yaml files
Ruby 3.1 includes Psych 4.0 which no longer loads aliases by default. Since aliases are part of the yaml spec, it seems sensible to re-add support. We need to read the file first to be compatible with ruby2.7 which does not support the aliases option on YAML.load_file. Use temp files in rspec tests to avoid needing to mock read.
Configuration menu - View commit details
-
Copy full SHA for c118a50 - Browse repository at this point
Copy the full SHA c118a50View commit details
Commits on Jun 1, 2023
-
Merge pull request #1362 from lollipopman/readd-support-for-loading-a…
…liases re-add support for loading aliases in yaml files
Configuration menu - View commit details
-
Copy full SHA for 2c816ed - Browse repository at this point
Copy the full SHA 2c816edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b225099 - Browse repository at this point
Copy the full SHA b225099View commit details -
Merge pull request #1363 from puppetlabs/CONT-1023-review-comments
(CONT-1023) - Moving nested_values function under stdlib namespace
Configuration menu - View commit details
-
Copy full SHA for f38c42a - Browse repository at this point
Copy the full SHA f38c42aView commit details
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1dee9ef - Browse repository at this point
Copy the full SHA 1dee9efView commit details
Commits on Jun 9, 2023
-
Fix
fqdn_rand_stringregressionThe function use to be able to accept `undef` as its second argument. eg. ```puppet fqdn_rand_string(10, undef, 'custom seed') ``` Using `undef` to mean 'use the default' is much more conventional than `''` (empty string). This commit restores the old interface broken in `9.0.0`
Configuration menu - View commit details
-
Copy full SHA for d6847c0 - Browse repository at this point
Copy the full SHA d6847c0View commit details
Commits on Jun 12, 2023
-
Merge pull request #1367 from alexjfisher/fix_fqdn_rand_string_regres…
…sion Fix `fqdn_rand_string` regression
Configuration menu - View commit details
-
Copy full SHA for 24a0f21 - Browse repository at this point
Copy the full SHA 24a0f21View commit details
Commits on Jun 14, 2023
-
(CONT-1035) Alter logic of pw_hash
The method as it is currently is causing issues with certain customers crypto setups
Configuration menu - View commit details
-
Copy full SHA for 8d525d2 - Browse repository at this point
Copy the full SHA 8d525d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b34dcd - Browse repository at this point
Copy the full SHA 3b34dcdView commit details
Commits on Jun 15, 2023
-
GitHub Actions committed
Jun 15, 2023 Configuration menu - View commit details
-
Copy full SHA for f5ab81a - Browse repository at this point
Copy the full SHA f5ab81aView commit details -
Merge pull request #1371 from puppetlabs/release-prep
Release prep v9.1.0
Configuration menu - View commit details
-
Copy full SHA for c833b52 - Browse repository at this point
Copy the full SHA c833b52View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v9.0.0...v9.1.0