Skip to content

Commit df83e63

Browse files
authored
Merge branch 'develop' into dependabot_automerge
2 parents fad6fdd + 46f5794 commit df83e63

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ cf set-env <YOUR_APP> DATABASE_CONNECTION_PARAMS '{"tcpKeepAlive": "true", "conn
198198

199199
To allow connection to an AWS RDS database the buildpack selects the regional CA certificate stored in [`rds-certificates`](etc/rds-certificates). If the region's certificate doesn't exist, the buildpack will fail with an error `Could not find database CA certificate in map`.
200200

201+
*:warning: After the root CA rotation of AWS RDS on 22nd August 2024, only buildpacks v5.0.5 or higher will continue to work, all older buildpacks only import no longer valid certificates and no longer can establish a connection to AWS RDS.*
202+
201203
#### Supported VCAP Schemas
202204

203205
Cloud Foundry database services are detected from Cloud Foundry service bindings ([VCAP](https://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html#VCAP-SERVICES)) and translated into Mendix Runtime configuration. In case no database service is bound, the fallback is the environment variable `DATABASE_URL`.

requirements-dev.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
click==8.1.7
2-
idna==3.8
2+
idna==3.10
33
pytest==8.3.3
44
pytest-timer==1.0.0
55
pytest-timeout==2.3.1
6-
pylint==3.2.7
6+
pylint==3.3.1
77
randomname==0.2.1
88
requests-mock==1.12.1
9-
ruff==0.6.4
9+
ruff==0.6.8
1010
parameterized==0.9.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ distro==1.9.0
2222
# via -r requirements.in
2323
httplib2==0.22.0
2424
# via -r requirements.in
25-
idna==3.7
25+
idna==3.10
2626
# via requests
2727
jinja2==3.1.4
2828
# via -r requirements.in

0 commit comments

Comments
 (0)