concourse 0.25.0 → 0.26.0
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 +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +0 -1
- data/lib/concourse.rb +0 -1
- data/lib/concourse/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb089c5d0c00bb5be8d5097ea5f37fb094ab74f989818689eb9c1de7d83d82fb
|
|
4
|
+
data.tar.gz: f7686235e1d556de60df126dd75ac7e35d20c60ef38226815ad86b96c72016d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a98c31ed037531d1c32553d2120df82558adab706045b8fa8206a8642210b584d129debab2a0c3cd4c180aa4e8c2e38c3b6fa223950d46bf6afe23b96ae7b786
|
|
7
|
+
data.tar.gz: 4efb7ed63f37ab78a92c8f0711fff8f34f31f10fedb8789ab32f9921f1665ee542e3f3a0b590df0f75d1677e07af321a0e5c8f4fd881386f7659ba1640e76e1f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
# concourse-gem changelog
|
|
2
2
|
|
|
3
|
+
## 0.26.0 / 2019-02-02
|
|
4
|
+
|
|
5
|
+
### Breaking changes
|
|
6
|
+
|
|
7
|
+
* Generated pipeline files are no longer `.gitignore`d.
|
|
8
|
+
|
|
9
|
+
|
|
3
10
|
## 0.25.0 / 2019-02-02
|
|
4
11
|
|
|
12
|
+
### Features
|
|
13
|
+
|
|
5
14
|
* Support running a local ephemeral Concourse cluster with `docker-compose`.
|
|
6
15
|
|
|
7
16
|
|
data/README.md
CHANGED
|
@@ -76,7 +76,6 @@ The `concourse:init` task will do a few different things for you:
|
|
|
76
76
|
1. create a subdirectory named `concourse` (or whatever you've configured with the `:directory` parameter)
|
|
77
77
|
2. create an empty Concourse pipeline file in that subdirectory named `<myproject>.yml` (or whatever you've configured with the `:pipeline_erb_filename` parameter)
|
|
78
78
|
3. ensure git will ignore your secrets file named `private.yml` (or whatever you've configured with the `:secrets_filename` parameter)
|
|
79
|
-
4. ensure git will ignore the generated pipeline file (named after your ERB pipeline file as `<pipeline_erb_filename>.generated`)
|
|
80
79
|
|
|
81
80
|
|
|
82
81
|
## Concourse pipeline configuration
|
data/lib/concourse.rb
CHANGED
data/lib/concourse/version.rb
CHANGED