Skip to content

Commit 6552428

Browse files
Merge branch 'release-1.42.67' into develop
* release-1.42.67: Bumping version to 1.42.67 Update endpoints model Update to latest models
2 parents 51c39d7 + 8adef35 commit 6552428

9 files changed

Lines changed: 150 additions & 33 deletions

File tree

.changes/1.42.67.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``datasync``",
4+
"description": "DataSync's 3 location types, Hadoop Distributed File System (HDFS), FSx for Windows File Server (FSx Windows), and FSx for NetApp ONTAP (FSx ONTAP) now have credentials managed via Secrets Manager, which may be encrypted with service keys or be configured to use customer-managed keys or secret.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ecr``",
9+
"description": "Add Chainguard to PTC upstreamRegistry enum",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``s3``",
14+
"description": "Adds support for account regional namespaces for general purpose buckets. The account regional namespace is a reserved subdivision of the global bucket namespace where only your account can create general purpose buckets.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``sso-oidc``",
19+
"description": "Fixed missing error messages in SSO OIDC error responses by mapping OAuth2 error_description field to the standard Message field. Issue was raised in `#2216 <https://github.com/boto/botocore/issues/2216>`__.",
20+
"type": "enhancement"
21+
}
22+
]

.changes/next-release/enhancement-ssooidc-71565.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
CHANGELOG
33
=========
44

5+
1.42.67
6+
=======
7+
8+
* api-change:``datasync``: DataSync's 3 location types, Hadoop Distributed File System (HDFS), FSx for Windows File Server (FSx Windows), and FSx for NetApp ONTAP (FSx ONTAP) now have credentials managed via Secrets Manager, which may be encrypted with service keys or be configured to use customer-managed keys or secret.
9+
* api-change:``ecr``: Add Chainguard to PTC upstreamRegistry enum
10+
* api-change:``s3``: Adds support for account regional namespaces for general purpose buckets. The account regional namespace is a reserved subdivision of the global bucket namespace where only your account can create general purpose buckets.
11+
* enhancement:``sso-oidc``: Fixed missing error messages in SSO OIDC error responses by mapping OAuth2 error_description field to the standard Message field. Issue was raised in `#2216 <https://github.com/boto/botocore/issues/2216>`__.
12+
13+
514
1.42.66
615
=======
716

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.66'
20+
__version__ = '1.42.67'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/datasync/2018-11-09/service-2.json

Lines changed: 90 additions & 18 deletions
Large diffs are not rendered by default.

botocore/data/ecr/2015-09-21/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5270,7 +5270,8 @@
52705270
"docker-hub",
52715271
"github-container-registry",
52725272
"azure-container-registry",
5273-
"gitlab-container-registry"
5273+
"gitlab-container-registry",
5274+
"chainguard"
52745275
]
52755276
},
52765277
"Url":{"type":"string"},

botocore/data/endpoints.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40662,6 +40662,11 @@
4066240662
"eusc-de-east-1" : { }
4066340663
}
4066440664
},
40665+
"rum" : {
40666+
"endpoints" : {
40667+
"eusc-de-east-1" : { }
40668+
}
40669+
},
4066540670
"runtime.sagemaker" : {
4066640671
"endpoints" : {
4066740672
"eusc-de-east-1" : { }

botocore/data/s3/2006-03-01/service-2.json

Lines changed: 20 additions & 7 deletions
Large diffs are not rendered by default.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.42.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.42.66'
62+
release = '1.42.67'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)