hammer_cli_foreman 0.19.3 → 0.19.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/release_notes.md +3 -0
- data/lib/hammer_cli_foreman/auth_source.rb +10 -1
- data/lib/hammer_cli_foreman/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f214b93febae9485e718f3efd4d368b80997cc3a0b6f1135c82c3e070fdc30c
|
4
|
+
data.tar.gz: 64e542d0c89f79aae83d5344346ec4c1528108ba9c9c713a41d51e78396c9086
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b466a97d6b224876b79e2c409db75556b242c11a69e1867fb5da03438818cdbda1989cf78b6e42c6c2e904eb69db431fdc0871aa6b3fb42187a685a7cf9e4c96
|
7
|
+
data.tar.gz: 220ae2f597ae05f58d90b8d682dca2d2cf0e4390dceeb123986be8ad9efb00f00c557baf2fdc00cab1eb9bc9fcebe5acadab2afc9e52c105f537ccf64f5c6854
|
data/doc/release_notes.md
CHANGED
@@ -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
|
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.
|
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-
|
12
|
+
date: 2019-12-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hammer_cli
|