Skip to content

Commit

Permalink
release v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
contabo committed Jul 18, 2022
1 parent 8152907 commit 98cccd0
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
name: release
on:
push:
tags:
- 'v*'
branches:
- '*'
jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -35,8 +35,7 @@ jobs:
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
env:
# These secrets will need to be configured for the repository:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/custom_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "v0.1.9"
version = "v0.1.10"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/use_environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "v0.1.9"
version = "v0.1.10"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "v0.1.9"
version = "v0.1.10"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom_instance/custom_instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "v0.1.9"
version = "v0.1.10"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/main.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "v0.1.9"
version = "v0.1.10"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "v0.1.9"
version = "v0.1.10"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "v0.1.9"
version = "v0.1.10"
}
}
}
Expand Down

0 comments on commit 98cccd0

Please sign in to comment.