From 7e38c4a5fb377ca6e1c6b9bc0568a7532f84bf8a Mon Sep 17 00:00:00 2001 From: Vincenz Koop <vincenz.koop@gmail.com> Date: Tue, 21 May 2024 15:31:01 +0200 Subject: [PATCH] new release --- .github/workflows/release-pulumi-gotiac-aws.yml | 2 +- packages/pulumi-gotiac-aws/Makefile | 2 +- packages/pulumi-gotiac-aws/provider/pkg/version/version.go | 2 +- packages/pulumi-gotiac-aws/schema.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-pulumi-gotiac-aws.yml b/.github/workflows/release-pulumi-gotiac-aws.yml index 9e41a450..e5371efb 100644 --- a/.github/workflows/release-pulumi-gotiac-aws.yml +++ b/.github/workflows/release-pulumi-gotiac-aws.yml @@ -68,7 +68,7 @@ jobs: fail-fast: true matrix: version: - - 'v0.0.50' + - 'v0.0.51' binary: - pulumi-resource-gotiac goversion: diff --git a/packages/pulumi-gotiac-aws/Makefile b/packages/pulumi-gotiac-aws/Makefile index 4a413287..96d14a1c 100644 --- a/packages/pulumi-gotiac-aws/Makefile +++ b/packages/pulumi-gotiac-aws/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.0.50 +VERSION := 0.0.51 PACK := gotiac PROJECT := github.com/gothub-team/got/packages/pulumi-${PACK}-aws diff --git a/packages/pulumi-gotiac-aws/provider/pkg/version/version.go b/packages/pulumi-gotiac-aws/provider/pkg/version/version.go index c011bc9e..416aa03e 100644 --- a/packages/pulumi-gotiac-aws/provider/pkg/version/version.go +++ b/packages/pulumi-gotiac-aws/provider/pkg/version/version.go @@ -15,4 +15,4 @@ package version // Version is initialized by the Go linker to contain the semver of this build. -var Version string = "0.0.50" +var Version string = "0.0.51" diff --git a/packages/pulumi-gotiac-aws/schema.yaml b/packages/pulumi-gotiac-aws/schema.yaml index 11b512d1..3376fd1f 100644 --- a/packages/pulumi-gotiac-aws/schema.yaml +++ b/packages/pulumi-gotiac-aws/schema.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/pulumi/pulumi/master/pkg/codegen/schema/pulumi.json --- name: gotiac -pluginDownloadURL: https://github.com/gothub-team/got/releases/download/packages/pulumi-gotiac-aws/v0.0.50 +pluginDownloadURL: github://api.github.com/gothub-team resources: gotiac:index:MailDomain: isComponent: true