mislav / hub

A command-line tool that makes git easier to use with GitHub.
https://hub.github.com/
MIT License
22.77k stars 2.2k forks source link

Editing draft releases often fails #2543

Open inktomi opened 4 years ago

inktomi commented 4 years ago

Command attempted: hub release edit v-1.2.3-0 --attach test.png -m ""

What happened: Unable to find release with tag name `v-1.2.3-0'

More info: hub release --include-drafts show v-1.2.3-0 This shows that the release is an untagged release. I created it via hub release create --draft --message="Test" v-1.2.3-0

mislav commented 4 years ago

Hi, thank you for reporting.

Which hub version do you use? I cannot reproduce this.

inktomi commented 4 years ago

I'm using the latest version of hub - 2.14.2

I do this in three steps.

  1. Create the tag on a release branch (not the default branch for the repo)
  2. Build a bunch of things. Upload the artifacts as each build completes, still a draft
  3. When all the parallel builds are finished, mark the release no longer a draft

It's the second and third step that seem to have issues finding the draft release.

mislav commented 4 years ago

@inktomi I still cannot reproduce; I'm able to attach assets to draft releases just fine.

Can you debug by setting HUB_VERBOSE=1 hub release edit ... and see if anything stands out?

amitesh-kumar-1996 commented 4 years ago

its working

amitesh-kumar-1996 commented 4 years ago

hi thwre

amitesh-kumar-1996 commented 4 years ago

hello

ctron commented 2 years ago

We are running into the same issue, I enabled logging, and here is the result:

Logs ``` 2022-07-07T15:41:07.5912806Z ##[group]Run # add install ZIPs 2022-07-07T15:41:07.5913154Z # add install ZIPs 2022-07-07T15:41:07.5914099Z hub release edit -m "" $(find installer/build -type f -name "drogue-install-*.zip" -printf "-a %p ") $TAG 2022-07-07T15:41:07.5914536Z # add static server binaries 2022-07-07T15:41:07.5914916Z hub release edit -m "" $(find server-binaries -type f -printf "-a %p ") $TAG 2022-07-07T15:41:07.5981956Z shell: /usr/bin/bash -e {0} 2022-07-07T15:41:07.5982235Z env: 2022-07-07T15:41:07.5982473Z VERSION_HELM: v3.7.1 2022-07-07T15:41:07.5982728Z CONTAINER: docker 2022-07-07T15:41:07.5983001Z CONTAINER_REGISTRY: ghcr.io/drogue-iot 2022-07-07T15:41:07.5983285Z VERSION: 0.10.0 2022-07-07T15:41:07.5983521Z HUB_VERBOSE: 1 2022-07-07T15:41:07.5984125Z GITHUB_TOKEN: *** 2022-07-07T15:41:07.5984360Z TAG: v0.10.0 2022-07-07T15:41:07.5984594Z ##[endgroup] 2022-07-07T15:41:08.0863536Z $ git rev-parse -q --git-dir 2022-07-07T15:41:08.0937724Z $ git remote -v 2022-07-07T15:41:08.0964031Z $ git config --get-all hub.host 2022-07-07T15:41:08.0987065Z > GET https://api.github.com/repos/drogue-iot/drogue-cloud/releases?per_page=100 2022-07-07T15:41:08.1224729Z > Authorization: token [REDACTED] 2022-07-07T15:41:08.1225521Z > Accept: application/vnd.github.v3+json;charset=utf-8 2022-07-07T15:41:08.6685057Z < HTTP 200 2022-07-07T15:41:08.7435725Z [{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/71471875","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/71471875/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/71471875/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/untagged-1a7abe64b2e86eeb638e","id":71471875,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4EQpMD","tag_name":"v0.10.0-rc7","target_commitish":"9efabb4528ce1c8be867046c52858b65516174e7","name":"0.10.0-rc7","draft":true,"prerelease":true,"created_at":"2022-07-07T11:59:47Z","published_at":null,"assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70855731","id":70855731,"node_id":"RA_kwDOEYdbJc4EOSwz","name":"drogue-cloud-server-linux-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":81915744,"download_count":0,"created_at":"2022-07-07T13:03:15Z","updated_at":"2022-07-07T13:03:20Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/untagged-1a7abe64b2e86eeb638e/drogue-cloud-server-linux-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70855733","id":70855733,"node_id":"RA_kwDOEYdbJc4EOSw1","name":"drogue-cloud-server-macos-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":60103960,"download_count":0,"created_at":"2022-07-07T13:03:20Z","updated_at":"2022-07-07T13:03:24Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/untagged-1a7abe64b2e86eeb638e/drogue-cloud-server-macos-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70855729","id":70855729,"node_id":"RA_kwDOEYdbJc4EOSwx","name":"drogue-install-kind-0.10.0-rc7.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":262328,"download_count":0,"created_at":"2022-07-07T13:03:12Z","updated_at":"2022-07-07T13:03:13Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/untagged-1a7abe64b2e86eeb638e/drogue-install-kind-0.10.0-rc7.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70855730","id":70855730,"node_id":"RA_kwDOEYdbJc4EOSwy","name":"drogue-install-minikube-0.10.0-rc7.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":264838,"download_count":0,"created_at":"2022-07-07T13:03:13Z","updated_at":"2022-07-07T13:03:14Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/untagged-1a7abe64b2e86eeb638e/drogue-install-minikube-0.10.0-rc7.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70855728","id":70855728,"node_id":"RA_kwDOEYdbJc4EOSww","name":"drogue-install-openshift-0.10.0-rc7.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":265499,"download_count":0,"created_at":"2022-07-07T13:03:12Z","updated_at":"2022-07-07T13:03:12Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/untagged-1a7abe64b2e86eeb638e/drogue-install-openshift-0.10.0-rc7.zip"}],"tarball_url":null,"zipball_url":null,"body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/71470185","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/71470185/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/71470185/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.10.0-rc7","id":71470185,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4EQoxp","tag_name":"v0.10.0-rc7","target_commitish":"9efabb4528ce1c8be867046c52858b65516174e7","name":"0.10.0-rc7","draft":false,"prerelease":true,"created_at":"2022-07-07T11:59:47Z","published_at":"2022-07-07T12:46:25Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70853110","id":70853110,"node_id":"RA_kwDOEYdbJc4EOSH2","name":"drogue-cloud-server-linux-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":81915744,"download_count":0,"created_at":"2022-07-07T12:46:20Z","updated_at":"2022-07-07T12:46:22Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.10.0-rc7/drogue-cloud-server-linux-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70853113","id":70853113,"node_id":"RA_kwDOEYdbJc4EOSH5","name":"drogue-cloud-server-macos-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":60103960,"download_count":0,"created_at":"2022-07-07T12:46:23Z","updated_at":"2022-07-07T12:46:24Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.10.0-rc7/drogue-cloud-server-macos-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70853108","id":70853108,"node_id":"RA_kwDOEYdbJc4EOSH0","name":"drogue-install-kind-0.10.0-rc7.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":262347,"download_count":1,"created_at":"2022-07-07T12:46:19Z","updated_at":"2022-07-07T12:46:19Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.10.0-rc7/drogue-install-kind-0.10.0-rc7.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70853109","id":70853109,"node_id":"RA_kwDOEYdbJc4EOSH1","name":"drogue-install-minikube-0.10.0-rc7.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":264858,"download_count":0,"created_at":"2022-07-07T12:46:19Z","updated_at":"2022-07-07T12:46:19Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.10.0-rc7/drogue-install-minikube-0.10.0-rc7.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/70853107","id":70853107,"node_id":"RA_kwDOEYdbJc4EOSHz","name":"drogue-install-openshift-0.10.0-rc7.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":265484,"download_count":0,"created_at":"2022-07-07T12:46:18Z","updated_at":"2022-07-07T12:46:18Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.10.0-rc7/drogue-install-openshift-0.10.0-rc7.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.10.0-rc7","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.10.0-rc7","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/62621473","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/62621473/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/62621473/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.9.0","id":62621473,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4Du4ch","tag_name":"v0.9.0","target_commitish":"18da9a8a20f4a001b41eae9eb6429fe6f9bed1b7","name":"0.9.0","draft":false,"prerelease":false,"created_at":"2022-03-23T18:29:37Z","published_at":"2022-03-23T20:39:02Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/60392179","id":60392179,"node_id":"RA_kwDOEYdbJc4DmYLz","name":"drogue-cloud-server-linux-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":71985344,"download_count":4,"created_at":"2022-03-23T20:39:00Z","updated_at":"2022-03-23T20:39:02Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.9.0/drogue-cloud-server-linux-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/60392178","id":60392178,"node_id":"RA_kwDOEYdbJc4DmYLy","name":"drogue-cloud-server-macos-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":55927088,"download_count":3,"created_at":"2022-03-23T20:38:58Z","updated_at":"2022-03-23T20:38:59Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.9.0/drogue-cloud-server-macos-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/60392174","id":60392174,"node_id":"RA_kwDOEYdbJc4DmYLu","name":"drogue-install-kind-0.9.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":238459,"download_count":6,"created_at":"2022-03-23T20:38:56Z","updated_at":"2022-03-23T20:38:56Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.9.0/drogue-install-kind-0.9.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/60392176","id":60392176,"node_id":"RA_kwDOEYdbJc4DmYLw","name":"drogue-install-minikube-0.9.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":240888,"download_count":5,"created_at":"2022-03-23T20:38:57Z","updated_at":"2022-03-23T20:38:57Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.9.0/drogue-install-minikube-0.9.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/60392175","id":60392175,"node_id":"RA_kwDOEYdbJc4DmYLv","name":"drogue-install-openshift-0.9.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":241492,"download_count":12,"created_at":"2022-03-23T20:38:56Z","updated_at":"2022-03-23T20:38:57Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.9.0/drogue-install-openshift-0.9.0.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.9.0","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.9.0","body":"## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drgadm` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n* Bash\r\n* `kubectl`\r\n* `curl`\r\n* `helm`\r\n* Podman or docker\r\n* A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drgadm deploy\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drgadm deploy\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster --config=deploy/kind/cluster-config.yaml\r\n./scripts/drgadm deploy\r\n~~~"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/55490214","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/55490214/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/55490214/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.8.1","id":55490214,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4DTram","tag_name":"v0.8.1","target_commitish":"dc11dab7b54e519a3424ff728bdb056008476966","name":"0.8.1","draft":false,"prerelease":false,"created_at":"2021-12-15T14:00:11Z","published_at":"2021-12-16T20:09:50Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/51954076","id":51954076,"node_id":"RA_kwDOEYdbJc4DGMGc","name":"drogue-cloud-server-linux-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":69347296,"download_count":9,"created_at":"2021-12-16T20:09:41Z","updated_at":"2021-12-16T20:09:46Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.1/drogue-cloud-server-linux-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/51954089","id":51954089,"node_id":"RA_kwDOEYdbJc4DGMGp","name":"drogue-cloud-server-macos-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":53520600,"download_count":5,"created_at":"2021-12-16T20:09:46Z","updated_at":"2021-12-16T20:09:49Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.1/drogue-cloud-server-macos-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/51954069","id":51954069,"node_id":"RA_kwDOEYdbJc4DGMGV","name":"drogue-install-kind-0.8.1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":183535,"download_count":7,"created_at":"2021-12-16T20:09:39Z","updated_at":"2021-12-16T20:09:39Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.1/drogue-install-kind-0.8.1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/51954074","id":51954074,"node_id":"RA_kwDOEYdbJc4DGMGa","name":"drogue-install-minikube-0.8.1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":185517,"download_count":4,"created_at":"2021-12-16T20:09:39Z","updated_at":"2021-12-16T20:09:40Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.1/drogue-install-minikube-0.8.1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/51954075","id":51954075,"node_id":"RA_kwDOEYdbJc4DGMGb","name":"drogue-install-openshift-0.8.1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":186010,"download_count":11,"created_at":"2021-12-16T20:09:40Z","updated_at":"2021-12-16T20:09:40Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.1/drogue-install-openshift-0.8.1.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.8.1","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.8.1","body":"## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drgadm` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n* Bash\r\n* `kubectl`\r\n* `curl`\r\n* `helm`\r\n* Podman or docker\r\n* A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drgadm deploy\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drgadm deploy\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster --config=deploy/kind/cluster-config.yaml\r\n./scripts/drgadm deploy\r\n~~~\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/54402395","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/54402395/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/54402395/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.8.0","id":54402395,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4DPh1b","tag_name":"v0.8.0","target_commitish":"d5cb9071ef6870b5d278a38b0cb3ea4eba4c97aa","name":"0.8.0","draft":false,"prerelease":false,"created_at":"2021-12-01T10:23:04Z","published_at":"2021-12-01T12:00:54Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/50729508","id":50729508,"node_id":"RA_kwDOEYdbJc4DBhIk","name":"drogue-cloud-server-linux-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":69109952,"download_count":7,"created_at":"2021-12-01T12:00:51Z","updated_at":"2021-12-01T12:00:53Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.0/drogue-cloud-server-linux-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/50729503","id":50729503,"node_id":"RA_kwDOEYdbJc4DBhIf","name":"drogue-cloud-server-macos-amd64","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":53485568,"download_count":7,"created_at":"2021-12-01T12:00:49Z","updated_at":"2021-12-01T12:00:51Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.0/drogue-cloud-server-macos-amd64"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/50729498","id":50729498,"node_id":"RA_kwDOEYdbJc4DBhIa","name":"drogue-install-kind-0.8.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":183534,"download_count":5,"created_at":"2021-12-01T12:00:47Z","updated_at":"2021-12-01T12:00:47Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.0/drogue-install-kind-0.8.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/50729500","id":50729500,"node_id":"RA_kwDOEYdbJc4DBhIc","name":"drogue-install-minikube-0.8.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":185516,"download_count":4,"created_at":"2021-12-01T12:00:47Z","updated_at":"2021-12-01T12:00:48Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.0/drogue-install-minikube-0.8.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/50729502","id":50729502,"node_id":"RA_kwDOEYdbJc4DBhIe","name":"drogue-install-openshift-0.8.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":186021,"download_count":5,"created_at":"2021-12-01T12:00:48Z","updated_at":"2021-12-01T12:00:48Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.8.0/drogue-install-openshift-0.8.0.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.8.0","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.8.0","body":"## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drgadm` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n* Bash\r\n* `kubectl`\r\n* `curl`\r\n* `helm`\r\n* Podman or docker\r\n* A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drgadm deploy\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drgadm deploy\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster --config=deploy/kind/cluster-config.yaml\r\n./scripts/drgadm deploy\r\n~~~\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/52712947","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/52712947/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/52712947/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.7.1","id":52712947,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4DJFXz","tag_name":"v0.7.1","target_commitish":"dcf26a75831398563e23ba59d966d9a0f2a3ac28","name":"0.7.1","draft":false,"prerelease":false,"created_at":"2021-11-04T14:39:25Z","published_at":"2021-11-04T16:55:06Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/48633825","id":48633825,"node_id":"RA_kwDOEYdbJc4C5hfh","name":"drogue-install-kind-0.7.1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":129341,"download_count":7,"created_at":"2021-11-04T16:55:05Z","updated_at":"2021-11-04T16:55:06Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.1/drogue-install-kind-0.7.1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/48633824","id":48633824,"node_id":"RA_kwDOEYdbJc4C5hfg","name":"drogue-install-minikube-0.7.1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":130993,"download_count":3,"created_at":"2021-11-04T16:55:05Z","updated_at":"2021-11-04T16:55:05Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.1/drogue-install-minikube-0.7.1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/48633823","id":48633823,"node_id":"RA_kwDOEYdbJc4C5hff","name":"drogue-install-openshift-0.7.1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":131405,"download_count":4,"created_at":"2021-11-04T16:55:04Z","updated_at":"2021-11-04T16:55:05Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.1/drogue-install-openshift-0.7.1.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.7.1","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.7.1","body":"## Changelog\r\n\r\n#### Fixes\r\n\r\n* upgrade ntex dependency of MQTT endpoint too 7325197\r\n* update ntex dependencies 905c2a7, closes #148\r\n* **frontend:** Add the missing topic field to the Knative example 804f41b\r\n* **auth:** Fix the crate version f4d3c81\r\n* base64 encode json payload for TTNv3 API 8ffa258\r\n\r\n## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drgadm` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n * Bash\r\n * `kubectl`\r\n * `curl`\r\n * `helm`\r\n * Podman or docker\r\n * A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drgadm deploy\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drgadm deploy\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster --config=deploy/kind/cluster-config.yaml\r\n./scripts/drgadm deploy\r\n~~~\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/52706125","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/52706125/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/52706125/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.7.1-rc3","id":52706125,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4DJDtN","tag_name":"v0.7.1-rc3","target_commitish":"dcf26a75831398563e23ba59d966d9a0f2a3ac28","name":"0.7.1-rc3","draft":false,"prerelease":true,"created_at":"2021-11-04T14:39:25Z","published_at":"2021-11-04T15:48:46Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/48628258","id":48628258,"node_id":"RA_kwDOEYdbJc4C5gIi","name":"drogue-install-kind-0.7.1-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":130999,"download_count":2,"created_at":"2021-11-04T15:48:45Z","updated_at":"2021-11-04T15:48:45Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.1-rc3/drogue-install-kind-0.7.1-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/48628256","id":48628256,"node_id":"RA_kwDOEYdbJc4C5gIg","name":"drogue-install-minikube-0.7.1-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":132654,"download_count":2,"created_at":"2021-11-04T15:48:44Z","updated_at":"2021-11-04T15:48:45Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.1-rc3/drogue-install-minikube-0.7.1-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/48628254","id":48628254,"node_id":"RA_kwDOEYdbJc4C5gIe","name":"drogue-install-openshift-0.7.1-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":133065,"download_count":2,"created_at":"2021-11-04T15:48:44Z","updated_at":"2021-11-04T15:48:44Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.1-rc3/drogue-install-openshift-0.7.1-rc3.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.7.1-rc3","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.7.1-rc3","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/49988269","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/49988269/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/49988269/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.7.0","id":49988269,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4C-sKt","tag_name":"v0.7.0","target_commitish":"cd943a35fc6317983ec360019547689a2bc83ac7","name":"0.7.0","draft":false,"prerelease":false,"created_at":"2021-09-21T13:09:21Z","published_at":"2021-09-21T14:11:59Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45287303","id":45287303,"node_id":"RA_kwDOEYdbJc4CsweH","name":"drogue-install-kind-0.7.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":128997,"download_count":6,"created_at":"2021-09-21T14:11:58Z","updated_at":"2021-09-21T14:11:58Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0/drogue-install-kind-0.7.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45287302","id":45287302,"node_id":"RA_kwDOEYdbJc4CsweG","name":"drogue-install-minikube-0.7.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":130665,"download_count":1,"created_at":"2021-09-21T14:11:57Z","updated_at":"2021-09-21T14:11:58Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0/drogue-install-minikube-0.7.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45287305","id":45287305,"node_id":"RA_kwDOEYdbJc4CsweJ","name":"drogue-install-openshift-0.7.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":131081,"download_count":4,"created_at":"2021-09-21T14:11:58Z","updated_at":"2021-09-21T14:11:59Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0/drogue-install-openshift-0.7.0.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.7.0","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.7.0","body":"\r\n## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drgadm` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n * Bash\r\n * `kubectl`\r\n * `curl`\r\n * `helm`\r\n * Podman or docker\r\n * A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drgadm deploy\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drgadm deploy\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster --config=deploy/kind/cluster-config.yaml\r\n./scripts/drgadm deploy\r\n~~~\r\n\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/49979062","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/49979062/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/49979062/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.7.0-rc4","id":49979062,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4C-p62","tag_name":"v0.7.0-rc4","target_commitish":"d55eb9b5645c728f89ef23751eac8b29aa816ec0","name":"0.7.0-rc4","draft":false,"prerelease":true,"created_at":"2021-09-21T11:35:16Z","published_at":"2021-09-21T12:21:24Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45278817","id":45278817,"node_id":"RA_kwDOEYdbJc4CsuZh","name":"drogue-install-kind-0.7.0-rc4.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":130679,"download_count":3,"created_at":"2021-09-21T12:21:22Z","updated_at":"2021-09-21T12:21:23Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0-rc4/drogue-install-kind-0.7.0-rc4.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45278818","id":45278818,"node_id":"RA_kwDOEYdbJc4CsuZi","name":"drogue-install-minikube-0.7.0-rc4.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":132347,"download_count":2,"created_at":"2021-09-21T12:21:23Z","updated_at":"2021-09-21T12:21:23Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0-rc4/drogue-install-minikube-0.7.0-rc4.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45278819","id":45278819,"node_id":"RA_kwDOEYdbJc4CsuZj","name":"drogue-install-openshift-0.7.0-rc4.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":132762,"download_count":2,"created_at":"2021-09-21T12:21:23Z","updated_at":"2021-09-21T12:21:24Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0-rc4/drogue-install-openshift-0.7.0-rc4.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.7.0-rc4","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.7.0-rc4","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/49859473","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/49859473/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/49859473/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.7.0-rc3","id":49859473,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4C-MuR","tag_name":"v0.7.0-rc3","target_commitish":"a3936aa4bf1bdae92049b329e2207fa012852dd9","name":"0.7.0-rc3","draft":false,"prerelease":true,"created_at":"2021-09-20T11:46:52Z","published_at":"2021-09-20T14:39:31Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45207191","id":45207191,"node_id":"RA_kwDOEYdbJc4Csc6X","name":"drogue-install-kind-0.7.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":130692,"download_count":3,"created_at":"2021-09-20T14:39:29Z","updated_at":"2021-09-20T14:39:29Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0-rc3/drogue-install-kind-0.7.0-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45207196","id":45207196,"node_id":"RA_kwDOEYdbJc4Csc6c","name":"drogue-install-minikube-0.7.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":132362,"download_count":2,"created_at":"2021-09-20T14:39:30Z","updated_at":"2021-09-20T14:39:30Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0-rc3/drogue-install-minikube-0.7.0-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45207192","id":45207192,"node_id":"RA_kwDOEYdbJc4Csc6Y","name":"drogue-install-openshift-0.7.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":132778,"download_count":2,"created_at":"2021-09-20T14:39:30Z","updated_at":"2021-09-20T14:39:30Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0-rc3/drogue-install-openshift-0.7.0-rc3.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.7.0-rc3","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.7.0-rc3","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/49840786","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/49840786/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/49840786/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.7.0-rc1","id":49840786,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDOEYdbJc4C-IKS","tag_name":"v0.7.0-rc1","target_commitish":"f26b27e40c6669c8a255efd5a763e2d18a48de11","name":"0.7.0-rc1","draft":false,"prerelease":true,"created_at":"2021-09-20T08:19:35Z","published_at":"2021-09-20T09:45:50Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45189144","id":45189144,"node_id":"RA_kwDOEYdbJc4CsYgY","name":"drogue-install-kind-0.7.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":130692,"download_count":3,"created_at":"2021-09-20T09:45:49Z","updated_at":"2021-09-20T09:45:50Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0-rc1/drogue-install-kind-0.7.0-rc1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45189142","id":45189142,"node_id":"RA_kwDOEYdbJc4CsYgW","name":"drogue-install-minikube-0.7.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":132363,"download_count":2,"created_at":"2021-09-20T09:45:49Z","updated_at":"2021-09-20T09:45:49Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0-rc1/drogue-install-minikube-0.7.0-rc1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/45189140","id":45189140,"node_id":"RA_kwDOEYdbJc4CsYgU","name":"drogue-install-openshift-0.7.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":132779,"download_count":2,"created_at":"2021-09-20T09:45:48Z","updated_at":"2021-09-20T09:45:49Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.7.0-rc1/drogue-install-openshift-0.7.0-rc1.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.7.0-rc1","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.7.0-rc1","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/45493949","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/45493949/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/45493949/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.6.0","id":45493949,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQ1NDkzOTQ5","tag_name":"v0.6.0","target_commitish":"7d8fad143ff853c1c8db5d2d7302eb0b52c9c9e0","name":"0.6.0","draft":false,"prerelease":false,"created_at":"2021-06-30T12:31:10Z","published_at":"2021-06-30T13:59:29Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/39486005","id":39486005,"node_id":"MDEyOlJlbGVhc2VBc3NldDM5NDg2MDA1","name":"drogue-install-kind-0.6.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":114236,"download_count":8,"created_at":"2021-06-30T13:59:28Z","updated_at":"2021-06-30T13:59:28Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.6.0/drogue-install-kind-0.6.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/39486006","id":39486006,"node_id":"MDEyOlJlbGVhc2VBc3NldDM5NDg2MDA2","name":"drogue-install-minikube-0.6.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":115744,"download_count":5,"created_at":"2021-06-30T13:59:28Z","updated_at":"2021-06-30T13:59:29Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.6.0/drogue-install-minikube-0.6.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/39486004","id":39486004,"node_id":"MDEyOlJlbGVhc2VBc3NldDM5NDg2MDA0","name":"drogue-install-openshift-0.6.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":116120,"download_count":5,"created_at":"2021-06-30T13:59:28Z","updated_at":"2021-06-30T13:59:28Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.6.0/drogue-install-openshift-0.6.0.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.6.0","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.6.0","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/45427627","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/45427627/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/45427627/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.6.0-rc1","id":45427627,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQ1NDI3NjI3","tag_name":"v0.6.0-rc1","target_commitish":"91d550826bcaca183fe48f83aca193adcfa879d7","name":"0.6.0-rc1","draft":false,"prerelease":true,"created_at":"2021-06-29T08:56:25Z","published_at":"2021-06-29T14:14:30Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/39421065","id":39421065,"node_id":"MDEyOlJlbGVhc2VBc3NldDM5NDIxMDY1","name":"drogue-install-kind-0.6.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":115474,"download_count":9,"created_at":"2021-06-29T14:14:28Z","updated_at":"2021-06-29T14:14:29Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.6.0-rc1/drogue-install-kind-0.6.0-rc1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/39421063","id":39421063,"node_id":"MDEyOlJlbGVhc2VBc3NldDM5NDIxMDYz","name":"drogue-install-minikube-0.6.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":116985,"download_count":4,"created_at":"2021-06-29T14:14:27Z","updated_at":"2021-06-29T14:14:28Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.6.0-rc1/drogue-install-minikube-0.6.0-rc1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/39421064","id":39421064,"node_id":"MDEyOlJlbGVhc2VBc3NldDM5NDIxMDY0","name":"drogue-install-openshift-0.6.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":117361,"download_count":2,"created_at":"2021-06-29T14:14:28Z","updated_at":"2021-06-29T14:14:28Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.6.0-rc1/drogue-install-openshift-0.6.0-rc1.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.6.0-rc1","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.6.0-rc1","body":"","reactions":{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/45427627/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0}},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42834246","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42834246/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/42834246/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.5.0","id":42834246,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQyODM0MjQ2","tag_name":"v0.5.0","target_commitish":"610564e8f5298b330a98be2095d72ae00f463981","name":"0.5.0","draft":false,"prerelease":false,"created_at":"2021-05-12T10:09:56Z","published_at":"2021-05-12T12:08:54Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36853691","id":36853691,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODUzNjkx","name":"drogue-install-kind-0.5.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":99788,"download_count":19,"created_at":"2021-05-12T12:08:52Z","updated_at":"2021-05-12T12:08:53Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0/drogue-install-kind-0.5.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36853694","id":36853694,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODUzNjk0","name":"drogue-install-minikube-0.5.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":101619,"download_count":7,"created_at":"2021-05-12T12:08:53Z","updated_at":"2021-05-12T12:08:53Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0/drogue-install-minikube-0.5.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36853693","id":36853693,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODUzNjkz","name":"drogue-install-openshift-0.5.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":100400,"download_count":3,"created_at":"2021-05-12T12:08:53Z","updated_at":"2021-05-12T12:08:53Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0/drogue-install-openshift-0.5.0.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.5.0","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.5.0","body":"## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drogue.sh` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n * Bash\r\n * `kubectl`\r\n * `curl`\r\n * Podman or docker\r\n * A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drogue.sh\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster\r\n./scripts/drogue.sh\r\n~~~\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42787145","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42787145/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/42787145/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.5.0-rc4","id":42787145,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQyNzg3MTQ1","tag_name":"v0.5.0-rc4","target_commitish":"0c77aa3a1427a5bf395aa651d4f54022773c6371","name":"0.5.0-rc4","draft":false,"prerelease":true,"created_at":"2021-05-11T16:13:42Z","published_at":"2021-05-11T16:53:41Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36811233","id":36811233,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODExMjMz","name":"drogue-install-kind-0.5.0-rc4.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":101361,"download_count":4,"created_at":"2021-05-11T16:53:41Z","updated_at":"2021-05-11T16:53:41Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc4/drogue-install-kind-0.5.0-rc4.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36811232","id":36811232,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODExMjMy","name":"drogue-install-minikube-0.5.0-rc4.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":103193,"download_count":3,"created_at":"2021-05-11T16:53:40Z","updated_at":"2021-05-11T16:53:40Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc4/drogue-install-minikube-0.5.0-rc4.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36811234","id":36811234,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODExMjM0","name":"drogue-install-openshift-0.5.0-rc4.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":101933,"download_count":2,"created_at":"2021-05-11T16:53:41Z","updated_at":"2021-05-11T16:53:41Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc4/drogue-install-openshift-0.5.0-rc4.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.5.0-rc4","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.5.0-rc4","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42781637","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42781637/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/42781637/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.5.0-rc3","id":42781637,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQyNzgxNjM3","tag_name":"v0.5.0-rc3","target_commitish":"df92589d788ccd9f4281f233b15460de6a1fa52b","name":"0.5.0-rc3","draft":false,"prerelease":true,"created_at":"2021-05-11T14:45:27Z","published_at":"2021-05-11T15:28:26Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36806834","id":36806834,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODA2ODM0","name":"drogue-install-kind-0.5.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":101360,"download_count":0,"created_at":"2021-05-11T15:28:24Z","updated_at":"2021-05-11T15:28:24Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc3/drogue-install-kind-0.5.0-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36806838","id":36806838,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODA2ODM4","name":"drogue-install-minikube-0.5.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":103191,"download_count":0,"created_at":"2021-05-11T15:28:25Z","updated_at":"2021-05-11T15:28:25Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc3/drogue-install-minikube-0.5.0-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36806837","id":36806837,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODA2ODM3","name":"drogue-install-openshift-0.5.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":101931,"download_count":0,"created_at":"2021-05-11T15:28:24Z","updated_at":"2021-05-11T15:28:25Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc3/drogue-install-openshift-0.5.0-rc3.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.5.0-rc3","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.5.0-rc3","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42781666","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42781666/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/42781666/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.5.0-rc2","id":42781666,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQyNzgxNjY2","tag_name":"v0.5.0-rc2","target_commitish":"3931ed37d1584782b0c8d3e40065cee7edd10581","name":"0.5.0-rc2","draft":false,"prerelease":true,"created_at":"2021-05-11T14:44:19Z","published_at":"2021-05-11T15:28:49Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36806860","id":36806860,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODA2ODYw","name":"drogue-install-kind-0.5.0-rc2.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":100821,"download_count":0,"created_at":"2021-05-11T15:28:47Z","updated_at":"2021-05-11T15:28:48Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc2/drogue-install-kind-0.5.0-rc2.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36806863","id":36806863,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODA2ODYz","name":"drogue-install-minikube-0.5.0-rc2.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":102644,"download_count":0,"created_at":"2021-05-11T15:28:48Z","updated_at":"2021-05-11T15:28:49Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc2/drogue-install-minikube-0.5.0-rc2.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36806861","id":36806861,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2ODA2ODYx","name":"drogue-install-openshift-0.5.0-rc2.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":101383,"download_count":0,"created_at":"2021-05-11T15:28:48Z","updated_at":"2021-05-11T15:28:48Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc2/drogue-install-openshift-0.5.0-rc2.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.5.0-rc2","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.5.0-rc2","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42765392","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/42765392/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/42765392/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.5.0-rc1","id":42765392,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQyNzY1Mzky","tag_name":"v0.5.0-rc1","target_commitish":"dfe910e72efaaf73f1017f4b6a2a191dd67ca20b","name":"0.5.0-rc1","draft":false,"prerelease":true,"created_at":"2021-05-11T10:48:00Z","published_at":"2021-05-11T11:39:03Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36791500","id":36791500,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2NzkxNTAw","name":"drogue-install-kind-0.5.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":100799,"download_count":3,"created_at":"2021-05-11T11:39:02Z","updated_at":"2021-05-11T11:39:02Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc1/drogue-install-kind-0.5.0-rc1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36791499","id":36791499,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2NzkxNDk5","name":"drogue-install-minikube-0.5.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":102622,"download_count":4,"created_at":"2021-05-11T11:39:02Z","updated_at":"2021-05-11T11:39:02Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc1/drogue-install-minikube-0.5.0-rc1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/36791501","id":36791501,"node_id":"MDEyOlJlbGVhc2VBc3NldDM2NzkxNTAx","name":"drogue-install-openshift-0.5.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":101360,"download_count":2,"created_at":"2021-05-11T11:39:03Z","updated_at":"2021-05-11T11:39:03Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.5.0-rc1/drogue-install-openshift-0.5.0-rc1.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.5.0-rc1","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.5.0-rc1","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/40778292","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/40778292/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/40778292/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.4.0","id":40778292,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQwNzc4Mjky","tag_name":"v0.4.0","target_commitish":"0daaf682a9711bf47431c26959f3778b4485adb1","name":"0.4.0","draft":false,"prerelease":false,"created_at":"2021-03-31T15:51:24Z","published_at":"2021-03-31T18:38:30Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34276905","id":34276905,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0Mjc2OTA1","name":"drogue-install-kind-0.4.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":91040,"download_count":2,"created_at":"2021-03-31T18:38:29Z","updated_at":"2021-03-31T18:38:30Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0/drogue-install-kind-0.4.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34276903","id":34276903,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0Mjc2OTAz","name":"drogue-install-minikube-0.4.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":92696,"download_count":5,"created_at":"2021-03-31T18:38:29Z","updated_at":"2021-03-31T18:38:29Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0/drogue-install-minikube-0.4.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34276904","id":34276904,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0Mjc2OTA0","name":"drogue-install-openshift-0.4.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":92393,"download_count":3,"created_at":"2021-03-31T18:38:29Z","updated_at":"2021-03-31T18:38:29Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0/drogue-install-openshift-0.4.0.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.4.0","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.4.0","body":"\r\n## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drogue.sh` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n * Bash\r\n * `kubectl`\r\n * `curl`\r\n * Podman or docker\r\n * A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drogue.sh\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/40771377","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/40771377/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/40771377/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.4.0-rc4","id":40771377,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQwNzcxMzc3","tag_name":"v0.4.0-rc4","target_commitish":"c761bb7fc8e29fc1b459c3c85d15083818bb026d","name":"0.4.0-rc4","draft":false,"prerelease":true,"created_at":"2021-03-31T15:49:19Z","published_at":"2021-03-31T16:33:19Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34270461","id":34270461,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0MjcwNDYx","name":"drogue-install-kind-0.4.0-rc4.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":92472,"download_count":2,"created_at":"2021-03-31T16:33:18Z","updated_at":"2021-03-31T16:33:19Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0-rc4/drogue-install-kind-0.4.0-rc4.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34270460","id":34270460,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0MjcwNDYw","name":"drogue-install-minikube-0.4.0-rc4.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":94129,"download_count":3,"created_at":"2021-03-31T16:33:18Z","updated_at":"2021-03-31T16:33:18Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0-rc4/drogue-install-minikube-0.4.0-rc4.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34270457","id":34270457,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0MjcwNDU3","name":"drogue-install-openshift-0.4.0-rc4.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":93801,"download_count":2,"created_at":"2021-03-31T16:33:18Z","updated_at":"2021-03-31T16:33:18Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0-rc4/drogue-install-openshift-0.4.0-rc4.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.4.0-rc4","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.4.0-rc4","body":"\r\n## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drogue.sh` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n * Bash\r\n * `kubectl`\r\n * `curl`\r\n * Podman or docker\r\n * A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drogue.sh\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/40766017","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/40766017/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/40766017/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.4.0-rc3","id":40766017,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQwNzY2MDE3","tag_name":"v0.4.0-rc3","target_commitish":"498652cf3104d42a18e09d9ecfa4eb24feff2423","name":"0.4.0-rc3","draft":false,"prerelease":true,"created_at":"2021-03-31T14:22:49Z","published_at":"2021-03-31T15:08:01Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34265613","id":34265613,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0MjY1NjEz","name":"drogue-install-kind-0.4.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":92472,"download_count":2,"created_at":"2021-03-31T15:07:58Z","updated_at":"2021-03-31T15:07:59Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0-rc3/drogue-install-kind-0.4.0-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34265614","id":34265614,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0MjY1NjE0","name":"drogue-install-minikube-0.4.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":94129,"download_count":3,"created_at":"2021-03-31T15:07:59Z","updated_at":"2021-03-31T15:08:00Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0-rc3/drogue-install-minikube-0.4.0-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34265612","id":34265612,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0MjY1NjEy","name":"drogue-install-openshift-0.4.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":93801,"download_count":2,"created_at":"2021-03-31T15:07:58Z","updated_at":"2021-03-31T15:07:58Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0-rc3/drogue-install-openshift-0.4.0-rc3.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.4.0-rc3","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.4.0-rc3","body":"\r\n## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drogue.sh` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n * Bash\r\n * `kubectl`\r\n * `curl`\r\n * Podman or docker\r\n * A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drogue.sh\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/40750925","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/40750925/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/40750925/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.4.0-rc1","id":40750925,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTQwNzUwOTI1","tag_name":"v0.4.0-rc1","target_commitish":"5aa79d4258c2a5c3c4e4cf7bdbcaa62501d143f8","name":"0.4.0-rc1","draft":false,"prerelease":true,"created_at":"2021-03-31T09:44:34Z","published_at":"2021-03-31T10:50:36Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34254042","id":34254042,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0MjU0MDQy","name":"drogue-install-kind-0.4.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":92003,"download_count":2,"created_at":"2021-03-31T10:50:34Z","updated_at":"2021-03-31T10:50:35Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0-rc1/drogue-install-kind-0.4.0-rc1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34254045","id":34254045,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0MjU0MDQ1","name":"drogue-install-minikube-0.4.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":93652,"download_count":4,"created_at":"2021-03-31T10:50:35Z","updated_at":"2021-03-31T10:50:35Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0-rc1/drogue-install-minikube-0.4.0-rc1.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/34254043","id":34254043,"node_id":"MDEyOlJlbGVhc2VBc3NldDM0MjU0MDQz","name":"drogue-install-openshift-0.4.0-rc1.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":93322,"download_count":3,"created_at":"2021-03-31T10:50:35Z","updated_at":"2021-03-31T10:50:35Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.4.0-rc1/drogue-install-openshift-0.4.0-rc1.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.4.0-rc1","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.4.0-rc1","body":"\r\n## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drogue.sh` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n * Bash\r\n * `kubectl`\r\n * `curl`\r\n * Podman or docker\r\n * A Kubernetes cluster (also see below)\r\n\r\nBy default, the cluster type will be aligned with the downloaded installer. However, you can override this using\r\nthe `CLUSTER` variable:\r\n\r\n~~~shell\r\nenv CLUSTER=kind ./scripts/drogue.sh\r\n~~~\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster\r\n./scripts/drogue.sh\r\n~~~\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/38175580","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/38175580/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/38175580/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.3.0","id":38175580,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM4MTc1NTgw","tag_name":"v0.3.0","target_commitish":"31a5c8be33fe9f9434075815bee8b644dd09046d","name":"0.3.0","draft":false,"prerelease":false,"created_at":"2021-02-17T14:55:08Z","published_at":"2021-02-17T15:44:01Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/32207467","id":32207467,"node_id":"MDEyOlJlbGVhc2VBc3NldDMyMjA3NDY3","name":"install-kind-0.3.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":69562,"download_count":7,"created_at":"2021-02-17T15:44:00Z","updated_at":"2021-02-17T15:44:00Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.3.0/install-kind-0.3.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/32207466","id":32207466,"node_id":"MDEyOlJlbGVhc2VBc3NldDMyMjA3NDY2","name":"install-minikube-0.3.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":70858,"download_count":15,"created_at":"2021-02-17T15:44:00Z","updated_at":"2021-02-17T15:44:00Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.3.0/install-minikube-0.3.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/32207465","id":32207465,"node_id":"MDEyOlJlbGVhc2VBc3NldDMyMjA3NDY1","name":"install-openshift-0.3.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":70482,"download_count":7,"created_at":"2021-02-17T15:43:59Z","updated_at":"2021-02-17T15:44:00Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.3.0/install-openshift-0.3.0.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.3.0","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.3.0","body":"\r\n## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drogue.sh` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n * Bash\r\n * `kubectl`\r\n * `curl`\r\n * Podman or docker\r\n * A Kubernetes cluster (also see below)\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster\r\nenv CLUSTER=kind ./scripts/drogue.sh\r\n~~~\r\n"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/38166308","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/38166308/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/38166308/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.3.0-rc5","id":38166308,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM4MTY2MzA4","tag_name":"v0.3.0-rc5","target_commitish":"be1fbfc7ec7bcc1fd196db166a59ad676d5a2e81","name":"0.3.0-rc5","draft":false,"prerelease":true,"created_at":"2021-02-17T12:19:45Z","published_at":"2021-02-17T13:17:13Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/32200841","id":32200841,"node_id":"MDEyOlJlbGVhc2VBc3NldDMyMjAwODQx","name":"install-kind-0.3.0-rc5.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":70685,"download_count":3,"created_at":"2021-02-17T13:17:11Z","updated_at":"2021-02-17T13:17:11Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.3.0-rc5/install-kind-0.3.0-rc5.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/32200843","id":32200843,"node_id":"MDEyOlJlbGVhc2VBc3NldDMyMjAwODQz","name":"install-minikube-0.3.0-rc5.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":71981,"download_count":5,"created_at":"2021-02-17T13:17:11Z","updated_at":"2021-02-17T13:17:11Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.3.0-rc5/install-minikube-0.3.0-rc5.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/32200844","id":32200844,"node_id":"MDEyOlJlbGVhc2VBc3NldDMyMjAwODQ0","name":"install-openshift-0.3.0-rc5.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":71581,"download_count":4,"created_at":"2021-02-17T13:17:11Z","updated_at":"2021-02-17T13:17:12Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.3.0-rc5/install-openshift-0.3.0-rc5.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.3.0-rc5","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.3.0-rc5","body":"## Installation\r\n\r\nDownload one of the installers, extract and run the installer script `scripts/drogue.sh` from the main directory of\r\nthe archive.\r\n\r\nYou will need:\r\n\r\n * Bash\r\n * `kubectl`\r\n * `curl`\r\n * Podman or docker\r\n * A Kubernetes cluster (also see below)\r\n\r\n### Minikube\r\n\r\n* Install Minikube – https://minikube.sigs.k8s.io/docs/start/\r\n\r\n~~~shell\r\nminikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress\r\nminikube tunnel # in a separate terminal, as it keeps running\r\n./scripts/drogue.sh\r\n~~~\r\n\r\n### Kind\r\n\r\n* Install `kind` – https://github.com/kubernetes-sigs/kind/releases\r\n\r\n~~~shell\r\nkind create cluster\r\nenv CLUSTER=kind ./scripts/drogue.sh\r\n~~~"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/38127872","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/38127872/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/38127872/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.3.0-rc2","id":38127872,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM4MTI3ODcy","tag_name":"v0.3.0-rc2","target_commitish":"96de7b4ca2fa4400e71dd2690e668a3b8e94f76c","name":"0.3.0-rc2","draft":false,"prerelease":true,"created_at":"2021-02-16T19:35:28Z","published_at":"2021-02-16T20:06:32Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/32165223","id":32165223,"node_id":"MDEyOlJlbGVhc2VBc3NldDMyMTY1MjIz","name":"install-kind-0.3.0-rc2.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":70291,"download_count":2,"created_at":"2021-02-16T20:06:31Z","updated_at":"2021-02-16T20:06:31Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.3.0-rc2/install-kind-0.3.0-rc2.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/32165227","id":32165227,"node_id":"MDEyOlJlbGVhc2VBc3NldDMyMTY1MjI3","name":"install-minikube-0.3.0-rc2.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":71579,"download_count":2,"created_at":"2021-02-16T20:06:31Z","updated_at":"2021-02-16T20:06:32Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.3.0-rc2/install-minikube-0.3.0-rc2.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/32165226","id":32165226,"node_id":"MDEyOlJlbGVhc2VBc3NldDMyMTY1MjI2","name":"install-openshift-0.3.0-rc2.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":71177,"download_count":1,"created_at":"2021-02-16T20:06:31Z","updated_at":"2021-02-16T20:06:31Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.3.0-rc2/install-openshift-0.3.0-rc2.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.3.0-rc2","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.3.0-rc2","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35164712","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35164712/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/35164712/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.2.0","id":35164712,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM1MTY0NzEy","tag_name":"v0.2.0","target_commitish":"81d27b13f71d8cfbfc55451186eeb01ac52c7d3d","name":"0.2.0","draft":false,"prerelease":false,"created_at":"2020-12-11T17:05:05Z","published_at":"2020-12-11T17:16:53Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29447564","id":29447564,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDQ3NTY0","name":"install-kind-0.2.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":56366,"download_count":9,"created_at":"2020-12-11T17:16:51Z","updated_at":"2020-12-11T17:16:51Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0/install-kind-0.2.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29447565","id":29447565,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDQ3NTY1","name":"install-minikube-0.2.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57374,"download_count":8,"created_at":"2020-12-11T17:16:52Z","updated_at":"2020-12-11T17:16:52Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0/install-minikube-0.2.0.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29447567","id":29447567,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDQ3NTY3","name":"install-openshift-0.2.0.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":56812,"download_count":4,"created_at":"2020-12-11T17:16:52Z","updated_at":"2020-12-11T17:16:52Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0/install-openshift-0.2.0.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.2.0","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.2.0","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35159917","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35159917/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/35159917/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.2.0-rc9","id":35159917,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM1MTU5OTE3","tag_name":"v0.2.0-rc9","target_commitish":"81d27b13f71d8cfbfc55451186eeb01ac52c7d3d","name":"0.2.0-rc9","draft":false,"prerelease":true,"created_at":"2020-12-11T15:19:24Z","published_at":"2020-12-11T15:39:58Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29444309","id":29444309,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDQ0MzA5","name":"install-kind-0.2.0-rc9.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57271,"download_count":2,"created_at":"2020-12-11T15:39:57Z","updated_at":"2020-12-11T15:39:58Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc9/install-kind-0.2.0-rc9.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29444308","id":29444308,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDQ0MzA4","name":"install-minikube-0.2.0-rc9.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":58279,"download_count":3,"created_at":"2020-12-11T15:39:57Z","updated_at":"2020-12-11T15:39:57Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc9/install-minikube-0.2.0-rc9.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29444306","id":29444306,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDQ0MzA2","name":"install-openshift-0.2.0-rc9.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57693,"download_count":2,"created_at":"2020-12-11T15:39:57Z","updated_at":"2020-12-11T15:39:57Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc9/install-openshift-0.2.0-rc9.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.2.0-rc9","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.2.0-rc9","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35155956","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35155956/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/35155956/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.2.0-rc8","id":35155956,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM1MTU1OTU2","tag_name":"v0.2.0-rc8","target_commitish":"c367faecbee2bbb57dde71e199e930db5e564c77","name":"0.2.0-rc8","draft":false,"prerelease":true,"created_at":"2020-12-11T14:11:41Z","published_at":"2020-12-11T14:25:44Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29441730","id":29441730,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDQxNzMw","name":"install-kind-0.2.0-rc8.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57273,"download_count":2,"created_at":"2020-12-11T14:25:43Z","updated_at":"2020-12-11T14:25:43Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc8/install-kind-0.2.0-rc8.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29441727","id":29441727,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDQxNzI3","name":"install-minikube-0.2.0-rc8.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":58281,"download_count":4,"created_at":"2020-12-11T14:25:42Z","updated_at":"2020-12-11T14:25:42Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc8/install-minikube-0.2.0-rc8.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29441729","id":29441729,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDQxNzI5","name":"install-openshift-0.2.0-rc8.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57695,"download_count":2,"created_at":"2020-12-11T14:25:42Z","updated_at":"2020-12-11T14:25:43Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc8/install-openshift-0.2.0-rc8.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.2.0-rc8","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.2.0-rc8","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35152603","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35152603/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/35152603/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.2.0-rc7","id":35152603,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM1MTUyNjAz","tag_name":"v0.2.0-rc7","target_commitish":"714e2c23b95d2c5af8a2a967da3cd972b93d0d24","name":"0.2.0-rc7","draft":false,"prerelease":true,"created_at":"2020-12-11T12:59:25Z","published_at":"2020-12-11T13:11:53Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29438908","id":29438908,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDM4OTA4","name":"install-kind-0.2.0-rc7.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57270,"download_count":2,"created_at":"2020-12-11T13:11:52Z","updated_at":"2020-12-11T13:11:52Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc7/install-kind-0.2.0-rc7.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29438906","id":29438906,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDM4OTA2","name":"install-minikube-0.2.0-rc7.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":58278,"download_count":3,"created_at":"2020-12-11T13:11:52Z","updated_at":"2020-12-11T13:11:52Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc7/install-minikube-0.2.0-rc7.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29438904","id":29438904,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDM4OTA0","name":"install-openshift-0.2.0-rc7.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57692,"download_count":2,"created_at":"2020-12-11T13:11:51Z","updated_at":"2020-12-11T13:11:52Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc7/install-openshift-0.2.0-rc7.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.2.0-rc7","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.2.0-rc7","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35141596","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35141596/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/35141596/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.2.0-rc6","id":35141596,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM1MTQxNTk2","tag_name":"v0.2.0-rc6","target_commitish":"bb1013f267542c307b38384c7d9bee55d4299488","name":"0.2.0-rc6","draft":false,"prerelease":true,"created_at":"2020-12-11T08:39:38Z","published_at":"2020-12-11T08:54:35Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29428676","id":29428676,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDI4Njc2","name":"install-kind-0.2.0-rc6.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57054,"download_count":2,"created_at":"2020-12-11T08:54:33Z","updated_at":"2020-12-11T08:54:33Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc6/install-kind-0.2.0-rc6.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29428679","id":29428679,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDI4Njc5","name":"install-minikube-0.2.0-rc6.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":58062,"download_count":4,"created_at":"2020-12-11T08:54:34Z","updated_at":"2020-12-11T08:54:34Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc6/install-minikube-0.2.0-rc6.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29428677","id":29428677,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5NDI4Njc3","name":"install-openshift-0.2.0-rc6.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57476,"download_count":2,"created_at":"2020-12-11T08:54:34Z","updated_at":"2020-12-11T08:54:34Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc6/install-openshift-0.2.0-rc6.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.2.0-rc6","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.2.0-rc6","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35105934","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35105934/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/35105934/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.2.0-rc5","id":35105934,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM1MTA1OTM0","tag_name":"v0.2.0-rc5","target_commitish":"1c8a0bd25e7d4f57c9a040515df86bb1ca850123","name":"0.2.0-rc5","draft":false,"prerelease":true,"created_at":"2020-12-10T14:54:29Z","published_at":"2020-12-10T15:28:38Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29396424","id":29396424,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5Mzk2NDI0","name":"install-kind-0.2.0-rc5.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":55695,"download_count":4,"created_at":"2020-12-10T15:28:36Z","updated_at":"2020-12-10T15:28:36Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc5/install-kind-0.2.0-rc5.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29396426","id":29396426,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5Mzk2NDI2","name":"install-minikube-0.2.0-rc5.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":56655,"download_count":4,"created_at":"2020-12-10T15:28:37Z","updated_at":"2020-12-10T15:28:37Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc5/install-minikube-0.2.0-rc5.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29396422","id":29396422,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5Mzk2NDIy","name":"install-openshift-0.2.0-rc5.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":57043,"download_count":2,"created_at":"2020-12-10T15:28:36Z","updated_at":"2020-12-10T15:28:36Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc5/install-openshift-0.2.0-rc5.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.2.0-rc5","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.2.0-rc5","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35053342","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35053342/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/35053342/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.2.0-rc3","id":35053342,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM1MDUzMzQy","tag_name":"v0.2.0-rc3","target_commitish":"ad246e6bb888a177560ebf931e89566b8bc4083d","name":"0.2.0-rc3","draft":false,"prerelease":true,"created_at":"2020-12-09T16:15:17Z","published_at":"2020-12-09T16:28:35Z","assets":[{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29353449","id":29353449,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5MzUzNDQ5","name":"install-kind-0.2.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":55644,"download_count":3,"created_at":"2020-12-09T16:28:34Z","updated_at":"2020-12-09T16:28:34Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc3/install-kind-0.2.0-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29353448","id":29353448,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5MzUzNDQ4","name":"install-minikube-0.2.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":56604,"download_count":4,"created_at":"2020-12-09T16:28:34Z","updated_at":"2020-12-09T16:28:34Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc3/install-minikube-0.2.0-rc3.zip"},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/assets/29353450","id":29353450,"node_id":"MDEyOlJlbGVhc2VBc3NldDI5MzUzNDUw","name":"install-openshift-0.2.0-rc3.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":56992,"download_count":2,"created_at":"2020-12-09T16:28:35Z","updated_at":"2020-12-09T16:28:35Z","browser_download_url":"https://github.com/drogue-iot/drogue-cloud/releases/download/v0.2.0-rc3/install-openshift-0.2.0-rc3.zip"}],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.2.0-rc3","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.2.0-rc3","body":""},{"url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35051171","assets_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/releases/35051171/assets","upload_url":"https://uploads.github.com/repos/drogue-iot/drogue-cloud/releases/35051171/assets{?name,label}","html_url":"https://github.com/drogue-iot/drogue-cloud/releases/tag/v0.2.0-rc2","id":35051171,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"MDc6UmVsZWFzZTM1MDUxMTcx","tag_name":"v0.2.0-rc2","target_commitish":"efa1a9a6671441cfe7e15f7893adb5af387d7fce","name":"0.2.0-rc2","draft":false,"prerelease":true,"created_at":"2020-12-09T14:45:24Z","published_at":"2020-12-09T15:53:07Z","assets":[],"tarball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/tarball/v0.2.0-rc2","zipball_url":"https://api.github.com/repos/drogue-iot/drogue-cloud/zipball/v0.2.0-rc2","body":""}] 2022-07-07T15:41:08.7883214Z Unable to find release with tag name `v0.10.0' 2022-07-07T15:41:08.7900907Z ##[error]Process completed with exit code 1. ```
ctron commented 2 years ago

I looks like the tag doesn't exist. However, the tag is created upfront and starts the build. The step before this one is the creation of the release from the existing tag. Using actions/create-release@v1. Which doesn't fail.

TheSench commented 1 year ago

Is it possible that this is caused by https://github.com/mislav/hub/issues/2920? The current behavior for finding a specific release is to search through all releases (in pages of 100) to find the one with the matching tag name. I've got a PR up (https://github.com/mislav/hub/pull/3321) to change that to start using the endpoint for actually fetching a single release by tag name, which should alleviate a lot of these types of issue.

1080306111126 commented 1 year ago

คำสั่งพยายาม: hub release edit v-1.2.3-0 --attach test.png -m ""

เกิดอะไรขึ้น: ไม่พบรุ่นที่มีชื่อแท็ก `v-1.2.3-0'

ข้อมูลเพิ่มเติม: hub release --include-drafts show v-1.2.3-0 สิ่งนี้แสดงว่ารุ่นนี้เป็นรุ่นที่ไม่ติดแท็ก ฉันสร้างมันผ่านhub release create --draft --message="Test" v-1.2.3-0