aws-sdk-codebuild 1.115.0 → 1.116.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: ce0ee7df311ee2a2fa73383c0b7810914bdec11593a02350ebccae40d95d5104
4
- data.tar.gz: f4811ad014eef2dcf7e7b40948589bfe37599496549d285e72fb6382857995ee
3
+ metadata.gz: 9298db480c6f7180d10759a51fdd013606a0ddc89725bcafb3e9be57a4219dd8
4
+ data.tar.gz: ce80831bc8776be7b6b5eeb465e15d4b8f9726ecdf7b97ad59a0e194b845fc81
5
5
  SHA512:
6
- metadata.gz: d6ac3416453d3dc997e6856002fd143ed734c0d4ab1bf78ec7a4f36650b0908bfcc419c5f0fca942f30b68c06a85c778bd886dcb9be134b2f0d2a01c1044f895
7
- data.tar.gz: ee43339778c0090b16a80faef26675109cad827362e3f97d690f9652bcd90d7b2fd7a24e4e306bc3bc996c9684816f7db729e263ca68999b34bfc30e40d7fe5d
6
+ metadata.gz: 3269ece8ba791a8804d81a5cb8f0ce704a784dec04f3a9ca4ee06666d804ea195b63c568144984604bb201192415d385283565f813490555a55038b9c01e779e
7
+ data.tar.gz: c7f35943c10d4f5210a2bbdc68aca1835ea49d55690fe7c0fd029af5f2b3561e0814cd9541087efd18e2cd74bac36027cfba037408d61ddc99376bed2492b430
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.116.0 (2024-05-31)
5
+ ------------------
6
+
7
+ * Feature - AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise
8
+
4
9
  1.115.0 (2024-05-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.115.0
1
+ 1.116.0
@@ -1861,7 +1861,7 @@ module Aws::CodeBuild
1861
1861
  # webhook. The `payloadUrl` and `secret` values in the output can be
1862
1862
  # used to manually create a webhook within GitHub.
1863
1863
  #
1864
- # <note markdown="1"> manualCreation is only available for GitHub webhooks.
1864
+ # <note markdown="1"> `manualCreation` is only available for GitHub webhooks.
1865
1865
  #
1866
1866
  # </note>
1867
1867
  #
@@ -5779,7 +5779,7 @@ module Aws::CodeBuild
5779
5779
  params: params,
5780
5780
  config: config)
5781
5781
  context[:gem_name] = 'aws-sdk-codebuild'
5782
- context[:gem_version] = '1.115.0'
5782
+ context[:gem_version] = '1.116.0'
5783
5783
  Seahorse::Client::Request.new(handlers, context)
5784
5784
  end
5785
5785
 
@@ -1847,7 +1847,7 @@ module Aws::CodeBuild
1847
1847
  # webhook. The `payloadUrl` and `secret` values in the output can be
1848
1848
  # used to manually create a webhook within GitHub.
1849
1849
  #
1850
- # <note markdown="1"> manualCreation is only available for GitHub webhooks.
1850
+ # <note markdown="1"> `manualCreation` is only available for GitHub webhooks.
1851
1851
  #
1852
1852
  # </note>
1853
1853
  # @return [Boolean]
@@ -6994,9 +6994,9 @@ module Aws::CodeBuild
6994
6994
  # PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED` filters all push,
6995
6995
  # pull request created, and pull request updated events.
6996
6996
  #
6997
- # <note markdown="1"> The `PULL_REQUEST_REOPENED` works with GitHub and GitHub
6998
- # Enterprise only. The `RELEASED`, `PRERELEASED`, and
6999
- # `WORKFLOW_JOB_QUEUED` work with GitHub only.
6997
+ # <note markdown="1"> Types `PULL_REQUEST_REOPENED` and `WORKFLOW_JOB_QUEUED` work
6998
+ # with GitHub and GitHub Enterprise only. Types `RELEASED` and
6999
+ # `PRERELEASED` work with GitHub only.
7000
7000
  #
7001
7001
  # </note>
7002
7002
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codebuild/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeBuild
54
54
 
55
- GEM_VERSION = '1.115.0'
55
+ GEM_VERSION = '1.116.0'
56
56
 
57
57
  end
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.115.0
4
+ version: 1.116.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-05-29 00:00:00.000000000 Z
11
+ date: 2024-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core