Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
ae4e321aff Update CHANGELOG.md 2025-01-28 11:53:55 +00:00
CanbiZ
dbb9b66355
Update Alpine Packages to 3.21 (#1803) 2025-01-28 12:53:41 +01:00
13 changed files with 24 additions and 12 deletions

View File

@ -17,6 +17,18 @@ All LXC instances created using this repository come pre-installed with Midnight
Do not break established syntax in this file, as it is automatically updated by a Github Workflow
## 2025-01-28
### Changed
### 🚀 Updated Scripts
- Update all Alpine LXC's to 3.21 (Docker, Grafana, Nextcloud, Vaultwarden, Zigbee2Mqtt, Alpine) [@MickLesk](https://github.com/MickLesk) ([#1803](https://github.com/community-scripts/ProxmoxVE/pull/1803))
### 🧰 Maintenance
- [core]: Remove Figlet | Get Headers by Repo & Store Local [@MickLesk](https://github.com/MickLesk) ([#1802](https://github.com/community-scripts/ProxmoxVE/pull/1802))
## 2025-01-27
### Changed

View File

@ -11,7 +11,7 @@ var_cpu="1"
var_ram="1024"
var_disk="2"
var_os="alpine"
var_version="3.20"
var_version="3.21"
var_unprivileged="1"
# App Output & Base Settings

View File

@ -11,7 +11,7 @@ var_cpu="1"
var_ram="256"
var_disk="1"
var_os="alpine"
var_version="3.20"
var_version="3.21"
var_unprivileged="1"
# App Output & Base Settings

View File

@ -11,7 +11,7 @@ var_cpu="2"
var_ram="1024"
var_disk="2"
var_os="alpine"
var_version="3.20"
var_version="3.21"
var_unprivileged="1"
# App Output & Base Settings

View File

@ -11,7 +11,7 @@ var_cpu="1"
var_ram="256"
var_disk="0.5"
var_os="alpine"
var_version="3.20"
var_version="3.21"
var_unprivileged="1"
# App Output & Base Settings

View File

@ -11,7 +11,7 @@ var_disk="0.3"
var_cpu="1"
var_ram="256"
var_os="alpine"
var_version="3.20"
var_version="3.21"
var_unprivileged="0"
# App Output & Base Settings

View File

@ -11,7 +11,7 @@ var_cpu="1"
var_ram="512"
var_disk="0.1"
var_os="alpine"
var_version="3.20"
var_version="3.21"
var_unprivileged="1"
# App Output & Base Settings

View File

@ -22,7 +22,7 @@
"ram": 512,
"hdd": 0.1,
"os": "alpine",
"version": "3.19"
"version": "3.21"
}
}
],

View File

@ -33,7 +33,7 @@
"ram": 1024,
"hdd": 2,
"os": "alpine",
"version": "3.19"
"version": "3.21"
}
}
],

View File

@ -33,7 +33,7 @@
"ram": 256,
"hdd": 1,
"os": "alpine",
"version": "3.19"
"version": "3.21"
}
}
],

View File

@ -33,7 +33,7 @@
"ram": 1024,
"hdd": 2,
"os": "alpine",
"version": "3.19"
"version": "3.21"
}
}
],

View File

@ -33,7 +33,7 @@
"ram": 256,
"hdd": 0.5,
"os": "alpine",
"version": "3.20"
"version": "3.21"
}
}
],

View File

@ -33,7 +33,7 @@
"ram": 256,
"hdd": 0.3,
"os": "alpine",
"version": "3.19"
"version": "3.21"
}
}
],