aws-sdk-codebuild 1.68.0 → 1.73.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: ad60e42f8c6615d6a54b1073988882b7742cb8d820ff4977369d8357f077f4c0
4
- data.tar.gz: 6b323164ce938575eaadf420ae535731fce74ca716398c50b55a729dfc5f2a3e
3
+ metadata.gz: e358b41c7cef5279a0d62ca0141ee7c46a3d81144dd7852f8a4b0c8b19b13eb6
4
+ data.tar.gz: 3197ef2f272010a650986981d21a092ad03156211bc8b0163b584bdb4ef746de
5
5
  SHA512:
6
- metadata.gz: d02fb94069395deeadf844538356002d9eb8fccb9fc63641406496be6714c99b70e67acbe60b71c2fc557a1810e5be2288cc0f254fd4b9ffbdacb91bb7279bd8
7
- data.tar.gz: 5f0d5edd2a8275496517ca80fdaae3b14abd82251812d3b213e1ede1bdd9325b1b5853def13b5e71afe5cce5ed5d72867e9bad55ecdd52bde24281b8a5512fa0
6
+ metadata.gz: 05acdeed48279c4f9d55b633d15e2122115f6ae476b1738e776f5e6eb85966d0d768a0311086bde9972697c645383522897589e335ae0282211d7569d18434c7
7
+ data.tar.gz: 910b6785a1b26500bf098ffa7d360b700d19f6f0b1daa6719ad104886991e647cd9fe75891d9c1fc5475dd33cd5f2ace0788d265d250dcf28206d4edf19ed755
data/CHANGELOG.md ADDED
@@ -0,0 +1,448 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.73.0 (2021-06-24)
5
+ ------------------
6
+
7
+ * Feature - BucketOwnerAccess is currently not supported
8
+
9
+ 1.72.0 (2021-04-12)
10
+ ------------------
11
+
12
+ * Feature - AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
13
+
14
+ 1.71.0 (2021-03-10)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.70.0 (2021-03-03)
20
+ ------------------
21
+
22
+ * Feature - AWS CodeBuild now supports Session Manager debugging for batch builds.
23
+
24
+ 1.69.0 (2021-02-18)
25
+ ------------------
26
+
27
+ * Feature - AWS CodeBuild now allows you to specify a separate bucket owner as part of the S3 destination in a report group.
28
+
29
+ 1.68.0 (2021-02-16)
30
+ ------------------
31
+
32
+ * Feature - This release provides per-project limits for the number of concurrent builds
33
+
34
+ 1.67.0 (2021-02-03)
35
+ ------------------
36
+
37
+ * Feature - Documentation updates for codebuild
38
+
39
+ 1.66.0 (2021-02-02)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.65.0 (2020-11-24)
45
+ ------------------
46
+
47
+ * Feature - Adding GetReportGroupTrend API for Test Reports.
48
+
49
+ 1.64.0 (2020-11-18)
50
+ ------------------
51
+
52
+ * Feature - AWS CodeBuild - Adding Status field for Report Group
53
+
54
+ 1.63.0 (2020-09-30)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.62.0 (2020-09-15)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ 1.61.0 (2020-09-08)
65
+ ------------------
66
+
67
+ * Feature - AWS CodeBuild - Support keyword search for test cases in DecribeTestCases API . Allow deletion of reports in the report group, before deletion of report group using the deleteReports flag.
68
+
69
+ 1.60.0 (2020-08-25)
70
+ ------------------
71
+
72
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
73
+
74
+ 1.59.0 (2020-08-18)
75
+ ------------------
76
+
77
+ * Feature - Documentation updates for codebuild
78
+
79
+ 1.58.0 (2020-07-30)
80
+ ------------------
81
+
82
+ * Feature - Adding support for BuildBatch, and CodeCoverage APIs. BuildBatch allows you to model your project environment in source, and helps start multiple builds with a single API call. CodeCoverage allows you to track your code coverage using AWS CodeBuild.
83
+
84
+ 1.57.0 (2020-07-20)
85
+ ------------------
86
+
87
+ * Feature - AWS CodeBuild adds support for Session Manager and Windows 2019 Environment type
88
+
89
+ 1.56.0 (2020-07-02)
90
+ ------------------
91
+
92
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
93
+
94
+ 1.55.0 (2020-07-01)
95
+ ------------------
96
+
97
+ * Feature - Support build status config in project source
98
+
99
+ 1.54.0 (2020-06-23)
100
+ ------------------
101
+
102
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
103
+
104
+ 1.53.1 (2020-06-11)
105
+ ------------------
106
+
107
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
108
+
109
+ 1.53.0 (2020-06-10)
110
+ ------------------
111
+
112
+ * Issue - This version has been yanked. (#2327).
113
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
114
+
115
+ 1.52.0 (2020-05-28)
116
+ ------------------
117
+
118
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
119
+
120
+ 1.51.0 (2020-05-21)
121
+ ------------------
122
+
123
+ * Feature - CodeBuild adds support for tagging with report groups
124
+
125
+ 1.50.0 (2020-05-07)
126
+ ------------------
127
+
128
+ * Feature - Add COMMIT_MESSAGE enum for webhook filter types
129
+
130
+ 1.49.0 (2020-03-09)
131
+ ------------------
132
+
133
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
134
+
135
+ 1.48.0 (2020-02-06)
136
+ ------------------
137
+
138
+ * Feature - AWS CodeBuild adds support for Amazon Elastic File Systems
139
+
140
+ 1.47.0 (2020-01-07)
141
+ ------------------
142
+
143
+ * Feature - Add encryption key override to StartBuild API in AWS CodeBuild.
144
+
145
+ 1.46.0 (2019-12-13)
146
+ ------------------
147
+
148
+ * Feature - CodeBuild adds support for cross account
149
+
150
+ 1.45.0 (2019-11-25)
151
+ ------------------
152
+
153
+ * Feature - CodeBuild adds support for test reporting
154
+
155
+ 1.44.0 (2019-11-22)
156
+ ------------------
157
+
158
+ * Feature - Add Canonical ARN to LogsLocation.
159
+
160
+ 1.43.0 (2019-11-19)
161
+ ------------------
162
+
163
+ * Feature - Add support for ARM and GPU-enhanced build environments and a new SSD-backed Linux compute type with additional CPU and memory in CodeBuild
164
+
165
+ 1.42.0 (2019-11-06)
166
+ ------------------
167
+
168
+ * Feature - Add support for Build Number, Secrets Manager and Exported Environment Variables.
169
+
170
+ 1.41.0 (2019-10-23)
171
+ ------------------
172
+
173
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
174
+
175
+ 1.40.0 (2019-08-08)
176
+ ------------------
177
+
178
+ * Feature - CodeBuild adds CloudFormation support for SourceCredential
179
+
180
+ 1.39.0 (2019-07-25)
181
+ ------------------
182
+
183
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
184
+
185
+ 1.38.0 (2019-07-01)
186
+ ------------------
187
+
188
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
189
+
190
+ 1.37.0 (2019-06-17)
191
+ ------------------
192
+
193
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
194
+
195
+ 1.36.0 (2019-06-10)
196
+ ------------------
197
+
198
+ * Feature - AWS CodeBuild adds support for source version on project level.
199
+
200
+ 1.35.0 (2019-05-21)
201
+ ------------------
202
+
203
+ * Feature - API update.
204
+
205
+ 1.34.0 (2019-05-15)
206
+ ------------------
207
+
208
+ * Feature - API update.
209
+
210
+ 1.33.0 (2019-05-14)
211
+ ------------------
212
+
213
+ * Feature - API update.
214
+
215
+ 1.32.0 (2019-03-21)
216
+ ------------------
217
+
218
+ * Feature - API update.
219
+
220
+ 1.31.0 (2019-03-18)
221
+ ------------------
222
+
223
+ * Feature - API update.
224
+
225
+ 1.30.0 (2019-03-14)
226
+ ------------------
227
+
228
+ * Feature - API update.
229
+
230
+ 1.29.0 (2019-03-08)
231
+ ------------------
232
+
233
+ * Feature - API update.
234
+
235
+ 1.28.0 (2019-02-21)
236
+ ------------------
237
+
238
+ * Feature - API update.
239
+
240
+ 1.27.0 (2019-02-11)
241
+ ------------------
242
+
243
+ * Feature - API update.
244
+
245
+ 1.26.0 (2019-01-24)
246
+ ------------------
247
+
248
+ * Feature - API update.
249
+
250
+ 1.25.0 (2018-12-06)
251
+ ------------------
252
+
253
+ * Feature - API update.
254
+
255
+ 1.24.0 (2018-11-20)
256
+ ------------------
257
+
258
+ * Feature - API update.
259
+
260
+ 1.23.1 (2018-11-16)
261
+ ------------------
262
+
263
+ * Issue - Update version dependency on `aws-sdk-core` to support endpoint discovery.
264
+
265
+ 1.23.0 (2018-11-15)
266
+ ------------------
267
+
268
+ * Feature - API update.
269
+
270
+ 1.22.0 (2018-11-06)
271
+ ------------------
272
+
273
+ * Feature - API update.
274
+
275
+ 1.21.0 (2018-10-24)
276
+ ------------------
277
+
278
+ * Feature - API update.
279
+
280
+ 1.20.0 (2018-10-23)
281
+ ------------------
282
+
283
+ * Feature - API update.
284
+
285
+ 1.19.0 (2018-10-04)
286
+ ------------------
287
+
288
+ * Feature - API update.
289
+
290
+ 1.18.0 (2018-09-17)
291
+ ------------------
292
+
293
+ * Feature - API update.
294
+
295
+ 1.17.0 (2018-09-06)
296
+ ------------------
297
+
298
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
299
+
300
+ 1.16.0 (2018-09-05)
301
+ ------------------
302
+
303
+ * Feature - API update.
304
+
305
+ 1.15.0 (2018-08-30)
306
+ ------------------
307
+
308
+ * Feature - API update.
309
+
310
+ 1.14.0 (2018-08-07)
311
+ ------------------
312
+
313
+ * Feature - API update.
314
+
315
+ 1.13.0 (2018-07-26)
316
+ ------------------
317
+
318
+ * Feature - API update.
319
+
320
+ 1.12.0 (2018-07-12)
321
+ ------------------
322
+
323
+ * Feature - API update.
324
+
325
+ 1.11.0 (2018-07-10)
326
+ ------------------
327
+
328
+ * Feature - API update.
329
+
330
+ 1.10.0 (2018-06-26)
331
+ ------------------
332
+
333
+ * Feature - API update.
334
+
335
+ 1.9.0 (2018-05-24)
336
+ ------------------
337
+
338
+ * Feature - API update.
339
+
340
+ 1.8.0 (2018-05-14)
341
+ ------------------
342
+
343
+ * Feature - API update.
344
+
345
+ 1.7.0 (2018-03-22)
346
+ ------------------
347
+
348
+ * Feature - API update.
349
+
350
+ 1.6.0 (2018-01-25)
351
+ ------------------
352
+
353
+ * Feature - API update.
354
+
355
+ 1.5.0 (2017-12-21)
356
+ ------------------
357
+
358
+ * Feature - API update.
359
+
360
+ 1.4.0 (2017-11-22)
361
+ ------------------
362
+
363
+ * Feature - API update.
364
+
365
+ 1.3.0 (2017-09-29)
366
+ ------------------
367
+
368
+ * Feature - API update.
369
+
370
+ 1.2.0 (2017-09-14)
371
+ ------------------
372
+
373
+ * Feature - API update.
374
+
375
+ 1.1.0 (2017-08-31)
376
+ ------------------
377
+
378
+ * Feature - API update.
379
+
380
+ * Issue - Update `aws-sdk-codebuild` gemspec metadata.
381
+
382
+ 1.0.0 (2017-08-29)
383
+ ------------------
384
+
385
+ 1.0.0.rc14 (2017-08-15)
386
+ ------------------
387
+
388
+ * Feature - API update.
389
+
390
+ 1.0.0.rc13 (2017-08-10)
391
+ ------------------
392
+
393
+ * Feature - API update.
394
+
395
+ 1.0.0.rc12 (2017-08-01)
396
+ ------------------
397
+
398
+ * Feature - API update.
399
+
400
+ 1.0.0.rc11 (2017-07-25)
401
+ ------------------
402
+
403
+ * Feature - API update.
404
+
405
+ 1.0.0.rc10 (2017-07-12)
406
+ ------------------
407
+
408
+ * Feature - API update.
409
+
410
+ 1.0.0.rc9 (2017-07-06)
411
+ ------------------
412
+
413
+ * Feature - API update.
414
+
415
+ 1.0.0.rc8 (2017-06-26)
416
+ ------------------
417
+
418
+ * Feature - API update.
419
+
420
+ 1.0.0.rc7 (2017-05-23)
421
+ ------------------
422
+
423
+ * Feature - API update.
424
+
425
+ 1.0.0.rc6 (2017-05-09)
426
+ ------------------
427
+
428
+ * Feature - API update.
429
+
430
+ 1.0.0.rc5 (2017-05-09)
431
+ ------------------
432
+
433
+ * Feature - API update.
434
+
435
+ 1.0.0.rc4 (2017-04-21)
436
+ ------------------
437
+
438
+ * Feature - API update.
439
+
440
+ 1.0.0.rc3 (2017-01-24)
441
+ ------------------
442
+
443
+ * Feature - API update.
444
+
445
+ 1.0.0.rc2 (2016-12-09)
446
+ ------------------
447
+
448
+ * Feature - Initial release of `aws-sdk-codebuild`.