From 1eec1f60b56c5874bebe1533f42cd71e67a83b57 Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Tue, 28 May 2024 21:45:35 +0200 Subject: [PATCH] update openwisp-monitoring packages --- .gitlab-ci.yml | 2 +- packages.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b219c82..a04521a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: OPENWRT_VERSION: 23.05.3 FILES: ${CI_PROJECT_DIR}/files DEFAULT_PACKAGES: luci - EXTRA_PACKAGES: "" + EXTRA_PACKAGES: openwisp-config openwisp-monitoring netjson-monitoring DISABLED_SERVICES: dnsmasq firewall odhcpd EXTRA_IMAGE_NAME: fakedOrg diff --git a/packages.txt b/packages.txt index c3b0638..035e77a 100644 --- a/packages.txt +++ b/packages.txt @@ -1,3 +1,3 @@ https://storage.googleapis.com/downloads.openwisp.io/openwisp-config/latest/openwisp-config_1.1.0a-1_all.ipk -https://storage.googleapis.com/downloads.openwisp.io/openwisp-monitoring/latest/netjson-monitoring_0.1.1-1_all.ipk -https://storage.googleapis.com/downloads.openwisp.io/openwisp-monitoring/latest/openwisp-monitoring_0.1.1-1_all.ipk +https://storage.googleapis.com/downloads.openwisp.io/openwisp-monitoring/latest/netjson-monitoring_0.2.0a-1_all.ipk +https://storage.googleapis.com/downloads.openwisp.io/openwisp-monitoring/latest/openwisp-monitoring_0.2.0a-1_all.ipk -- GitLab