Skip to content

Commit 7a4ff4d

Browse files
committed
chore: v1.1.2 bump
1 parent 790b2b0 commit 7a4ff4d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ curl -sfL https://raw.githubusercontent.com/portainer/kubesolo/develop/install.s
2323

2424
# With options
2525
curl -sfL https://get.kubesolo.io | sudo sh -s -- \
26-
--version=v1.1.1 \
26+
--version=v1.1.2 \
2727
--path=/opt/kubesolo \
2828
--run-mode=service
2929

@@ -58,7 +58,7 @@ This script provides basic installation with minimal dependencies for the most c
5858
wget -O - https://raw.githubusercontent.com/portainer/kubesolo/develop/install-minimal.sh | sh
5959

6060
# Or with environment variables
61-
KUBESOLO_VERSION=v1.1.1 KUBESOLO_PATH=/opt/kubesolo sh install-minimal.sh
61+
KUBESOLO_VERSION=v1.1.2 KUBESOLO_PATH=/opt/kubesolo sh install-minimal.sh
6262
```
6363

6464
**Features:**
@@ -93,7 +93,7 @@ chmod +x kubesolo-service.sh
9393
All installers support these environment variables:
9494

9595
```bash
96-
export KUBESOLO_VERSION="v1.1.1" # Version to install
96+
export KUBESOLO_VERSION="v1.1.2" # Version to install
9797
export KUBESOLO_PATH="/var/lib/kubesolo" # Installation path
9898
export KUBESOLO_PORTAINER_EDGE_ID="your-id" # Portainer Edge ID
9999
export KUBESOLO_PORTAINER_EDGE_KEY="your-key" # Portainer Edge Key
@@ -138,7 +138,7 @@ For air-gapped installations:
138138

139139
```bash
140140
# Pre-download the binary
141-
wget https://github.com/portainer/kubesolo/releases/download/v1.1.1/kubesolo-v1.1.1-linux-arm64.tar.gz
141+
wget https://github.com/portainer/kubesolo/releases/download/v1.1.2/kubesolo-v1.1.2-linux-arm64.tar.gz
142142

143143
# Extract and install manually
144144
tar -xzf kubesolo-*.tar.gz
@@ -173,7 +173,7 @@ curl -sfL https://get.kubesolo.io | sudo sh -
173173
# Combined with other options
174174
curl -sfL https://get.kubesolo.io | sudo sh -s -- \
175175
--proxy=http://proxy.company.com:8080 \
176-
--version=v1.1.1 \
176+
--version=v1.1.2 \
177177
--path=/opt/kubesolo
178178
```
179179

install-minimal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ case $ARCH in
2222
esac
2323

2424
# Configuration
25-
KUBESOLO_VERSION="${KUBESOLO_VERSION:-v1.1.1}"
25+
KUBESOLO_VERSION="${KUBESOLO_VERSION:-v1.1.2}"
2626
CONFIG_PATH="${KUBESOLO_PATH:-/var/lib/kubesolo}"
2727
INSTALL_PATH="/usr/local/bin/kubesolo"
2828
USE_MUSL="${USE_MUSL:-false}"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ echo "🔍 Detected init system: $INIT_SYSTEM"
719719
echo "🔍 Detected environment: $ENVIRONMENT"
720720

721721
# Default configuration from environment variables
722-
KUBESOLO_VERSION="${KUBESOLO_VERSION:-v1.1.1}"
722+
KUBESOLO_VERSION="${KUBESOLO_VERSION:-v1.1.2}"
723723
CONFIG_PATH="${KUBESOLO_PATH:-/var/lib/kubesolo}"
724724
APISERVER_EXTRA_SANS="${KUBESOLO_APISERVER_EXTRA_SANS:-}"
725725
PORTAINER_EDGE_ID="${KUBESOLO_PORTAINER_EDGE_ID:-}"

0 commit comments

Comments
 (0)