bosh-gen 0.20.0 → 0.20.1

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: dab52b56ac409b6a60afcbbf970bf84be3e33ecc
4
- data.tar.gz: cc58ecb46c8a5f4b17d58b8210156a76cf05851b
3
+ metadata.gz: 84853d3716260cd3a1740c5c633148f7c7f642f7
4
+ data.tar.gz: 621964bd09838822cc1de26aa4d79fa5b048380e
5
5
  SHA512:
6
- metadata.gz: c4227a283a5b12eebf89ee8179d2c493b7870cfb603058cabd5c970a0aec5ca4952b6fe7c1aa9a39074880e518caad0470d4bbd364eaa5f7d630e04e24da0ca7
7
- data.tar.gz: 777560c1e909c7e2e0c0cdfbbd6373929a5ff47987d2b9a0dcca629751f27f17d65b55deb5d75c2d7ac850eaa88c468ad9e1e6d11f5f3705be79e4d9323ab2f3
6
+ metadata.gz: 9f90eb0c40643cffcdc1c34efd6b517488a2f7390e28aeffe5c5ec6a835332cd4ce1a73582ce427659268287ce24d19e40fbc9f5dbe51efb84a9aa5a9a2165eb
7
+ data.tar.gz: 93b53fee3e0dc2d40be857adbee4e239bea705844ba3012a77d3903da680dbef48efefdde36eb1745af4b809c9a2ba843e00f7a12f7902348af35b66d57d6a4c
@@ -13,6 +13,7 @@ Improved generators:
13
13
  - `new` - spiff templates include modern `templates:` array of `{name: job, release: release}`
14
14
  - `new` - added an Apache `LICENSE.md` file which will be included in final releases
15
15
  - `new --apt` - Vagrant image upgraded to trusty to match trusty stemcells [thx @cyrille-leclerc]
16
+ - `new` - describes how to use release via https://bosh.io; how developers share with https://bosh.io [v0.21.1]
16
17
 
17
18
  Removed generators:
18
19
 
@@ -49,3 +49,28 @@ You now suffix this file path to the `make_manifest` command:
49
49
  templates/make_manifest openstack-nova my-networking.yml
50
50
  bosh -n deploy
51
51
  ```
52
+
53
+ ### Development
54
+
55
+ As a developer of this release, create new releases and upload them:
56
+
57
+ ```
58
+ bosh create release --force && bosh -n upload release
59
+ ```
60
+
61
+ ### Final releases
62
+
63
+ To share final releases:
64
+
65
+ ```
66
+ bosh create release --final
67
+ ```
68
+
69
+ By default the version number will be bumped to the next major number. You can specify alternate versions:
70
+
71
+
72
+ ```
73
+ bosh create release --final --version 2.1
74
+ ```
75
+
76
+ After the first release you need to contact [Dmitriy Kalinin](mailto://dkalinin@pivotal.io) to request your project is added to https://bosh.io/releases (as mentioned in README above).
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Gen
3
- VERSION = "0.20.0"
3
+ VERSION = "0.20.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams