Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add avro 0.0.6 version #74

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions repository/repository.index
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index_version = 30
index_version = 31
format_version = 0
timestamp = "2023-03-10T05:36:45.725083896Z"

Expand Down Expand Up @@ -134,7 +134,7 @@ entryPoint = "pact-csv-plugin"

[entries.avro]
name = "avro"
latest_version = "0.0.5"
latest_version = "0.0.6"

[[entries.avro.versions]]
version = "0.0.3"
Expand Down Expand Up @@ -208,6 +208,30 @@ dependencyType = "Plugin"

[entries.avro.versions.manifest.pluginConfig]

[[entries.avro.versions]]
version = "0.0.6"

[entries.avro.versions.source]
type = "GitHubRelease"
value = "https://github.com/austek/pact-avro-plugin/releases/tag/v0.0.6"

[entries.avro.versions.manifest]
pluginInterfaceVersion = 1
name = "avro"
version = "0.0.6"
executableType = "exec"
entryPoint = "bin/pact-avro-plugin"

[entries.avro.versions.manifest.entryPoints]
windows = "bin/pact-avro-plugin.bat"

[[entries.avro.versions.manifest.dependencies]]
name = "jvm"
version = "17+"
dependencyType = "Plugin"

[entries.avro.versions.manifest.pluginConfig]

[entries.protobuf]
name = "protobuf"
latest_version = "0.5.2"
Expand Down
2 changes: 1 addition & 1 deletion repository/repository.index.sha256
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getting an error regarding the sha value

pact_plugin_driver::repository: Was not able to load index from GitHub - Error: SHA256 digest from GitHub does not match: expected 1395cccb4a60a4439095f586efdf7e21bcdcd195d920a31ae4a82a0479b55f73 but got a599b1d4239ff5dbefd040149432403cbf2a60c4c1ee43db69466b9b48bca783

Original file line number Diff line number Diff line change
@@ -1 +1 @@
dd480d37ea07bd0ebcbcadf9ad32c06621abd5e40bc576267cd4c5948fca8054
1395cccb4a60a4439095f586efdf7e21bcdcd195d920a31ae4a82a0479b55f73
Loading