Skip to content

Commit

Permalink
re-build sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Dec 4, 2024
1 parent 7784118 commit 968eeff
Show file tree
Hide file tree
Showing 91 changed files with 309 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .ci-mgmt.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider: rancher2
major-version: 7
major-version: 8
setup-script: testing/setup.sh
env:
RANCHER_INSECURE: "true"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PULUMI_MISSING_DOCS_ERROR := true

# Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable
# Local & branch builds will just used this fixed default version unless specified
PROVIDER_VERSION ?= 7.0.0-alpha.0+dev
PROVIDER_VERSION ?= 8.0.0-alpha.0+dev
# Use this normalised version everywhere rather than the raw input to ensure consistency.
VERSION_GENERIC = $(shell pulumictl convert-version --language generic --version "$(PROVIDER_VERSION)")

Expand Down
4 changes: 2 additions & 2 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Rancher2 provider is available as a package in all Pulumi languages:

* JavaScript/TypeScript: [`@pulumi/rancher2`](https://www.npmjs.com/package/@pulumi/rancher2)
* Python: [`pulumi-rancher2`](https://pypi.org/project/pulumi-rancher2/)
* Go: [`github.com/pulumi/pulumi-rancher2/sdk/v7/go/rancher2`](https://github.com/pulumi/pulumi-rancher2)
* Go: [`github.com/pulumi/pulumi-rancher2/sdk/v8/go/rancher2`](https://github.com/pulumi/pulumi-rancher2)
* .NET: [`Pulumi.Rancher2`](https://www.nuget.org/packages/Pulumi.Rancher2)
* Java: [`com.pulumi/rancher2`](https://central.sonatype.com/artifact/com.pulumi/rancher2)
## Overview
Expand Down Expand Up @@ -274,7 +274,7 @@ return await Deployment.RunAsync(() =>
package main

import (
"github.com/pulumi/pulumi-rancher2/sdk/v7/go/rancher2"
"github.com/pulumi/pulumi-rancher2/sdk/v8/go/rancher2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

Expand Down
Loading

0 comments on commit 968eeff

Please sign in to comment.