Skip to content

Commit

Permalink
Merge branch 'release-1.35.50'
Browse files Browse the repository at this point in the history
* release-1.35.50:
  Bumping version to 1.35.50
  Add changelog entries from botocore
  Bump actions/setup-python from 5.2.0 to 5.3.0
  Bump github/codeql-action from 3.26.0 to 3.27.0
  • Loading branch information
aws-sdk-python-automation committed Oct 28, 2024
2 parents d39929b + 743bcbd commit ab1c5a9
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 9 deletions.
22 changes: 22 additions & 0 deletions .changes/1.35.50.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``mediapackagev2``",
"description": "[``botocore``] MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "[``botocore``] Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action.",
"type": "api-change"
},
{
"category": "``storagegateway``",
"description": "[``botocore``] Documentation update: Amazon FSx File Gateway will no longer be available to new customers.",
"type": "api-change"
}
]
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"

- name: "Run CodeQL init"
uses: "github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"
uses: "github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd"
with:
config-file: "./.github/codeql.yml"
languages: "python"

- name: "Run CodeQL autobuild"
uses: "github/codeql-action/autobuild@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"
uses: "github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd"

- name: "Run CodeQL analyze"
uses: "github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa"
uses: "github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Python 3.9
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: 3.9
- name: Run pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-crt-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: '${{ matrix.python-version }}'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.35.50
=======

* api-change:``mediapackagev2``: [``botocore``] MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket.
* api-change:``opensearch``: [``botocore``] Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig.
* api-change:``rds``: [``botocore``] This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action.
* api-change:``storagegateway``: [``botocore``] Documentation update: Amazon FSx File Gateway will no longer be available to new customers.


1.35.49
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.35.49'
__version__ = '1.35.50'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.35.49,<1.36.0
botocore>=1.35.50,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.35.49,<1.36.0',
'botocore>=1.35.50,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit ab1c5a9

Please sign in to comment.