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