2 Commits

Author SHA1 Message Date
Mike Hansen
45c70e2c9d Merge pull request #10 from Telecominfraproject/update-ucentral-client-olgV8
Prepare v0.0.3 release with updated ucentral-client image
2026-03-13 11:23:54 -04:00
Mike Hansen
61750ff76d Prepare v0.0.3 release with updated ucentral-client image
- Updated iso-files/ucentral-setup.sh to use mjhnetexp/ucentral-client:olgV8
- Updated ISO version to v0.0.3 in grub.cfg
- Added v0.0.3 changelog entry

The olgV8 image contains:
- Updated ucentral-schema from ra_proposal branch (SDK commit 6491570)
- Latest VyOS integration improvements
- Schema enhancements for NAT and operational commands
2026-03-11 10:49:57 -04:00
3 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
NOTE: the project follows [Semantic Versioning](http://semver.org/).
## v0.0.3 - March 11th, 2026
- Updated ucentral-client Docker image to olgV8
- Includes updated ucentral-schema from ra_proposal branch (SDK commit 6491570)
- VyOS integration improvements and schema enhancements
## v0.0.2 - February 12th, 2026
- Add Ucentral support and documentation

View File

@@ -4,7 +4,7 @@ insmod png
loadfont unicode
gfxpayload text
ISO_VERSION="v0.0.2"
ISO_VERSION="v0.0.3"
menuentry "Install Open LAN Gateway (ISO $ISO_VERSION)" {
linux /casper/vmlinuz autoinstall fsck.mode=skip ds=nocloud\;s=/cdrom/nocloud/ ipv6.disable=1 console=ttyS0,115200n8 console=tty0 network-config=disabled ---

View File

@@ -5,7 +5,7 @@ ACTION="$1"
# ================= CONFIG =================
CONTAINER="ucentral-olg"
IMAGE="routerarchitect123/ucentral-client:olgV5"
IMAGE="mjhnetexp/ucentral-client:olgV8"
BRIDGE="br-wan"