We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21071b commit 56e7759Copy full SHA for 56e7759
CHANGELOG.md
@@ -15,6 +15,7 @@ CHANGELOG
15
**CHANGES**
16
- Changed cluster alarms naming convention to '[cluster-name]-[component-name]-[metric]'.
17
- Add head node alarms to cluster dashboard.
18
+- Add support for Python 3.10 in aws-parallelcluster-batch-cli.
19
20
**BUG FIXES**
21
- Fix inconsistent configuration after cluster update rollback when modifying the list of instance types declared in the Compute Resources.
awsbatch-cli/setup.py
@@ -20,7 +20,7 @@ def readme():
return f.read()
22
23
-VERSION = "1.1.0"
+VERSION = "1.2.0"
24
REQUIRES = [
25
"setuptools",
26
"boto3>=1.16.14",
0 commit comments