aws-sdk-codebuild 1.109.0 → 1.110.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e823fcd316503962ea98ebd88df647034be80959b126bc68a4b1ba616c8343e
4
- data.tar.gz: 97f8f495fd381e46f97f4b89b4deb2b549cdf71e083b10d29ef6769c7af81e0c
3
+ metadata.gz: b3be7aa176ee1030616e76b16af33eee673cadb2574e5749fb942962ac3102c2
4
+ data.tar.gz: 4eeab2adb6952adbf77ce44a850d3691c63de99061bbcb2487a6ada8fb2f8e7c
5
5
  SHA512:
6
- metadata.gz: 2394cdd0efaf89d457387976d51a9cee653738c4835205c279c383e36325a49319a3e5893a5aec22fcf54474dbce860e0a8b74edfcb8e4b13607237fcf01b0c3
7
- data.tar.gz: eccbed05675ce33ea64e6b2300f43ad7e80ffbcfb990d6a412bb8fa798f8efb347b66892a7421bc0dd58ec2f76566b079a1ed11efaa7cb778585524ca1d7c1ef
6
+ metadata.gz: 78efad797ebbf5ff26f5009ae8ae97d4cb70e9fe98c4d9d835013598806c442da0952e4928093b5d64390a6519921b6c8439818e2feb597875aa64641d0200bf
7
+ data.tar.gz: 545421d6537daf07d27e3618b48ef25713d38a5eddcb0f35b2f77a9a416bac93e96623dff934d1d77e1bfcc8fb57d58e98ffb959de891cb62efa23b848632e79
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2024-04-11)
5
+ ------------------
6
+
7
+ * Feature - Support access tokens for Bitbucket sources
8
+
4
9
  1.109.0 (2024-04-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -2313,7 +2313,7 @@ module Aws::CodeBuild
2313
2313
  #
2314
2314
  # @option params [required, String] :token
2315
2315
  # For GitHub or GitHub Enterprise, this is the personal access token.
2316
- # For Bitbucket, this is the app password.
2316
+ # For Bitbucket, this is either the access token or the app password.
2317
2317
  #
2318
2318
  # @option params [required, String] :server_type
2319
2319
  # The source provider used for this project.
@@ -5642,7 +5642,7 @@ module Aws::CodeBuild
5642
5642
  params: params,
5643
5643
  config: config)
5644
5644
  context[:gem_name] = 'aws-sdk-codebuild'
5645
- context[:gem_version] = '1.109.0'
5645
+ context[:gem_version] = '1.110.0'
5646
5646
  Seahorse::Client::Request.new(handlers, context)
5647
5647
  end
5648
5648
 
@@ -2661,7 +2661,7 @@ module Aws::CodeBuild
2661
2661
  #
2662
2662
  # @!attribute [rw] token
2663
2663
  # For GitHub or GitHub Enterprise, this is the personal access token.
2664
- # For Bitbucket, this is the app password.
2664
+ # For Bitbucket, this is either the access token or the app password.
2665
2665
  # @return [String]
2666
2666
  #
2667
2667
  # @!attribute [rw] server_type
@@ -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.109.0'
55
+ GEM_VERSION = '1.110.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.109.0
4
+ version: 1.110.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-04-09 00:00:00.000000000 Z
11
+ date: 2024-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core