ci: bump observer channel base version to v1.17.1

Both channels move together so a node comparing its embedded base against
its own channel's manifest does not read as permanently behind.

Resets the per-base build counter to N=1 on both channels. Nodes still on
v1.17.0.N take the diff_base branch in ESP32Board's OTA comparison, so the
counter going backwards does not strand them.
This commit is contained in:
agessaman
2026-08-14 08:10:42 -07:00
parent 6c0ae4d249
commit 47c80fecf3
2 changed files with 2 additions and 2 deletions
@@ -56,7 +56,7 @@ env:
# OTA comparison treats a different base version as "always an update", so a
# distinct base here would make every beta node think it is permanently behind.
# Channels are separated by manifest URL, not by base version.
FIRMWARE_VERSION: v1.17.0
FIRMWARE_VERSION: v1.17.1
# Beta-only rolling release. A separate tag is required, not cosmetic: the
# publish step prunes all but the KEEP_BUILDS most recent build hashes within
@@ -41,7 +41,7 @@ concurrency:
env:
# Version embedded in firmware filenames; must match the version key in the
# flasher's config.json. Bump here when the observer version changes.
FIRMWARE_VERSION: v1.17.0
FIRMWARE_VERSION: v1.17.1
# Rolling release tag that hosts the latest observer binaries.
RELEASE_TAG: observer-mqtt-latest
# Download host serving RELEASE_TAG's assets (cloudflare-worker in the flasher