aws-sdk-codebuild 1.137.0 → 1.138.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +1 -2
- data/lib/aws-sdk-codebuild/types.rb +0 -10
- data/lib/aws-sdk-codebuild.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55b21cc26c47b7be097cba7b6e02e20dd0815ee321cb80cccb1868625c9d137e
|
4
|
+
data.tar.gz: 605b680d454e36cd9ce10b0c7e10c81e095f189d3b9f4d32cc0e6b0ed5782837
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a143adcd8bfc595b0f52228cfc834200fa8f0a8bd459deee38951405c7084c2797f1c78157ac1180726718d6bfeed1c3267dd35acdec5f49a7a7b430823232a8
|
7
|
+
data.tar.gz: d1d81de850615a7e6110a42c8bf028c65742e259c2d546f53e3961934dc7f2712d2cd488c5d037f1a44fd702cf6ab958525e6a2375c26e9e671a0e74ef77d633
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.138.0
|
@@ -5908,7 +5908,6 @@ module Aws::CodeBuild
|
|
5908
5908
|
# User Guide* to limit which entities can trigger a build, and do
|
5909
5909
|
# not store the buildspec in the project itself, to ensure that your
|
5910
5910
|
# webhooks are as secure as possible.
|
5911
|
-
#
|
5912
5911
|
# * A malicious user can use public builds to distribute malicious
|
5913
5912
|
# artifacts. We recommend that you review all pull requests to verify
|
5914
5913
|
# that the pull request is a legitimate change. We also recommend that
|
@@ -6142,7 +6141,7 @@ module Aws::CodeBuild
|
|
6142
6141
|
tracer: tracer
|
6143
6142
|
)
|
6144
6143
|
context[:gem_name] = 'aws-sdk-codebuild'
|
6145
|
-
context[:gem_version] = '1.
|
6144
|
+
context[:gem_version] = '1.138.0'
|
6146
6145
|
Seahorse::Client::Request.new(handlers, context)
|
6147
6146
|
end
|
6148
6147
|
|
@@ -4922,7 +4922,6 @@ module Aws::CodeBuild
|
|
4922
4922
|
#
|
4923
4923
|
# * The path to the folder that contains the source code (for
|
4924
4924
|
# example, `<bucket-name>/<path-to-source-code>/<folder>/`).
|
4925
|
-
#
|
4926
4925
|
# * For source code in a GitHub repository, the HTTPS clone URL to the
|
4927
4926
|
# repository that contains the source and the buildspec file. You
|
4928
4927
|
# must connect your Amazon Web Services account to your GitHub
|
@@ -7428,7 +7427,6 @@ module Aws::CodeBuild
|
|
7428
7427
|
# `PRERELEASED` work with GitHub only.
|
7429
7428
|
#
|
7430
7429
|
# </note>
|
7431
|
-
#
|
7432
7430
|
# * ACTOR\_ACCOUNT\_ID
|
7433
7431
|
#
|
7434
7432
|
# * A webhook event triggers a build when a GitHub, GitHub
|
@@ -7436,7 +7434,6 @@ module Aws::CodeBuild
|
|
7436
7434
|
# expression `pattern`.
|
7437
7435
|
#
|
7438
7436
|
# ^
|
7439
|
-
#
|
7440
7437
|
# * HEAD\_REF
|
7441
7438
|
#
|
7442
7439
|
# * A webhook event triggers a build when the head reference matches
|
@@ -7448,7 +7445,6 @@ module Aws::CodeBuild
|
|
7448
7445
|
# request events.
|
7449
7446
|
#
|
7450
7447
|
# </note>
|
7451
|
-
#
|
7452
7448
|
# * BASE\_REF
|
7453
7449
|
#
|
7454
7450
|
# * A webhook event triggers a build when the base reference matches
|
@@ -7458,7 +7454,6 @@ module Aws::CodeBuild
|
|
7458
7454
|
# <note markdown="1"> Works with pull request events only.
|
7459
7455
|
#
|
7460
7456
|
# </note>
|
7461
|
-
#
|
7462
7457
|
# * FILE\_PATH
|
7463
7458
|
#
|
7464
7459
|
# * A webhook triggers a build when the path of a changed file
|
@@ -7469,7 +7464,6 @@ module Aws::CodeBuild
|
|
7469
7464
|
# not work with GitHub Enterprise pull request events.
|
7470
7465
|
#
|
7471
7466
|
# </note>
|
7472
|
-
#
|
7473
7467
|
# * COMMIT\_MESSAGE
|
7474
7468
|
#
|
7475
7469
|
# * A webhook triggers a build when the head commit message matches
|
@@ -7480,7 +7474,6 @@ module Aws::CodeBuild
|
|
7480
7474
|
# not work with GitHub Enterprise pull request events.
|
7481
7475
|
#
|
7482
7476
|
# </note>
|
7483
|
-
#
|
7484
7477
|
# * TAG\_NAME
|
7485
7478
|
#
|
7486
7479
|
# * A webhook triggers a build when the tag name of the release
|
@@ -7489,7 +7482,6 @@ module Aws::CodeBuild
|
|
7489
7482
|
# <note markdown="1"> Works with `RELEASED` and `PRERELEASED` events only.
|
7490
7483
|
#
|
7491
7484
|
# </note>
|
7492
|
-
#
|
7493
7485
|
# * RELEASE\_NAME
|
7494
7486
|
#
|
7495
7487
|
# * A webhook triggers a build when the release name matches the
|
@@ -7498,7 +7490,6 @@ module Aws::CodeBuild
|
|
7498
7490
|
# <note markdown="1"> Works with `RELEASED` and `PRERELEASED` events only.
|
7499
7491
|
#
|
7500
7492
|
# </note>
|
7501
|
-
#
|
7502
7493
|
# * REPOSITORY\_NAME
|
7503
7494
|
#
|
7504
7495
|
# * A webhook triggers a build when the repository name matches the
|
@@ -7507,7 +7498,6 @@ module Aws::CodeBuild
|
|
7507
7498
|
# <note markdown="1"> Works with GitHub global or organization webhooks only.
|
7508
7499
|
#
|
7509
7500
|
# </note>
|
7510
|
-
#
|
7511
7501
|
# * WORKFLOW\_NAME
|
7512
7502
|
#
|
7513
7503
|
# * A webhook triggers a build when the workflow name matches the
|
data/lib/aws-sdk-codebuild.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codebuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.138.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|