Skip to content

Releases: drogue-iot/drogue-cloud

0.7.0-rc1

20 Sep 09:45
Compare
Choose a tag to compare
0.7.0-rc1 Pre-release
Pre-release
v0.7.0-rc1

update javascript dependencies

0.6.0

30 Jun 13:59
Compare
Choose a tag to compare
v0.6.0

Switch to kind version 0.11.1

0.6.0-rc1

29 Jun 14:14
Compare
Choose a tag to compare
0.6.0-rc1 Pre-release
Pre-release
v0.6.0-rc1

Clarify installation instructions a bit.

0.5.0

12 May 12:08
Compare
Choose a tag to compare

Installation

Download one of the installers, extract and run the installer script scripts/drogue.sh from the main directory of
the archive.

You will need:

  • Bash
  • kubectl
  • curl
  • Podman or docker
  • A Kubernetes cluster (also see below)

By default, the cluster type will be aligned with the downloaded installer. However, you can override this using
the CLUSTER variable:

env CLUSTER=kind ./scripts/drogue.sh

Minikube

minikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress
minikube tunnel # in a separate terminal, as it keeps running
./scripts/drogue.sh

Kind

kind create cluster
./scripts/drogue.sh

0.5.0-rc4

11 May 16:53
Compare
Choose a tag to compare
0.5.0-rc4 Pre-release
Pre-release
v0.5.0-rc4

Add a way to see the refresh token

0.5.0-rc3

11 May 15:28
Compare
Choose a tag to compare
0.5.0-rc3 Pre-release
Pre-release
v0.5.0-rc3

Clean up the status script output a bit

0.5.0-rc2

11 May 15:28
Compare
Choose a tag to compare
0.5.0-rc2 Pre-release
Pre-release
v0.5.0-rc2

Clean up the status script output a bit

0.5.0-rc1

11 May 11:39
Compare
Choose a tag to compare
0.5.0-rc1 Pre-release
Pre-release
v0.5.0-rc1

[#49]: Gracefully handle missing command and payload

0.4.0

31 Mar 18:38
Compare
Choose a tag to compare

Installation

Download one of the installers, extract and run the installer script scripts/drogue.sh from the main directory of
the archive.

You will need:

  • Bash
  • kubectl
  • curl
  • Podman or docker
  • A Kubernetes cluster (also see below)

By default, the cluster type will be aligned with the downloaded installer. However, you can override this using
the CLUSTER variable:

env CLUSTER=kind ./scripts/drogue.sh

Minikube

minikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress
minikube tunnel # in a separate terminal, as it keeps running
./scripts/drogue.sh

Kind

kind create cluster
./scripts/drogue.sh

0.4.0-rc4

31 Mar 16:33
Compare
Choose a tag to compare
0.4.0-rc4 Pre-release
Pre-release

Installation

Download one of the installers, extract and run the installer script scripts/drogue.sh from the main directory of
the archive.

You will need:

  • Bash
  • kubectl
  • curl
  • Podman or docker
  • A Kubernetes cluster (also see below)

By default, the cluster type will be aligned with the downloaded installer. However, you can override this using
the CLUSTER variable:

env CLUSTER=kind ./scripts/drogue.sh

Minikube

minikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress
minikube tunnel # in a separate terminal, as it keeps running
./scripts/drogue.sh

Kind

kind create cluster
./scripts/drogue.sh