Skip to content

Commit

Permalink
Release 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
torarnv committed Mar 8, 2024
1 parent e15e2c7 commit 7b8ac23
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
# The integration identifier will be used by the Packer team to register the integration
# the expected format is packer/<GitHub Org Name>/<plugin-name>
integration_identifier: "packer/hashicorp/scaffolding"
integration_identifier: "packer/torarnv/ipsw"
release_version: ${{ github.event.inputs.version }}
release_sha: ${{ github.event.inputs.branch }}
github_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/notify-integration-release-via-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "OK"
else
echo "Docs have been updated, but the compiled docs have not been committed."
echo "Run 'make docs', and commit the result to resolve this error."
echo "Run 'make docs.github/workflows/notify-integration-release-via-tag.yaml', and commit the result to resolve this error."
exit 1
fi
# Perform the Release
Expand All @@ -48,7 +48,7 @@ jobs:
with:
# The integration identifier will be used by the Packer team to register the integration
# the expected format is packer/<GitHub Org Name>/<plugin-name>
integration_identifier: "packer/hashicorp/scaffolding"
integration_identifier: "packer/torarnv/ipsw"
release_version: ${{ needs.strip-version.outputs.packer-version }}
release_sha: ${{ github.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .web-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
ipsw = {
version = ">= 0.0.10"
version = ">= 0.0.11"
source = "github.com/torarnv/ipsw"
}
}
Expand Down
2 changes: 1 addition & 1 deletion .web-docs/metadata.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
integration {
name = "IPSW"
description = "IPSW plugins for HashiCorp Packer"
identifier = "torarnv/packer-plugin-ipsw"
identifier = "packer/torarnv/ipsw"
flags = [ "community" ]
docs {
process_docs = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
ipsw = {
version = ">= 0.0.10"
version = ">= 0.0.11"
source = "github.com/torarnv/ipsw"
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var (
Version = "0.0.10"
Version = "0.0.11"
VersionPrerelease = ""
PluginVersion = version.InitializePluginVersion(Version, VersionPrerelease)
)
Expand Down

0 comments on commit 7b8ac23

Please sign in to comment.