buildkite-builder 4.2.3 → 4.2.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
  SHA256:
3
- metadata.gz: f78027cb639faf03eea36c6c84b8aea50025af24f1e5c09a389b5203e431d008
4
- data.tar.gz: 5723079be24c95035c591ca9460a1bea6d2316fd587399ccd16b0fa829ae5116
3
+ metadata.gz: 37ac678a8fff2b5fe3ea556532ef7d7c39fe4830d80dd47b1fbd923879594117
4
+ data.tar.gz: 4332c1ff51fc79786db0b665e4b62aef77293a00508dae613d5a2bbdcc91808d
5
5
  SHA512:
6
- metadata.gz: 293dc52291c612d517d834c7a696c3d4d68ec51ea13269751ac3ff4efcc885c0a9fb2fb77e6838fa891c9cd746c2971e65f2ee0d728a2f849349552006ac62e2
7
- data.tar.gz: ef28cb83020db6815f0f4fe8c6eafffd202a44e8f2f3907a8eebf20546448b4ba8cb57925bd0396b33b2dd624bb872afe50a86ad7935b47307b63a04e1db999c
6
+ metadata.gz: 70f7f8e01a7d04b65f0a1bf3432011c8cc5192a183ac35a3ebf80e689d5decd0842a00be2994eeb60585d0bbcfc37bc6b346b8ddc2896a01fdaf1c0ef119e63c
7
+ data.tar.gz: 10a8b7871413cbbd4d00b84dd7106adb0e78253cbc410a80f78d6cb76ce68f2513c91a0cb7405db33457580a8ba6e60810ff69b32306a269b14d6766759e2bfd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 4.2.4
2
+ * Add more group step attributes as listed in https://buildkite.com/docs/pipelines/group-step#group-step-attributes
3
+
1
4
  ### 4.2.3
2
5
  * Simplify pipeline upload duplication check
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.2.3
1
+ 4.2.4
@@ -6,7 +6,10 @@ module Buildkite
6
6
  class Group < Abstract
7
7
  attribute :label
8
8
  attribute :key
9
+ attribute :skip
10
+ attribute :if, as: :condition
9
11
  attribute :depends_on, append: true
12
+ attribute :allow_dependency_failure
10
13
 
11
14
  attr_reader :steps
12
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildkite-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.3
4
+ version: 4.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ngan Pham
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-06-28 00:00:00.000000000 Z
12
+ date: 2023-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rainbow
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  - !ruby/object:Gem::Version
175
175
  version: '0'
176
176
  requirements: []
177
- rubygems_version: 3.4.10
177
+ rubygems_version: 3.3.13
178
178
  signing_key:
179
179
  specification_version: 4
180
180
  summary: A gem for programmatically creating Buildkite pipelines.