Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Prep for 1.7.1 #576

Merged
merged 1 commit into from
Oct 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,27 @@ All changes to this repo will be documented in this file.
See the [release notes](https://puppet.com/docs/pdk/latest/release_notes.html) for a high-level summary.


## [v1.7.0](https://github.com/puppetlabs/pdk/tree/v1.7.0) (2018-08-14)
## [v1.7.1](https://github.com/puppetlabs/pdk/tree/v1.7.1) (2018-10-05)
[Full Changelog](https://github.com/puppetlabs/pdk/compare/v1.7.0...v1.7.1)

**Implemented enhancements:**

- \(PDK-1100\) Exclude known artifacts from build instead of cleaning [\#575](https://github.com/puppetlabs/pdk/pull/575) ([rodjek](https://github.com/rodjek))
- \(PDK-1056\) Adds support for Ruby 2.5.1 in packaged PDK version [\#568](https://github.com/puppetlabs/pdk/pull/568) ([bmjen](https://github.com/bmjen))
- \(PDK-1099\) Merge Puppet::Util::Windows into PDK namespace [\#565](https://github.com/puppetlabs/pdk/pull/565) ([rodjek](https://github.com/rodjek))

**Fixed bugs:**

- \(PDK-1181\) Display error when metadata.json missing or unreadable [\#574](https://github.com/puppetlabs/pdk/pull/574) ([rodjek](https://github.com/rodjek))
- \(PDK-1173\) Update pdk validate help output for powershell [\#573](https://github.com/puppetlabs/pdk/pull/573) ([rodjek](https://github.com/rodjek))

**Merged pull requests:**

- \(maint\) Update PDK metadata defaults to include Puppet 6 [\#572](https://github.com/puppetlabs/pdk/pull/572) ([bmjen](https://github.com/bmjen))
- \(maint\) Update package tests for ruby 2.5.1 as the new default [\#571](https://github.com/puppetlabs/pdk/pull/571) ([bmjen](https://github.com/bmjen))
- Bump version to 1.8.0.pre [\#564](https://github.com/puppetlabs/pdk/pull/564) ([bmjen](https://github.com/bmjen))

## [v1.7.0](https://github.com/puppetlabs/pdk/tree/v1.7.0) (2018-08-15)
[Full Changelog](https://github.com/puppetlabs/pdk/compare/v1.6.1...v1.7.0)

**Implemented enhancements:**
Expand All @@ -17,6 +37,7 @@ See the [release notes](https://puppet.com/docs/pdk/latest/release_notes.html) f

**Merged pull requests:**

- Release 1.7.0 [\#563](https://github.com/puppetlabs/pdk/pull/563) ([bmjen](https://github.com/bmjen))
- \(maint\) Fix package tests [\#562](https://github.com/puppetlabs/pdk/pull/562) ([bmjen](https://github.com/bmjen))
- \(PDK-1083\) Bump PDK version to 1.7.0.pre [\#556](https://github.com/puppetlabs/pdk/pull/556) ([rodjek](https://github.com/rodjek))
- \(PDK-1077\) Expand the package acceptance test suite [\#554](https://github.com/puppetlabs/pdk/pull/554) ([rodjek](https://github.com/rodjek))
Expand Down
2 changes: 1 addition & 1 deletion lib/pdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module PDK
VERSION = '1.8.0.pre'.freeze
VERSION = '1.7.1'.freeze
TEMPLATE_REF = VERSION
end
54 changes: 21 additions & 33 deletions locales/pdk.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: puppet development kit v1.6.1-11-g2632a3b30\n"
"Project-Id-Version: puppet development kit v1.7.0-16-g810d1d3be\n"
"\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2018-08-14 16:41-0700\n"
"PO-Revision-Date: 2018-08-14 16:41-0700\n"
"POT-Creation-Date: 2018-10-05 11:07-0700\n"
"PO-Revision-Date: 2018-10-05 11:07-0700\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
Expand Down Expand Up @@ -531,40 +531,40 @@ msgstr ""
msgid ""
"Run metadata, Puppet, or Ruby validation.\n"
"\n"
"[validators] is an optional comma-separated list of validators to use. If not specified, all validators are used.\n"
"[validators] is an optional comma-separated list of validators to use. If not specified, all validators are used. Note that when using PowerShell, the list of validators must be enclosed in single quotes.\n"
"\n"
"[targets] is an optional space-separated list of files or directories to be validated. If not specified, validators are run against all applicable files in the module."
msgstr ""

#: ../lib/pdk/cli/validate.rb:18
#: ../lib/pdk/cli/validate.rb:19
msgid "List all available validators."
msgstr ""

#: ../lib/pdk/cli/validate.rb:19
#: ../lib/pdk/cli/validate.rb:20
msgid "Automatically correct problems where possible."
msgstr ""

#: ../lib/pdk/cli/validate.rb:20
#: ../lib/pdk/cli/validate.rb:21
msgid "Run validations in parallel."
msgstr ""

#: ../lib/pdk/cli/validate.rb:33
#: ../lib/pdk/cli/validate.rb:34
msgid "Available validators: %{validator_names}"
msgstr ""

#: ../lib/pdk/cli/validate.rb:40
#: ../lib/pdk/cli/validate.rb:41
msgid "Code validation can only be run from inside a valid module directory"
msgstr ""

#: ../lib/pdk/cli/validate.rb:56
#: ../lib/pdk/cli/validate.rb:57
msgid "Unknown validator '%{v}'. Available validators: %{validators}."
msgstr ""

#: ../lib/pdk/cli/validate.rb:66 ../lib/pdk/cli/validate.rb:70
#: ../lib/pdk/cli/validate.rb:67 ../lib/pdk/cli/validate.rb:71
msgid "Running all available validators..."
msgstr ""

#: ../lib/pdk/cli/validate.rb:97
#: ../lib/pdk/cli/validate.rb:98
msgid "Validating module using %{num_of_threads} threads"
msgstr ""

Expand Down Expand Up @@ -798,7 +798,7 @@ msgstr ""
msgid "A task named '%{name}' already exists in this module; defined in %{file}"
msgstr ""

#: ../lib/pdk/module/build.rb:160
#: ../lib/pdk/module/build.rb:158
msgid "Symlinks in modules are not supported and will not be included in the package. Please investigate symlink %{from} -> %{to}."
msgstr ""

Expand Down Expand Up @@ -1198,6 +1198,14 @@ msgstr ""
msgid "Unable to download %{url}. Check internet connectivity and try again. %{error}"
msgstr ""

#: ../lib/pdk/util/windows/api_types.rb:31
msgid "Unable to convert value %{string} to encoding %{encoding} due to %{error}"
msgstr ""

#: ../lib/pdk/util/windows/file.rb:15
msgid "Failed to call GetLongPathName"
msgstr ""

#: ../lib/pdk/validate/base_validator.rb:83
msgid "Invoking %{cmd}"
msgstr ""
Expand Down Expand Up @@ -1257,23 +1265,3 @@ msgstr ""
#: ../lib/pdk/validate/ruby/rubocop.rb:24
msgid "Checking Ruby code style (%{pattern})."
msgstr ""

#: ../lib/puppet/util/windows/api_types.rb:72
msgid "Unable to read wide strings with %{null_terminator} terminal nulls"
msgstr ""

#: ../lib/puppet/util/windows/api_types.rb:203
msgid "Bad GUID format."
msgstr ""

#: ../lib/puppet/util/windows/file.rb:158
msgid "Failed to set file attributes"
msgstr ""

#: ../lib/puppet/util/windows/file.rb:193
msgid "out_buffer is required"
msgstr ""

#: ../lib/puppet/util/windows/file.rb:274
msgid "Failed to call GetLongPathName"
msgstr ""