-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update versions to v0.1.0 * Update services/loadbalancer/pyproject.toml Co-authored-by: João Palet <[email protected]> * Update services/dns/pyproject.toml Co-authored-by: João Palet <[email protected]> --------- Co-authored-by: João Palet <[email protected]>
- Loading branch information
1 parent
18d9cf3
commit 59c10ba
Showing
23 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-core" | ||
version = "v0.0.1a6" | ||
version = "v0.1.0" | ||
authors = ["STACKIT Developer Tools <[email protected]>"] | ||
description = "Core functionality for the STACKIT SDK for Python" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-authorization" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-dns" | ||
version = "v0.0.1a4" | ||
version = "v0.1.0" | ||
authors = ["STACKIT Developer Tools <[email protected]>"] | ||
description = "STACKIT DNS API" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-iaas" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-loadbalancer" | ||
version = "v0.0.1a1" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-logme" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-mariadb" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-mongodbflex" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-objectstorage" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-observability" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-opensearch" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-postgresflex" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-rabbitmq" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-redis" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-resourcemanager" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-runcommand" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-secretsmanager" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-serverbackup" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-serverupdate" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-serviceaccount" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-serviceenablement" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-ske" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "stackit-sqlserverflex" | ||
version = "v0.0.1a" | ||
version = "v0.1.0" | ||
authors = [ | ||
"STACKIT Developer Tools <[email protected]>", | ||
] | ||
|