Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot]
d50d8305b8 Update CHANGELOG.md 2025-01-28 11:07:53 +00:00
13 changed files with 12 additions and 16 deletions

View File

@ -21,10 +21,6 @@ Do not break established syntax in this file, as it is automatically updated by
### Changed ### 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 ### 🧰 Maintenance
- [core]: Remove Figlet | Get Headers by Repo & Store Local [@MickLesk](https://github.com/MickLesk) ([#1802](https://github.com/community-scripts/ProxmoxVE/pull/1802)) - [core]: Remove Figlet | Get Headers by Repo & Store Local [@MickLesk](https://github.com/MickLesk) ([#1802](https://github.com/community-scripts/ProxmoxVE/pull/1802))

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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