Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot_automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
jeohist authored Oct 1, 2024
2 parents fad6fdd + 46f5794 commit df83e63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ cf set-env <YOUR_APP> DATABASE_CONNECTION_PARAMS '{"tcpKeepAlive": "true", "conn

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`.

*: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.*

#### Supported VCAP Schemas

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`.
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
click==8.1.7
idna==3.8
idna==3.10
pytest==8.3.3
pytest-timer==1.0.0
pytest-timeout==2.3.1
pylint==3.2.7
pylint==3.3.1
randomname==0.2.1
requests-mock==1.12.1
ruff==0.6.4
ruff==0.6.8
parameterized==0.9.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ distro==1.9.0
# via -r requirements.in
httplib2==0.22.0
# via -r requirements.in
idna==3.7
idna==3.10
# via requests
jinja2==3.1.4
# via -r requirements.in
Expand Down

0 comments on commit df83e63

Please sign in to comment.