Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version to 2.5.0-beta.1 #387

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ An [AWS Professional Service](https://aws.amazon.com/professional-services/) ope

<img align="left" src="docs/_static/sail-icon.png" width="50" height="44"> The Serverless Data Lake Framework (SDLF) is a collection of reusable artifacts aimed at accelerating the delivery of enterprise data lakes on AWS, shortening the deployment time to production from several months to a few weeks. It can be used by AWS teams, partners and customers to implement the foundational structure of a data lake following best practices.

**It is recommended to use the [latest stable release](https://github.com/awslabs/aws-serverless-data-lake-framework/releases) when setting up SDLF.**

**For users of SDLF 1.x, version 1 is still available on the [master branch](https://github.com/awslabs/aws-serverless-data-lake-framework/tree/master). Development of newer versions of SDLF (2.x) happens on branch main. The workshop still contains sections for version 1 as well.**

## Motivation
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ underline=$(tput smul)
notunderline=$(tput rmul)
notbold=$(tput sgr0)

version () { echo "awssdlf/2.5.0.beta-0"; }
version () { echo "awssdlf/2.5.0-beta.1"; }

usage () { echo "
--version -- Prints the SDLF version
Expand Down
2 changes: 1 addition & 1 deletion sdlf-dataset/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.dataset"
version = "2.5.0-beta.0"
version = "2.5.0-beta.1"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand Down
2 changes: 1 addition & 1 deletion sdlf-foundations/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.foundations"
version = "2.5.0-beta.0"
version = "2.5.0-beta.1"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand Down
2 changes: 1 addition & 1 deletion sdlf-foundations/src/lambda/catalog/src/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from botocore.config import Config
from botocore.exceptions import ClientError

session_config = Config(user_agent_extra="awssdlf/2.5.0-beta.0")
session_config = Config(user_agent_extra="awssdlf/2.5.0-beta.1")

logger = logging.getLogger()
logger.setLevel(logging.INFO)
Expand Down
2 changes: 1 addition & 1 deletion sdlf-pipeline/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.pipeline"
version = "2.5.0-beta.0"
version = "2.5.0-beta.1"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-ecsfargate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.stage-ecsfargate"
version = "2.5.0-beta.0"
version = "2.5.0-beta.1"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand All @@ -18,7 +18,7 @@ exclude = ["**/*.yaml"]
python = "^3.12"
aws-cdk-lib = "^2.151.0"
constructs = ">=10.0.0,<11.0.0"
sdlf-pipeline = "^2.5.0b0"
sdlf-pipeline = "^2.5.0b1"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-emrserverless/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.stage-emrserverless"
version = "2.5.0-beta.0"
version = "2.5.0-beta.1"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand All @@ -18,7 +18,7 @@ exclude = ["**/*.yaml"]
python = "^3.12"
aws-cdk-lib = "^2.151.0"
constructs = ">=10.0.0,<11.0.0"
sdlf-pipeline = "^2.5.0b0"
sdlf-pipeline = "^2.5.0b1"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-glue/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.stage-glue"
version = "2.5.0-beta.0"
version = "2.5.0-beta.1"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand All @@ -18,7 +18,7 @@ exclude = ["**/*.yaml"]
python = "^3.12"
aws-cdk-lib = "^2.151.0"
constructs = ">=10.0.0,<11.0.0"
sdlf-pipeline = "^2.5.0b0"
sdlf-pipeline = "^2.5.0b1"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-lambda/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.stage-lambda"
version = "2.5.0-beta.0"
version = "2.5.0-beta.1"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand All @@ -18,7 +18,7 @@ exclude = ["**/*.yaml"]
python = "^3.12"
aws-cdk-lib = "^2.151.0"
constructs = ">=10.0.0,<11.0.0"
sdlf-pipeline = "^2.5.0b0"
sdlf-pipeline = "^2.5.0b1"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion sdlf-team/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.team"
version = "2.5.0-beta.0"
version = "2.5.0-beta.1"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand Down
Loading