You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Pulumi provider will be updated as fast as possible to keep the delta between the Pulumi Bridge and the upstream Terraform provider small.
8
+
The release cycle of the Terraform provider is about every two weeks. Depending on the adjustments made it will take some time
9
+
to update the Pulumi provider as well. Examples needs to be added/adjusted, Unit tests and acceptance tests have to be added or adjusted accordingly.
10
+
11
+
The version of the Pulumi provider is the same as the one for the Terraform provider e.g. if the latest version of the Terraform provider is
12
+
v0.70.0 the there will be a corresponding Pulumi version with v0.70.0.
13
+
14
+
15
+
## Release creation
16
+
17
+
> [!IMPORTANT]
18
+
> Consider informing / syncing with the team before creating a new release.
19
+
20
+
1. Check out latest main branch on your machine
21
+
2. Create the following git tags:
22
+
-`VERSION="vX.X.X"; git tag "$VERSION" && git tag "provider/pkg/version/$VERSION" && git tag "provider/shim/$VERSION"`
23
+
3. Push the git tag: `git push origin --tags`
24
+
4. The [release pipeline](https://github.com/stackitcloud/pulumi-stackit/actions/workflows/release.yaml) will build the release and publish it on GitHub
25
+
5. Ensure the release was created properly using the
0 commit comments