Skip to content

Commit

Permalink
Bumping version to 1.34.41
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 13, 2024
1 parent c941463 commit e63510e
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.41.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "ContainerProvider",
"description": "Properly refreshes token from file from EKS in ContainerProvider",
"type": "bugfix"
},
{
"category": "``lightsail``",
"description": "This release adds support to upgrade the major version of a database.",
"type": "api-change"
},
{
"category": "``marketplace-catalog``",
"description": "AWS Marketplace Catalog API now supports setting intent on requests",
"type": "api-change"
},
{
"category": "``resource-explorer-2``",
"description": "Resource Explorer now uses newly supported IPv4 'amazonaws.com' endpoints by default.",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "Documentation updates for Security Lake",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-25849.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lightsail-68101.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-resourceexplorer2-15497.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securitylake-909.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-ContainerProvider-22191.json

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.34.41
=======

* bugfix:ContainerProvider: Properly refreshes token from file from EKS in ContainerProvider
* api-change:``lightsail``: This release adds support to upgrade the major version of a database.
* api-change:``marketplace-catalog``: AWS Marketplace Catalog API now supports setting intent on requests
* api-change:``resource-explorer-2``: Resource Explorer now uses newly supported IPv4 'amazonaws.com' endpoints by default.
* api-change:``securitylake``: Documentation updates for Security Lake
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version


1.34.40
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.40'
__version__ = '1.34.41'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.40'
release = '1.34.41'

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

0 comments on commit e63510e

Please sign in to comment.