Skip to content

Commit f8d6307

Browse files
committed
add new aws-native major
Signed-off-by: Julia Plewa <[email protected]>
1 parent eb2bfa7 commit f8d6307

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
major-version: 6
6868
runs-on: [ self-hosted, active ]
6969
- provider: aws-native
70-
major-version: 0
70+
major-version: 1
7171
runs-on: [ self-hosted, active ]
7272
- provider: azure
7373
major-version: 6

.github/workflows/publish_to_maven_local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
major-version: 6
6161
runs-on: [ self-hosted, active ]
6262
- provider: aws-native
63-
major-version: 0
63+
major-version: 1
6464
runs-on: [ self-hosted, active ]
6565
- provider: azure
6666
major-version: 6

src/main/resources/version-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@
103103
"javaGitTag": "v0.126.0",
104104
"customDependencies": []
105105
},
106+
{
107+
"providerName": "aws-native",
108+
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v1.0.0/provider/cmd/pulumi-resource-aws-native/schema.json",
109+
"kotlinVersion": "1.0.0.0-SNAPSHOT",
110+
"javaVersion": "1.0.0",
111+
"javaGitTag": "v1.0.0",
112+
"customDependencies": []
113+
},
106114
{
107115
"providerName": "azure",
108116
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure/v5.87.0/provider/cmd/pulumi-resource-azure/schema.json",

0 commit comments

Comments
 (0)