Skip to content

Commit

Permalink
bump version to 0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Giudici <[email protected]>
  • Loading branch information
fgiudici committed May 3, 2024
1 parent fd2873f commit 902e613
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elemental-install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.3.0"
VERSION="0.3.1"
ARGS="$1"
: ${EO_SRC:="${GOPATH}/src/github.com/rancher/elemental-operator"}
: ${EO_NAME:="elemental-operator"}
Expand Down
1 change: 1 addition & 0 deletions elemental-vms.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

VERSION="0.3.1"
# elemental Cluster Deployment
# example:
# VM_PREFIX="server-" VM_NETWORK=demo NUMOFVMS=2 VM_CORES=2 VM_MEMORY=8192 elemental-vms.sh ./elemental-fire-2023-07-24T14\:44\:54Z.iso
Expand Down
2 changes: 1 addition & 1 deletion elemental-workloads.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.3.0"
VERSION="0.3.1"

EO_NS=fleet-default
EO_CRDS="managedosimages.elemental.cattle.io \
Expand Down
2 changes: 1 addition & 1 deletion leapmicrok3s.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION="0.3.0"
VERSION="0.3.1"
OUTPUT_DIR="artifacts"
CONF_IMG="ignition.img"
DOWNLOAD_QCOW=false
Expand Down

0 comments on commit 902e613

Please sign in to comment.