Skip to content

Commit 1b40e82

Browse files
authored
4.5 release (#1785)
1 parent 50a46cb commit 1b40e82

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ enable = true
205205

206206
[params.localstack]
207207
# LocalStack specific configuration values
208-
latest_version = "4.4.0"
208+
latest_version = "4.5.0"
209209

210210
[params.localstack.cli_links]
211211
# Configure the different download links for the cli-binary-download shortcode

content/en/references/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ Please consult the [migration guide]({{< ref "user-guide/aws/lambda#migrating-to
324324
| `MYSQL_IMAGE` | `mysql:8.0` | Defines a specific MySQL image that should be used when spinning up the MySQL engine. Only available if `RDS_MYSQL_DOCKER` is enabled. |
325325
| `MSSQL_IMAGE` | `mcr.microsoft.com/mssql/server:2022-latest` | Defines a specific image that should be used when spinning up a SQL server engine. |
326326
| `MSSQL_ACCEPT_EULA` | `Y` | Set to `Y` if you accept the [EULA from MSSQL](https://hub.docker.com/_/microsoft-mssql-server). |
327+
| `RDS_PG_MAX_CONNECTIONS` | `0` (default) | Sets the maximum number of connections for Postgres RDS instances. |
327328

328329
### S3
329330

content/en/user-guide/aws/codebuild/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CodeBuild
33
linkTitle: CodeBuild
44
description: >
55
Get started with CodeBuild on LocalStack
6-
tags: ["Pro image"]
6+
tags: ["Base"]
77
---
88

99
## Introduction

content/en/user-guide/aws/codedeploy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CodeDeploy
33
linkTitle: CodeDeploy
44
description: >
55
Get started with CodeDeploy on LocalStack
6-
tags: ["Pro image"]
6+
tags: ["Ultimate"]
77
---
88

99
## Introduction

content/en/user-guide/aws/codepipeline/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CodePipeline
33
linkTitle: CodePipeline
44
description: >
55
Get started with CodePipeline on LocalStack
6-
tags: ["Pro image"]
6+
tags: ["Ultimate"]
77
---
88

99
## Introduction

content/en/user-guide/aws/rds/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ For instance, the `storage-encrypted` flag is returned as configured, but active
178178
### PostgreSQL Engine
179179

180180
When you establish an RDS DB cluster or instance using the `postgres`/`aurora-postgresql` DB engine along with a specified `EngineVersion`, LocalStack will dynamically install and configure the corresponding PostgreSQL version as required.
181-
Presently, you have the option to choose major versions ranging from 11 to 16.
182-
If you select a major version beyond this range, the system will automatically default to version 15.
181+
Presently, you have the option to choose major versions ranging from 11 to 17.
182+
If you select a major version beyond this range, the system will automatically default to version 17.
183183

184184
It's important to note that the selection of minor versions is not available.
185185
The latest major version will be installed within the Docker environment.
186-
If you wish to prevent the installation of customized versions, adjusting the `RDS_PG_CUSTOM_VERSIONS` environment variable to `0` will enforce the use of the default PostgreSQL version 15.
186+
If you wish to prevent the installation of customized versions, adjusting the `RDS_PG_CUSTOM_VERSIONS` environment variable to `0` will enforce the use of the default PostgreSQL version 17.
187187

188188
{{< callout >}}
189189
While the [`DescribeDbCluster`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html) and [`DescribeDbInstances`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html) APIs will still reflect the initially defined `engine-version`, the actual installed PostgreSQL engine might differ.

0 commit comments

Comments
 (0)