Skip to content

Commit 9fa7dd9

Browse files
committed
Update Zabbix to 7.0.19
1 parent 9e0f307 commit 9fa7dd9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildah config --entrypoint=/ \
4444
--label="org.nethserver.authorizations=node:fwadm traefik@any:routeadm" \
4545
--label="org.nethserver.tcp-ports-demand=1" \
4646
--label="org.nethserver.rootfull=0" \
47-
--label="org.nethserver.images=docker.io/postgres:15.14-alpine docker.io/zabbix/zabbix-server-pgsql:7.0.18-alpine docker.io/zabbix/zabbix-agent2:7.0.18-alpine docker.io/zabbix/zabbix-web-nginx-pgsql:7.0.18-alpine" \
47+
--label="org.nethserver.images=docker.io/postgres:15.14-alpine docker.io/zabbix/zabbix-server-pgsql:7.0.19-alpine docker.io/zabbix/zabbix-agent2:7.0.19-alpine docker.io/zabbix/zabbix-web-nginx-pgsql:7.0.19-alpine" \
4848
"${container}"
4949
# Commit the image
5050
buildah commit "${container}" "${repobase}/${reponame}"

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@carbon/icons-vue": "^10.37.0",
1313
"@carbon/vue": "^2.40.0",
14-
"@nethserver/ns8-ui-lib": "^1.3.1",
14+
"@nethserver/ns8-ui-lib": "^1.4.1",
1515
"await-to-js": "^3.0.0",
1616
"axios": "^0.21.2",
1717
"carbon-components": "^10.41.0",

ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,10 +1012,10 @@
10121012
call-me-maybe "^1.0.1"
10131013
glob-to-regexp "^0.3.0"
10141014

1015-
"@nethserver/ns8-ui-lib@^1.3.1":
1016-
version "1.3.1"
1017-
resolved "https://registry.yarnpkg.com/@nethserver/ns8-ui-lib/-/ns8-ui-lib-1.3.1.tgz#97d0d3233c05e2bb4f6f1555e9cb306d1b72c152"
1018-
integrity sha512-vCV7d8UWLthXquOKXaNplt49IAuC/V9zunMYyDPzt6x/sW+7BhRcJAlw4x+YPr4iVMuhjhmu6oLBCQ0DjVxcRA==
1015+
"@nethserver/ns8-ui-lib@^1.4.1":
1016+
version "1.4.1"
1017+
resolved "https://registry.yarnpkg.com/@nethserver/ns8-ui-lib/-/ns8-ui-lib-1.4.1.tgz#f5cbdb23501e4f5b2fb2e4c3a6bff700a1806615"
1018+
integrity sha512-gS6HeB2/VjnnKfni7dMA5NbiJ/yLbJUpxb9qF+tIy/J4w4cIgn2L1mmKmj3ZYED8quJQzT3/kutWCSCRgIsLNQ==
10191019
dependencies:
10201020
"@rollup/plugin-json" "^4.1.0"
10211021
core-js "^3.15.2"

0 commit comments

Comments
 (0)