Skip to content

Commit

Permalink
Update for nomad major version bump (#568)
Browse files Browse the repository at this point in the history
Major version was bumped in
pulumi/pulumi-nomad#113. This brings the ci-mgmt
files in line with the new version.
  • Loading branch information
mjeffryes authored Sep 13, 2023
1 parent 8348a47 commit db5eb5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions provider-ci/providers/nomad/config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
provider: nomad
major-version: 1
major-version: 2
setup-script: "testing/setup.sh"
env:
VAULT_ADDR: "http://127.0.0.1:4646"
makeTemplate: bridged
plugins:
- name: random
- name: random
version: "4.2.0"
team: ecosystem
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ builds:
- env GOOS={{ .Os }} GOARCH={{ .Arch }} go clean -modcache
ignore: []
ldflags:
- -X github.com/pulumi/pulumi-nomad/provider/pkg/version.Version={{.Tag}}
- -X github.com/pulumi/pulumi-nomad/provider/v2/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-nomad/
changelog:
skip: true
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/providers/nomad/repo/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ builds:
- env GOOS={{ .Os }} GOARCH={{ .Arch }} go clean -modcache
ignore: []
ldflags:
- -X github.com/pulumi/pulumi-nomad/provider/pkg/version.Version={{.Tag}}
- -X github.com/pulumi/pulumi-nomad/provider/v2/pkg/version.Version={{.Tag}}
main: ./cmd/pulumi-resource-nomad/
changelog:
filters:
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/providers/nomad/repo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PACK := nomad
ORG := pulumi
PROJECT := github.com/$(ORG)/pulumi-$(PACK)
PROVIDER_PATH := provider
PROVIDER_PATH := provider/v2
VERSION_PATH := $(PROVIDER_PATH)/pkg/version.Version
TFGEN := pulumi-tfgen-$(PACK)
PROVIDER := pulumi-resource-$(PACK)
Expand Down

0 comments on commit db5eb5b

Please sign in to comment.