foreman_hdm 0.1.3 → 0.1.4

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
  SHA256:
3
- metadata.gz: 473023f43bfd717f01a3560ea976b73fff89a9eb5f08ae8cb76f0dba17757df1
4
- data.tar.gz: bce2799c02ae390435d2729e2ab6dc19f5737ffca65ba0d040127a4b3bb44c94
3
+ metadata.gz: f7c2f8cc35ed7ff2b93dc0b5dbb3976d300c816c1375d1f30f14a5a72efdca74
4
+ data.tar.gz: be8956fb7497b6687442f6baff9675456da71f6964c2576dd524ec232ddc91bc
5
5
  SHA512:
6
- metadata.gz: 65aa3f660466e3f61392c8f5d314fb2186e8d9b0b6347b6a9a990e499b0bb773f69ac57f40bd23fdf6c7c75db68ef91dfc1e4ad569cc6844f2917cf7eee169e9
7
- data.tar.gz: b115f38bf4c72167c09112404633377fb752bfee1d351c2b5f97a9bb91591857e17c577a74f4989c293942c9d79adb741a9e0da80555d59d80cd6cba5a56b96b
6
+ metadata.gz: 2fe04c4f63dd2bea87d24e87024bbe289563e0899cbb13406f286d12e21022032d0802a98570c261c1649a47de5a6445e9f169370cbb8bda1b0607b66c829989
7
+ data.tar.gz: 7d80a489929d79c35155c8d4733da9bb5768fe7fd62eefd456033c5517630269438fcbba6b4e1a8bbcf9b471f31f2211d5c2ce041d17034c1f782eeed8127005
data/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # ForemanHdm
2
2
 
3
- Browse hiera data for a given Host using [HDM](https://github.com/betadots/hdm) and the [HDM smart proxy plugin](https://github.com/betadots/smart_proxy_hdm).
3
+ [![License](https://img.shields.io/github/license/betadots/foreman_hdm.svg)](https://github.com/betadots/foreman_hdm/blob/master/LICENSE)
4
+ [![Test](https://github.com/betadots/foreman_hdm/actions/workflows/test.yml/badge.svg)](https://github.com/betadots/foreman_hdm/actions/workflows/test.yml)
5
+ [![Release](https://github.com/betadots/foreman_hdm/actions/workflows/release.yml/badge.svg)](https://github.com/betadots/foreman_hdm/actions/workflows/release.yml)
6
+ [![RubyGem Version](https://img.shields.io/gem/v/foreman_hdm.svg)](https://rubygems.org/gems/foreman_hdm)
7
+ [![RubyGem Downloads](https://img.shields.io/gem/dt/foreman_hdm.svg)](https://rubygems.org/gems/foreman_hdm)
8
+
9
+ Browse hiera data for a given Host using [HDM](https://github.com/betadots/hdm) and the [HDM smart proxy plugin](https://github.com/betadots/foreman_hdm).
4
10
 
5
11
  ## Installation
6
12
 
@@ -36,3 +42,14 @@ GNU General Public License for more details.
36
42
  You should have received a copy of the GNU General Public License
37
43
  along with this program. If not, see <http://www.gnu.org/licenses/>.
38
44
 
45
+ ## Release a new version
46
+
47
+ To make a new release, please do:
48
+
49
+ * update the version in `lib/foreman_hdm/version.rb`
50
+ * Install gems with `bundle install --with release --path .vendor`
51
+ * generate the changelog with `bundle exec rake changelog`
52
+ * Check if the new version matches the closed issues/PRs in the changelog
53
+ * if required, add labels to unlabled PR/issues, regenerate the changelog
54
+ * Create a PR with it
55
+ * After it got merged, push a tag that's prefixed with `v`. GitHub Actions will do the actual release to Rubygems and GitHub Packages
@@ -1,3 +1,3 @@
1
1
  module ForemanHdm
2
- VERSION = '0.1.3'.freeze
2
+ VERSION = '0.1.4'.freeze
3
3
  end
data/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "url": "http://projects.theforeman.org/projects/foreman_hdm/issues"
22
22
  },
23
23
  "peerDependencies": {
24
- "@theforeman/vendor": ">= 6.0.0"
24
+ "@theforeman/vendor": ">= 12.0.1"
25
25
  },
26
26
  "dependencies": {
27
27
  "react-intl": "^2.8.0"
@@ -29,12 +29,11 @@
29
29
  "devDependencies": {
30
30
  "@babel/core": "^7.7.0",
31
31
  "@sheerun/mutationobserver-shim": "^0.3.3",
32
- "@theforeman/builder": "^6.0.0",
33
- "@theforeman/eslint-plugin-foreman": "6.0.0",
34
- "@theforeman/find-foreman": "^4.8.0",
35
- "@theforeman/stories": "^7.0.0",
36
- "@theforeman/test": "^8.0.0",
37
- "@theforeman/vendor-dev": "^6.0.0",
32
+ "@theforeman/builder": ">= 12.0.1",
33
+ "@theforeman/eslint-plugin-foreman": ">= 12.0.1",
34
+ "@theforeman/find-foreman": ">= 12.0.1",
35
+ "@theforeman/test": ">= 12.0.1",
36
+ "@theforeman/vendor-dev": ">= 12.0.1",
38
37
  "babel-eslint": "^10.0.3",
39
38
  "eslint": "^6.7.2",
40
39
  "prettier": "^1.19.1",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_hdm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - betadots GmbH