Skip to content

Releases: drogue-iot/drogue-cloud

0.4.0-rc3

31 Mar 15:08
Compare
Choose a tag to compare
0.4.0-rc3 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

0.4.0-rc1

31 Mar 10:50
Compare
Choose a tag to compare
0.4.0-rc1 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

0.3.0

17 Feb 15:44
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)

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
env CLUSTER=kind ./scripts/drogue.sh

0.3.0-rc5

17 Feb 13:17
Compare
Choose a tag to compare
0.3.0-rc5 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)

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
env CLUSTER=kind ./scripts/drogue.sh

0.3.0-rc2

16 Feb 20:06
Compare
Choose a tag to compare
0.3.0-rc2 Pre-release
Pre-release
v0.3.0-rc2

Fix name of the "needs" variable

0.2.0

11 Dec 17:16
v0.2.0
Compare
Choose a tag to compare
v0.2.0

Release 0.2.0

0.2.0-rc9

11 Dec 15:39
Compare
Choose a tag to compare
0.2.0-rc9 Pre-release
Pre-release
v0.2.0-rc9

Use "date" instead of "uuid" as that should always be present

0.2.0-rc8

11 Dec 14:25
Compare
Choose a tag to compare
0.2.0-rc8 Pre-release
Pre-release
v0.2.0-rc8

Ignore errors when 'kn' is failing

0.2.0-rc7

11 Dec 13:11
Compare
Choose a tag to compare
0.2.0-rc7 Pre-release
Pre-release
Work around Knative "RevisionMissing" issue

see: https://github.com/knative/serving/issues/10344

0.2.0-rc6

11 Dec 08:54
Compare
Choose a tag to compare
0.2.0-rc6 Pre-release
Pre-release
v0.2.0-rc6

Wait for the client secret to be populated