Skip to content

Commit

Permalink
Merge pull request #158 from cfs-energy-internal/3.1.3
Browse files Browse the repository at this point in the history
IDEA Release 3.1.3
  • Loading branch information
cfsnate authored May 19, 2024
2 parents 5e7ffc8 + bd3175e commit ef1034c
Show file tree
Hide file tree
Showing 129 changed files with 5,881 additions and 5,432 deletions.
448 changes: 252 additions & 196 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion IDEA_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.1.3
2 changes: 1 addition & 1 deletion idea-admin-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Verify-Command($type,$message,$command) {
$IDEADevMode = if ($Env:IDEA_DEV_MODE) {$Env:IDEA_DEV_MODE} else {""}
$VirtualEnv = if ($Env:VIRTUAL_ENV) {$Env:VIRTUAL_ENV} else {""}
$ScriptDir = $PSScriptRoot
$IDEARevision = if ($Env:IDEA_REVISION) {$Env:IDEA_REVISION} else {"v3.1.2"}
$IDEARevision = if ($Env:IDEA_REVISION) {$Env:IDEA_REVISION} else {"v3.1.3"}
$IDEADockerRepo = "public.ecr.aws/g8j8s8q8"
$DocumentationError = "https://ide-on-aws.com"
$AWSProfile = if ($Env:AWS_PROFILE) {$Env:AWS_PROFILE} else {"default"}
Expand Down
2 changes: 1 addition & 1 deletion idea-admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# * IDEA_DEV_MODE - Set to "true" if you are working with IDEA sources

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
IDEA_REVISION=${IDEA_REVISION:-"v3.1.2"}
IDEA_REVISION=${IDEA_REVISION:-"v3.1.3"}
IDEA_DOCKER_REPO=${IDEA_DOCKER_REPO:-"public.ecr.aws/g8j8s8q8/idea-administrator"}
IDEA_ECR_CREDS_RESET=${IDEA_ECR_CREDS_RESET:-"true"}
IDEA_ADMIN_AWS_CREDENTIAL_PROVIDER=${IDEA_ADMIN_AWS_CREDENTIAL_PROVIDER:=""}
Expand Down
1 change: 1 addition & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ invoke
pyfiglet
openapi-schema-pydantic
pylint
wheel~=0.38.1
27 changes: 14 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ aws-cdk-asset-node-proxy-agent-v5==2.0.42
aws-cdk-lib==2.63.0
banal==1.0.6
blinker==1.4
boto3==1.26.61
botocore==1.29.61
boto3==1.26.138
botocore==1.29.138
cacheout==0.13.1
cachetools==5.1.0
cattrs==22.1.0
cdk-nag==2.18.17
certifi==2022.9.14
certifi==2022.12.7
cffi==1.15.0
cfn-flip==1.3.0
charset-normalizer==2.0.12
Expand All @@ -24,15 +24,16 @@ colored==1.4.3
commonmark==0.9.1
constructs==10.1.10
coverage[toml]==6.5.0
cryptography==36.0.1
cryptography==38.0.4
dataset==1.5.2
decorator==5.1.1
defusedxml==0.7.1
dill==0.3.5.1
exceptiongroup==1.0.0rc6
exceptiongroup==1.1.1
fastcounter==1.1.0
ghp-import==2.1.0
greenlet==1.1.2
html5tagger==1.3.0
httptools==0.4.0
idna==3.3
importlib-metadata==4.11.3
Expand All @@ -45,7 +46,7 @@ jmespath==1.0.0
jsii==1.74.0
lazy-object-proxy==1.7.1
ldappool==3.0.0
mako==1.2.0
mako==1.2.4
markdown==3.3.7
markupsafe==2.1.1
mccabe==0.7.0
Expand All @@ -70,7 +71,6 @@ prometheus-client==0.14.1
prompt-toolkit==3.0.29
psutil==5.9.0
publication==0.0.3
py==1.11.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
Expand All @@ -80,9 +80,9 @@ pygments==2.12.0
pyhocon==0.3.59
pyjwt==2.4.0
pylint==2.15.4
pymdown-extensions==9.4
pymdown-extensions==10.0.1
pyparsing==2.4.7
pytest==7.1.2
pytest==7.3.2
pytest-cov==4.0.0
pytest-mock==3.10.0
python-dateutil==2.8.2
Expand All @@ -94,13 +94,13 @@ pyyaml==6.0
pyyaml-env-tag==0.1
questionary==1.10.0
random-password-generator==2.2.0
requests==2.27.1
requests==2.31.0
requests-aws4auth==1.1.2
requests-unixsocket==0.3.0
rich==12.4.1
s3transfer==0.6.0
sanic==22.3.2
sanic-routing==22.3.0
sanic==23.3.0
sanic-routing==22.8.0
semver==2.13.0
sh==1.14.2
shortuuid==1.0.9
Expand All @@ -109,6 +109,7 @@ sqlalchemy==1.4.36
supervisor==4.2.4
tomli==2.0.1
tomlkit==0.11.5
tracerite==1.1.0
troposphere==4.3.0
typeguard==2.13.3
typing-extensions==4.2.0
Expand All @@ -121,7 +122,7 @@ validators==0.19.0
watchdog==2.1.8
wcwidth==0.2.5
websockets==10.3
wheel==0.37.1
wheel==0.38.4
wrapt==1.14.1
zipp==3.8.0

Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs
pygments
pymdown-extensions
pymdown-extensions>=10.0
mkdocs-material
mkdocs-material-extensions
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mkdocs-material==8.2.15
mkdocs-material-extensions==1.0.3
packaging==21.3
pygments==2.12.0
pymdown-extensions==9.4
pymdown-extensions==10.0.1
pyparsing==3.0.9
python-dateutil==2.8.2
pyyaml==6.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/idea-administrator.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r idea-sdk.in
colored
ipaddress
sanic==22.3.2
aws-cdk-lib==2.63.0
sanic~=23.3.0
aws-cdk-lib
cdk-nag
prettytable
defusedxml
18 changes: 10 additions & 8 deletions requirements/idea-administrator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,34 @@ aws-cdk-asset-node-proxy-agent-v5==2.0.42
aws-cdk-lib==2.63.0
banal==1.0.6
blinker==1.4
boto3==1.26.61
botocore==1.29.61
boto3==1.26.138
botocore==1.29.138
cacheout==0.13.1
cattrs==22.1.0
cdk-nag==2.18.17
certifi==2022.5.18
certifi==2022.12.7
cffi==1.15.0
cfn-flip==1.3.0
charset-normalizer==2.0.12
click==8.1.3
colored==1.4.3
commonmark==0.9.1
constructs==10.1.10
cryptography==36.0.1
cryptography==38.0.4
dataset==1.5.2
decorator==5.1.1
defusedxml==0.7.1
exceptiongroup==1.0.0rc6
fastcounter==1.1.0
greenlet==1.1.2
html5tagger==1.3.0
httptools==0.4.0
idna==3.3
ipaddress==1.0.23
jinja2==3.1.2
jmespath==1.0.0
jsii==1.74.0
mako==1.2.1
mako==1.2.4
markupsafe==2.1.1
multidict==6.0.2
mypy==0.950
Expand All @@ -59,19 +60,20 @@ pytz-deprecation-shim==0.1.0.post0
pyyaml==6.0
questionary==1.10.0
random-password-generator==2.2.0
requests==2.27.1
requests==2.31.0
requests-aws4auth==1.1.2
requests-unixsocket==0.3.0
rich==12.4.1
s3transfer==0.6.0
sanic==22.3.2
sanic-routing==22.3.0
sanic==23.3.0
sanic-routing==22.8.0
semver==2.13.0
sh==1.14.2
shortuuid==1.0.9
six==1.16.0
sqlalchemy==1.4.39
tomli==2.0.1
tracerite==1.1.0
troposphere==4.3.0
typeguard==2.13.3
typing-extensions==4.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/idea-cluster-manager.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r idea-sdk.in
supervisor
sanic==22.3.2
sanic~=23.3.0
python-ldap
ldappool
18 changes: 10 additions & 8 deletions requirements/idea-cluster-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,27 @@ alembic==1.8.0
arrow==1.2.1
banal==1.0.6
blinker==1.4
boto3==1.26.61
botocore==1.29.61
boto3==1.26.138
botocore==1.29.138
cacheout==0.13.1
certifi==2022.5.18
certifi==2022.12.7
cffi==1.15.0
cfn-flip==1.3.0
charset-normalizer==2.0.12
click==8.1.3
commonmark==0.9.1
cryptography==36.0.1
cryptography==38.0.4
dataset==1.5.2
decorator==5.1.1
fastcounter==1.1.0
greenlet==1.1.2
html5tagger==1.3.0
httptools==0.4.0
idna==3.3
jinja2==3.1.2
jmespath==1.0.0
ldappool==3.0.0
mako==1.2.1
mako==1.2.4
markupsafe==2.1.1
multidict==6.0.2
mypy==0.950
Expand All @@ -49,20 +50,21 @@ pytz-deprecation-shim==0.1.0.post0
pyyaml==6.0
questionary==1.10.0
random-password-generator==2.2.0
requests==2.27.1
requests==2.31.0
requests-aws4auth==1.1.2
requests-unixsocket==0.3.0
rich==12.4.1
s3transfer==0.6.0
sanic==22.3.2
sanic-routing==22.3.0
sanic==23.3.0
sanic-routing==22.8.0
semver==2.13.0
sh==1.14.2
shortuuid==1.0.9
six==1.16.0
sqlalchemy==1.4.39
supervisor==4.2.4
tomli==2.0.1
tracerite==1.1.0
troposphere==4.3.0
typing-extensions==4.2.0
tzdata==2022.1
Expand Down
6 changes: 3 additions & 3 deletions requirements/idea-dev-lambda.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
certifi==2022.9.24
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==2.1.1
cryptography==38.0.1
cryptography==38.0.4
idna==3.4
opensearch-py==2.0.0
pycparser==2.21
requests==2.28.1
requests==2.31.0
urllib3==1.26.12
2 changes: 1 addition & 1 deletion requirements/idea-scheduler.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
cachetools
prettytable
supervisor
sanic==22.3.2
sanic~=23.3.0
18 changes: 10 additions & 8 deletions requirements/idea-scheduler.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,27 @@ alembic==1.7.7
arrow==1.2.1
banal==1.0.6
blinker==1.4
boto3==1.26.61
botocore==1.29.61
boto3==1.26.138
botocore==1.29.138
cacheout==0.13.1
cachetools==5.1.0
certifi==2022.5.18
certifi==2022.12.7
cffi==1.15.0
cfn-flip==1.3.0
charset-normalizer==2.0.12
click==8.1.3
commonmark==0.9.1
cryptography==36.0.1
cryptography==38.0.4
dataset==1.5.2
decorator==5.1.1
fastcounter==1.1.0
greenlet==1.1.2
html5tagger==1.3.0
httptools==0.4.0
idna==3.3
jinja2==3.1.2
jmespath==1.0.0
mako==1.2.0
mako==1.2.4
markupsafe==2.1.1
multidict==6.0.2
mypy==0.950
Expand All @@ -46,20 +47,21 @@ pytz-deprecation-shim==0.1.0.post0
pyyaml==6.0
questionary==1.10.0
random-password-generator==2.2.0
requests==2.27.1
requests==2.31.0
requests-aws4auth==1.1.2
requests-unixsocket==0.3.0
rich==12.4.1
s3transfer==0.6.0
sanic==22.3.2
sanic-routing==22.3.0
sanic==23.3.0
sanic-routing==22.8.0
semver==2.13.0
sh==1.14.2
shortuuid==1.0.9
six==1.16.0
sqlalchemy==1.4.36
supervisor==4.2.4
tomli==2.0.1
tracerite==1.1.0
troposphere==4.3.0
typing-extensions==4.2.0
tzdata==2022.1
Expand Down
6 changes: 4 additions & 2 deletions requirements/idea-sdk.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PyYAML
orjson
Click
botocore
boto3==1.26.61
boto3==1.26.138
requests
requests-aws4auth
requests-unixsocket
Expand All @@ -25,10 +25,12 @@ blinker
troposphere
opensearch-py
Jinja2
cryptography
certifi~=2022.12.07
cryptography~=38.0.4
PyJWT
random-password-generator
shortuuid
mako>=1.2.2
dataset
prometheus-client
python-dynamodb-lock
2 changes: 1 addition & 1 deletion requirements/idea-virtual-desktop-controller.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r idea-sdk.in
supervisor
sanic==22.3.2
sanic~=23.3.0
Loading

0 comments on commit ef1034c

Please sign in to comment.