hammer_cli_foreman 0.19.3 → 0.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4ada48ab6170c83418d9897928fcbdb48181c7ebbec90fac8480b813cd1a39c
4
- data.tar.gz: ef8790167ce342a7048c334b151300f8ef3db40f226c82a199c9e21c753f9609
3
+ metadata.gz: 5f214b93febae9485e718f3efd4d368b80997cc3a0b6f1135c82c3e070fdc30c
4
+ data.tar.gz: 64e542d0c89f79aae83d5344346ec4c1528108ba9c9c713a41d51e78396c9086
5
5
  SHA512:
6
- metadata.gz: 386d6008288df703da87d1d13977e8019cb36c07ed54978f09030f20c6fe40c953c2021c69d8fb062e798210e6266b18071eac242a64303f93504bdc2e05a7ff
7
- data.tar.gz: 698cf51c1347f9fdb5f2171f7378895467302f6d74d23f1037eb8332a6e509443713b1f8f2c2d2998b75753be01e9aa51004c837fb37b889810b9b0d91deba8f
6
+ metadata.gz: b466a97d6b224876b79e2c409db75556b242c11a69e1867fb5da03438818cdbda1989cf78b6e42c6c2e904eb69db431fdc0871aa6b3fb42187a685a7cf9e4c96
7
+ data.tar.gz: 220ae2f597ae05f58d90b8d682dca2d2cf0e4390dceeb123986be8ad9efb00f00c557baf2fdc00cab1eb9bc9fcebe5acadab2afc9e52c105f537ccf64f5c6854
@@ -1,5 +1,8 @@
1
1
  Release notes
2
2
  =============
3
+ ### 0.19.4 (2019-12-09)
4
+ * Update taxonomies for auth sources ([PR #461](https://github.com/theforeman/hammer-cli-foreman/pull/461)), [#28451](http://projects.theforeman.org/issues/28451)
5
+
3
6
  ### 0.19.3 (2019-12-04)
4
7
  * Re-add owner-id output in hammer host info ([PR #459](https://github.com/theforeman/hammer-cli-foreman/pull/459)), [#28397](http://projects.theforeman.org/issues/28397)
5
8
  * Gce cr info shows zone field ([PR #455](https://github.com/theforeman/hammer-cli-foreman/pull/455)), [#28135](http://projects.theforeman.org/issues/28135)
@@ -18,7 +18,16 @@ module HammerCLIForeman
18
18
  build_options
19
19
  end
20
20
 
21
+ class UpdateCommand < HammerCLIForeman::UpdateCommand
22
+ desc _('Update organization and location for Auth Source')
23
+ resource :auth_source_externals
24
+
25
+ success_message _('Taxonomy updated.')
26
+ failure_message _('Taxonomy not changed. Please check if appropriate auth source exists')
27
+
28
+ build_options
29
+ end
30
+
21
31
  autoload_subcommands
22
32
  end
23
-
24
33
  end
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForeman
2
2
  def self.version
3
- @version ||= Gem::Version.new "0.19.3"
3
+ @version ||= Gem::Version.new "0.19.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.3
4
+ version: 0.19.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomáš Strachota
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-12-04 00:00:00.000000000 Z
12
+ date: 2019-12-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hammer_cli