Skip to content

Commit 754a837

Browse files
committed
v4.3 release
1 parent a5c499f commit 754a837

File tree

7 files changed

+268
-118
lines changed

7 files changed

+268
-118
lines changed

VMs/example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################
2-
# - This file must be in the node who hosted the vm. #
2+
# - This file must be in the node who start the script. #
33
# - If user is not root please look here: #
44
# https://github.com/BassT23/Proxmox/blob/develop/ssh.md #
55
############################################################

change.log

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Changelog:
22
==========
33

4-
**v4.2.9** (beta)
5-
- add freebsd VM (QEMO and SSH Connection)
4+
**v4.3** (23.02.2025)
5+
- add freebsd VM (QEMU and SSH Connection)
66
- add non root user update in VMs
77
- add autoclean for debian based systems
88
- add filesystem trim for ext4 systems
99
- add curl for internet check
1010
- add env settings for arch in config file
1111
- add kernel kleaning (disabled by default in config file)
12+
- fix run for only one LXC/VM with `update <ID>`
1213
- fix ioBroker Upgrade
1314
- fix arch upgrade
1415
- fix START/STOP/WAITING for stopped VMs
@@ -19,6 +20,7 @@ Changelog:
1920
- fix template detection
2021
- fix internet check
2122
- modify config file - checker settings now on the buttom
23+
- modify version check - check now all branches
2224
- code cleaning
2325

2426
**v4.2** (01.12.2024)

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# shellcheck disable=SC1017
88
# shellcheck disable=SC2034
99

10-
VERSION="1.8.2"
10+
VERSION="1.8.3"
1111

1212
# Branch
13-
BRANCH="beta"
13+
BRANCH="master"
1414

1515
# Variable / Function
1616
LOCAL_FILES="/etc/ultimate-updater"

ultimate-updater_v4_3.tar.gz

1.1 MB
Binary file not shown.

update.conf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
│ General │
99
└──────────────────────────────────────────────┘
1010

11-
VERSION="1.4.2"
12-
USED_BRANCH="beta" # could be "master/beta/develop"
11+
VERSION="1.5"
12+
USED_BRANCH="master" # could be "master/beta/develop"
1313

1414
LOG_FILE="/var/log/ultimate-updater.log"
1515
VERSION_CHECK="true"
@@ -41,12 +41,13 @@ RUNNING_VM="true"
4141

4242
INCLUDE_PHASED_UPDATES="false"
4343

44-
INCLUDE_FSTRIM="true" # true only in beta/develop
44+
INCLUDE_FSTRIM="false"
4545

4646
# This line must be set as true or false - comment out will end in true !!!
4747
FSTRIM_WITH_MOUNTPOINT="true"
4848

49-
INCLUDE_KERNEL="true" # not included for now
49+
# not included for now
50+
INCLUDE_KERNEL="true"
5051
INCLUDE_KERNEL_CLEAN="false"
5152

5253
VM_START_DELAY="45" # in secounds - for QEMU - not SSH

0 commit comments

Comments
 (0)