smart_proxy_discovery_image 1.0.3 → 1.0.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
  SHA1:
3
- metadata.gz: 22a6fd1c76c3258deed0fb2d2ee5fdb2e727e274
4
- data.tar.gz: b4895f6938c49e9c387babe460bc9c369c2366fe
3
+ metadata.gz: c9cc8032e81068991f7892a103cfc512f76cdfff
4
+ data.tar.gz: 74eee65dc8349bf8aaf527cf88f5d6c6ae1f19a3
5
5
  SHA512:
6
- metadata.gz: e448e811268fb61f241c1077cfff5a19a1e11698344c7bd7f2f28513bf2f92b61f950305b3f74abccc38c35de288783aab2b997af8f1de8f96448d7d141e430c
7
- data.tar.gz: 05cb62a7bdcb2fb4276f6762096124985f05080010440e55e3906e7555ca670978bb42324b689b347d01809e2ec9666a9ea56821b57d15da1f490babb854bf56
6
+ metadata.gz: 94610057ed09b8a37d57d4b5813adc75a6a3e5f06c082a87efece5920897d79906e2480c6c5c51da3e6f2a4f6bf10835e4f9e5abe751b46e6b9383cde664dd86
7
+ data.tar.gz: ba058eef91e4e2216ccf6e3ba7a4dfde159a7887f1f613f14f6bd10a30309cb17f194c525dcf3cbc60f76a4e92c14dc7ada0f933717679fda950fd09385fe752
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  module DiscoveryImage
3
- VERSION = '1.0.3'
3
+ VERSION = '1.0.4'
4
4
  end
5
5
  end
@@ -1,2 +1,6 @@
1
1
  ---
2
- :enabled: true
2
+ # Smart Proxy plugin providing Image API on discovered nodes. This plugin is only
3
+ # useful on discovered nodes, do not install on regular Smart Proxy deployments.
4
+ # WARNING: If you enable this plugin on standard deployment, your host will be
5
+ # vulnerable to remote reboot and arbitrary code execution!
6
+ :enabled: false
metadata CHANGED
@@ -1,17 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_discovery_image
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Zapletal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-08 00:00:00.000000000 Z
11
+ date: 2015-09-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
- Smart Proxy plugin providing Foreman Discovery Image API.
14
+ Smart Proxy plugin providing Image API on discovered nodes. This plugin is only
15
+ useful on discovered nodes, do not install on regular Smart Proxy deployments.
15
16
  email:
16
17
  - lzap+rpm@redhat.com
17
18
  executables: []
@@ -28,7 +29,7 @@ files:
28
29
  - Gemfile
29
30
  - LICENSE
30
31
  - README.md
31
- homepage: https://github.com/theforeman/foreman-discovery-image
32
+ homepage: http://github.com/theforeman/smart_proxy_discovery_image
32
33
  licenses:
33
34
  - GPLv3
34
35
  metadata: {}