r10k 2.4.0 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a09bf6960068b3be8375f1f66009b753ef64644
4
- data.tar.gz: b9ed03e076ea4e74cbc77e25d913dfc9765f7877
3
+ metadata.gz: 641a17c6593ee322ad99118d6cb4417bcf60dcee
4
+ data.tar.gz: 152e586e81392f906185e3bbf26c7ea4ef3d2e53
5
5
  SHA512:
6
- metadata.gz: 88988343617f2f811b66dd58b4580d3e05c8167545635d6ba78ccfbc965d70a64a736485f75380e2f8e0bb0d1f63fcff5a72a3b3dec55e78786fe60d4e52062a
7
- data.tar.gz: c8363914b46a62567f1571c6575ab2094664c849787f57ece270083f8729babda5422fcc614fc02b497f1d0c45a56505df54373f64b4c1f426549b26db5e83e7
6
+ metadata.gz: b841c5c9f5257fe8c737982b367cc047478d643c93a02158603dfd556b534010d7f323ade0c85e7726af9c8ee48d07d065ab68c856a399ce740c6eb6c325d6db
7
+ data.tar.gz: 64ca0499ceb9b51b6ab9c3b5695f8bf9d935e0b0737fdac186372e98cf463c53ec823d053f99aed3fcb7e9a63c5f5ed9376055f5f6164d5213cfa6a1a8e1e50b
@@ -1,6 +1,18 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 2.4.1
5
+ -----
6
+
7
+ 2016/08/11
8
+
9
+ ### Bug Fixes
10
+
11
+ (#634) Fix "undefined variable" error in "deploy module" action. (Special thanks
12
+ to Andreas Ntaflos (antaflos) for the fix.)
13
+
14
+ (#635) Reword some documentation around environment level purging.
15
+
4
16
  2.4.0
5
17
  -----
6
18
 
@@ -243,8 +243,8 @@ Enabling this purge level will cause r10k to load and parse the Puppetfile for
243
243
  the environment even without the `--puppetfile` flag being set. However,
244
244
  Puppetfile content will still only be deployed if the environment is new or
245
245
  the `--puppetfile` flag is set. Additionally, no environment-level content
246
- will be purged if a Puppetfile content deploy was triggered but an error was
247
- encountered.
246
+ will be purged if any errors are encountered while evaluating the Puppetfile
247
+ or deploying its contents.
248
248
 
249
249
  Note that the .r10k-deploy.json file is exempt from this purging.
250
250
 
@@ -37,7 +37,7 @@ module R10K
37
37
  if @opts[:environment] && (@opts[:environment] != environment.dirname)
38
38
  logger.debug1(_("Only updating modules in environment %{opt_env} skipping environment %{env_path}") % {opt_env: @opts[:environment], env_path: environment.path})
39
39
  else
40
- logger.debug1(_("Updating modules %{modules} in environment %{env_path}") % {modules: @argv.inspect, env_path: environment_path})
40
+ logger.debug1(_("Updating modules %{modules} in environment %{env_path}") % {modules: @argv.inspect, env_path: environment.path})
41
41
  yield
42
42
  end
43
43
  end
@@ -1,3 +1,3 @@
1
1
  module R10K
2
- VERSION = '2.4.0'
2
+ VERSION = '2.4.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r10k
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrien Thebo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-10 00:00:00.000000000 Z
11
+ date: 2016-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored
@@ -542,4 +542,3 @@ signing_key:
542
542
  specification_version: 4
543
543
  summary: Puppet environment and module deployment
544
544
  test_files: []
545
- has_rdoc: