-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathchange.log
More file actions
184 lines (159 loc) · 5.06 KB
/
change.log
File metadata and controls
184 lines (159 loc) · 5.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
Changelog:
==========
**v4.5.2** (24.08.2025)
- add Backup when Snapshot is not available #204
- fix fs-trim
- fix "error code 1" on start
- fix #188 error during helper-script update
- fix ssh connection during check
- code cleaning
**v4.5** (22.08.2025)
- add LXC debian trixie upgrade (`update -dist-upgrade`)
- "only" or "exclude" LXC/VM by ID/TAG/range #thx to @AdamSutch
- add debug mode (can be enabled in config file)
- add check-updates command `update -check`
- add email notification after update
- add better email notification for update-check
- add more symbolic
- add LXC template detection
- check "paused" VMs during update-check and bring them back in pause
- fix check for VM with ssh connection
- fix #203 Error on apt clean
- fix unsupported neofetch under trixie - change to screenfetch
- fix #201 (abbort after template detection)
- fix VM ID in error-log-file
- fix shell check
- fix typo
- code cleaning
**v4.4** (10.05.2025)
- add symbolic
- add user scripts folder
- add "error hopping option" in config file
- add LXC start delay option in config file
- add "update" command for "Proxmox VE Helper-Scripts" in extra section
- fix docker-compose v2 skipping
- fix YUM Update - used now only for centos
- fix VM shutdown errors
- FreeBSD is disabled by default - in config file
- modify "update <ID>" - disable skip output
- code cleaning
**v4.3** (23.02.2025)
- add freebsd VM (QEMU and SSH Connection)
- add non root user update in VMs
- add autoclean for debian based systems
- add filesystem trim for ext4 systems
- add curl for internet check
- add env settings for arch in config file
- add kernel kleaning (disabled by default in config file)
- fix run for only one LXC/VM with `update <ID>`
- fix ioBroker Upgrade
- fix arch upgrade
- fix START/STOP/WAITING for stopped VMs
- fix compatibility with "old" ssh connection
- fix IP output by nodes
- fix fedora autoremove
- fix missing kernel infos
- fix template detection
- fix internet check
- modify config file - checker settings now on the buttom
- modify version check - check now all branches
- code cleaning
**v4.2** (01.12.2024)
- fix VM Template error
- fix Unifi-Controller Container
- fix FreeBSD VM error
- fix docker compose
- fix node hopping without welcome screen installed
- rebuild waiting for VM start (could now be set in config file)
**v4.1** (07.04.2024)
- disable/enable Snapshots and Backups in config file
- set, how many snapshots will be keep, in config file
- delete old (Update_) snapshots
- name changing ("Proxmox Updater" is now "The Ultimate Updater for Proxmox VE")
- move program to correct folder system
- edit config file, for better usage
- update-check can now be better set (in config file)
- support Docker Compose v1 and v2
- bug fixing
**v4.0** (18.12.2023)
- fix loop through vms
- fix new docker compose command
- fix alpine issue (disable internet check for now)
- add real snapshot support before update - if your storage setup support it
- you can now choose, if neofetch will be installed during installation
- code cleaning
**v3.9** (07.11.2023)
- make backup before update (must be enabled in config by user)
- code cleaning
- check internet connection on each LXC/VM
- config file:
- check for updates on excluded
- include phased updates
- make snapshot from LXC/VM before update (thanks to @elbim)
**v3.8.5** (18.06.2023)
- Skip node, if not reachable
- check internet status
- <update -up> will always use master version
- fix restore crontab, during uninstall
- fix version info
**v3.8.4** (01.04.2023)
- Speed up start in cluster mode
- Speed up installation
- Bug fixing
- Code cleaning
**v3.8** (28.03.2023)
- Add SSH Connection for VM - with extra update support
- Add "Global Extra" in config file, for disable/enable Extra Updates
- Info, if you are on beta/development version
- Add "Status/Version" Info
- Bug fixing
- Code cleaning
- Welcome Screen:
- Ask for Welcome-Screen during install
- Make update check during update now - not at the end
- Fix time calculation
- Add "reboot required"
**v3.7** (09.03.2023)
- Fixing code
- Support "only" LXC/VM
- Fix docker-compose update
- VM-Update show errors
- Add Welcome Screen with periodic update check
- Need neofetch (will install automatic)
**v3.6** (22.02.2023)
- Add config file
- Cleaning code
- More colorful
- Fixing logging
**v3.4** (not released)
- Add VM Update
- Cleaning code
- Fixed Docker Update
**v3.3** (15.02.2023)
- Add Update Info
- Add extra Updates
- Add version check by user
**v3.1.1** (13.02.2023)
- Fixed update failure with CentOS
**v3.1** (12.02.2023)
- Add better usage
- Cleanup overall code
**v3.0** (10.02.2023)
- Implement single install url
**v2.8** (09.02.2023)
- Cleanup overall code
**v2.7.1** (06.02.2023)
- Small fixes
**v2.7** (31.01.2023)
- Add root check
- Cleanup overall code
**v2.6** (30.01.2023)
- Cleanup overall code
- Fix promt of update
- Add updating package that been kept back
**v2.5** (30.01.2023)
- Added "Headless Mode" as option with `update -3` otherwise runs in "Interactive Mode"
**v2.4** (29.01.2023)
- Visual and Name changes
**v2.3** (29.01.2023)
- Update script itself with `update -u`