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

Publish a manifest.json #124

Closed
tcarreira opened this issue Oct 21, 2022 · 0 comments · Fixed by #126
Closed

Publish a manifest.json #124

tcarreira opened this issue Oct 21, 2022 · 0 comments · Fixed by #126

Comments

@tcarreira
Copy link
Contributor

tcarreira commented Oct 21, 2022

Relative to tsuru/tsuru-client#172

In order to support installing the rpaasv2 plugin using the tsuru-client, this project must publish a manifest.json
The example for version v0.33.1 would the following:

{
  "SchemaVersion": "1.0",
  "Metadata": {
    "Name": "rpaasv2",
    "Version": "0.33.1"
  },
  "UrlPerPlatform": {
    "darwin/amd64": "https://github.com/tsuru/rpaas-operator/releases/download/v0.33.1/rpaasv2_0.33.1_Darwin_x86_64.tar.gz",
    "darwin/arm64": "https://github.com/tsuru/rpaas-operator/releases/download/v0.33.1/rpaasv2_0.33.1_Darwin_arm64.tar.gz",
    "linux/amd64": "https://github.com/tsuru/rpaas-operator/releases/download/v0.33.1/rpaasv2_0.33.1_Linux_x86_64.tar.gz",
    "linux/arm64": "https://github.com/tsuru/rpaas-operator/releases/download/v0.33.1/rpaasv2_0.33.1_Linux_arm64.tar.gz",
    "linux/386": "https://github.com/tsuru/rpaas-operator/releases/download/v0.33.1/rpaasv2_0.33.1_Linux_i386.tar.gz",
    "windows/amd64": "https://github.com/tsuru/rpaas-operator/releases/download/v0.33.1/rpaasv2_0.33.1_Windows_x86_64.zip"
    "windows/386": "https://github.com/tsuru/rpaas-operator/releases/download/v0.33.1/rpaasv2_0.33.1_Windows_i386.zip",
  }
}
tcarreira added a commit to tcarreira/rpaas-operator that referenced this issue Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant