Skip to content

Commit

Permalink
Merge pull request #505 from pulumi/fixes-for-null-provider
Browse files Browse the repository at this point in the history
Fixes for null provider
  • Loading branch information
ringods authored Aug 4, 2023
2 parents e313d71 + 591efde commit c738d53
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The following tools are required for generating and deploying GitHub Actions wor

- [Make](https://www.gnu.org/software/make/)
- [npm](https://www.npmjs.com/)
- [golangci-lint](https://golangci-lint.run/)
- [shellcheck](https://github.com/koalaman/shellcheck)

## Building

Expand Down
2 changes: 1 addition & 1 deletion provider-ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROVIDER_REPOS := $(addsuffix /repo, $(PROVIDERS))
ACTIONLINT_VERSION := 1.6.24
ACTIONLINT := bin/actionlint-$(ACTIONLINT_VERSION)

all: ensure test format providers providers lint-providers
all: ensure test format providers lint-providers

gen: clean providers

Expand Down
2 changes: 1 addition & 1 deletion provider-ci/providers/null/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
provider: null
provider: "null"
major-version: 0
lint: false
makeTemplate: bridged
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
PROVIDER: <no value>
PROVIDER: null
DOTNETVERSION: |
6.0.x
3.1.301
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/providers/null/repo/.github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
PROVIDER: <no value>
PROVIDER: null
DOTNETVERSION: |
6.0.x
3.1.301
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
PROVIDER: <no value>
PROVIDER: null
DOTNETVERSION: |
6.0.x
3.1.301
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
PROVIDER: <no value>
PROVIDER: null
IS_PRERELEASE: true
DOTNETVERSION: |
6.0.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
PROVIDER: <no value>
PROVIDER: null
DOTNETVERSION: |
6.0.x
3.1.301
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
PROVIDER: <no value>
PROVIDER: null
DOTNETVERSION: |
6.0.x
3.1.301
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
PROVIDER: <no value>
PROVIDER: null
PULUMI_EXTRA_MAPPING_ERROR: true
PULUMI_MISSING_MAPPING_ERROR: true
DOTNETVERSION: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
PROVIDER: <no value>
PROVIDER: null
PR_COMMIT_SHA: ${{ github.event.client_payload.pull_request.head.sha }}
DOTNETVERSION: |
6.0.x
Expand Down
4 changes: 2 additions & 2 deletions provider-ci/providers/null/repo/.goreleaser.prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ blobs:
provider: s3
region: us-west-2
builds:
- binary: pulumi-resource-<no value>
- binary: pulumi-resource-null
dir: provider
env:
- CGO_ENABLED=0
Expand All @@ -33,7 +33,7 @@ builds:
ignore: []
ldflags:
- -X github.com/pulumi/pulumi-null/provider/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-<no value>/
main: ./cmd/pulumi-resource-null/
changelog:
skip: true
release:
Expand Down
4 changes: 2 additions & 2 deletions provider-ci/providers/null/repo/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ blobs:
provider: s3
region: us-west-2
builds:
- binary: pulumi-resource-<no value>
- binary: pulumi-resource-null
dir: provider
env:
- CGO_ENABLED=0
Expand All @@ -33,7 +33,7 @@ builds:
ignore: []
ldflags:
- -X github.com/pulumi/pulumi-null/provider/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-<no value>/
main: ./cmd/pulumi-resource-null/
changelog:
filters:
exclude:
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/providers/null/repo/.upgrade-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

---
upstream-provider-name: terraform-provider-<no value>
upstream-provider-name: terraform-provider-null
pulumi-infer-version: true
remove-plugins: true
pr-reviewers: pulumi/Providers
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/providers/null/repo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

PACK := <no value>
PACK := null
ORG := pulumi
PROJECT := github.com/$(ORG)/pulumi-$(PACK)
PROVIDER_PATH := provider
Expand Down

0 comments on commit c738d53

Please sign in to comment.