Skip to content

Commit

Permalink
Add release KNOT-v02.01-rc01
Browse files Browse the repository at this point in the history
This release adds support in netsetup to set wifi credentials in
gateway via GATT service. Forget network connected when factory reset
in control service.
  • Loading branch information
ramonhpr authored and vitbaq committed Sep 3, 2019
1 parent 7fcb821 commit a01bda7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package/knot-control/knot-control.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KNOT_CONTROL_VERSION = KNOT-v02.00
KNOT_CONTROL_VERSION = KNOT-v02.01-rc01
KNOT_CONTROL_SITE = https://github.com/CESARBR/knot-gateway-control.git
KNOT_CONTROL_SITE_METHOD = git
KNOT_CONTROL_DEPENDENCIES = python-pika python-pymongo dbus-python python-daemon python-gobject python-lockfile python-setuptools
Expand Down
2 changes: 1 addition & 1 deletion package/knot-fog-connector/knot-fog-connector.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KNOT_FOG_CONNECTOR_VERSION = KNOT-v02.00
KNOT_FOG_CONNECTOR_VERSION = KNOT-v02.01-rc01
KNOT_FOG_CONNECTOR_SITE_METHOD = git
KNOT_FOG_CONNECTOR_SITE = https://github.com/CESARBR/knot-fog-connector.git
KNOT_FOG_CONNECTOR_DEPENDENCIES = nodejs
Expand Down
2 changes: 1 addition & 1 deletion package/knot-fog/knot-fog.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KNOT_FOG_VERSION = KNOT-v02.00
KNOT_FOG_VERSION = KNOT-v02.01-rc01
KNOT_FOG_SITE_METHOD = git
KNOT_FOG_SITE = https://github.com/CESARBR/knot-cloud-source.git
KNOT_FOG_DEPENDENCIES = nodejs
Expand Down
2 changes: 1 addition & 1 deletion package/knot-hal-driver/knot-hal-driver.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KNOT_HAL_DRIVER_VERSION = KNOT-v02.00
KNOT_HAL_DRIVER_VERSION = KNOT-v02.01-rc01
KNOT_HAL_DRIVER_SITE = https://github.com/CESARBR/knot-hal-source.git
KNOT_HAL_DRIVER_SITE_METHOD = git
KNOT_HAL_DRIVER_INSTALL_STAGING = YES
Expand Down
2 changes: 1 addition & 1 deletion package/knot-netsetup/knot-netsetup.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KNOT_NETSETUP_VERSION = KNOT-v02.00
KNOT_NETSETUP_VERSION = KNOT-v02.01-rc01
KNOT_NETSETUP_SITE = https://github.com/CESARBR/knot-gateway-netsetup.git
KNOT_NETSETUP_SITE_METHOD = git
KNOT_NETSETUP_DEPENDENCIES = dbus-python python-daemon python-docutils python-gobject python-lockfile python-setuptools
Expand Down
2 changes: 1 addition & 1 deletion package/knot-network-nrf24/knot-network-nrf24.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KNOT_NETWORK_NRF24_VERSION = KNOT-v02.00
KNOT_NETWORK_NRF24_VERSION = KNOT-v02.01-rc01
KNOT_NETWORK_NRF24_SITE = https://github.com/CESARBR/knot-network-nrf24.git
KNOT_NETWORK_NRF24_SITE_METHOD = git
KNOT_NETWORK_NRF24_INSTALL_STAGING = NO
Expand Down
2 changes: 1 addition & 1 deletion package/knot-protocol-lib/knot-protocol-lib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KNOT_PROTOCOL_LIB_VERSION = KNOT-v02.00
KNOT_PROTOCOL_LIB_VERSION = KNOT-v02.01-rc01
KNOT_PROTOCOL_LIB_SITE = https://github.com/CESARBR/knot-protocol-source.git
KNOT_PROTOCOL_LIB_SITE_METHOD = git
KNOT_PROTOCOL_LIB_INSTALL_STAGING = YES
Expand Down
2 changes: 1 addition & 1 deletion package/knot-service-app/knot-service-app.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KNOT_SERVICE_APP_VERSION = KNOT-v02.00
KNOT_SERVICE_APP_VERSION = KNOT-v02.01-rc01
KNOT_SERVICE_APP_SITE = https://github.com/CESARBR/knot-service-source.git
KNOT_SERVICE_APP_SITE_METHOD = git
KNOT_SERVICE_APP_INSTALL_STAGING = NO
Expand Down
2 changes: 1 addition & 1 deletion package/knot-web/knot-web.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

KNOT_WEB_VERSION = KNOT-v02.00
KNOT_WEB_VERSION = KNOT-v02.01-rc01
KNOT_WEB_SITE_METHOD = git
KNOT_WEB_SITE = https://github.com/CESARBR/knot-gateway-webui.git
KNOT_WEB_DEPENDENCIES = nodejs avahi
Expand Down

0 comments on commit a01bda7

Please sign in to comment.