aws-sdk-codebuild 1.137.0 → 1.138.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c61ad620f05865429f162b30fe713c9359c3a1e503fff146d6b686917ce4711
4
- data.tar.gz: b0a1e1d9a2cdc4e95c6f9fcf13bf8e625de4d2878b48c00d85de442908ebd5d4
3
+ metadata.gz: 55b21cc26c47b7be097cba7b6e02e20dd0815ee321cb80cccb1868625c9d137e
4
+ data.tar.gz: 605b680d454e36cd9ce10b0c7e10c81e095f189d3b9f4d32cc0e6b0ed5782837
5
5
  SHA512:
6
- metadata.gz: a085b9589f48a6afb490092702139e783e054e49417bb9c1df37dfcfda87b2d6c187412cb532ebd4a901dd50f4ecbee44cab4acf01ea94de10a527f2930dc704
7
- data.tar.gz: bea90cb04ce372a5788564d9766306451f410026d70109a15569b645c078d94c86ae6a1e7e436737e1cf301acca35343bb0952ce3468a0aebcd7af8b07007abd
6
+ metadata.gz: a143adcd8bfc595b0f52228cfc834200fa8f0a8bd459deee38951405c7084c2797f1c78157ac1180726718d6bfeed1c3267dd35acdec5f49a7a7b430823232a8
7
+ data.tar.gz: d1d81de850615a7e6110a42c8bf028c65742e259c2d546f53e3961934dc7f2712d2cd488c5d037f1a44fd702cf6ab958525e6a2375c26e9e671a0e74ef77d633
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.138.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.137.0 (2024-11-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
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.137.0'
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
@@ -54,7 +54,7 @@ module Aws::CodeBuild
54
54
  autoload :EndpointProvider, 'aws-sdk-codebuild/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codebuild/endpoints'
56
56
 
57
- GEM_VERSION = '1.137.0'
57
+ GEM_VERSION = '1.138.0'
58
58
 
59
59
  end
60
60
 
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.137.0
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-12 00:00:00.000000000 Z
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