Skip to content

Commit

Permalink
[deps] Upgraded OpenWISP modules to latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Nov 25, 2024
1 parent 9dc3ddb commit 7f74f0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ openwisp2_monitoring: true
openwisp2_radius: false
openwisp2_controller_subnet_division: false
openwisp2_radius_urls: "{{ openwisp2_radius }}"
# TODO: Update when releasing OpenWISP 23
openwisp2_controller_version: "openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/master"
openwisp2_network_topology_version: "openwisp-network-topology @ https://github.com/openwisp/openwisp-network-topology/tarball/master"
openwisp2_firmware_upgrader_version: "openwisp-firmware-upgrader @ https://github.com/openwisp/openwisp-firmware-upgrader/tarball/master"
openwisp2_monitoring_version: "openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/master"
openwisp2_radius_version: "openwisp-radius @ https://github.com/openwisp/openwisp-radius/tarball/master"
openwisp2_controller_version: "openwisp-controller~=1.1.0"
openwisp2_network_topology_version: "openwisp-network-topology~=1.1.0"
openwisp2_firmware_upgrader_version: "openwisp-firmware-upgrader~=1.1.0"
openwisp2_monitoring_version: "openwisp-monitoring~=1.1.0"
openwisp2_radius_version: "openwisp-radius~=1.1.0"
openwisp2_django_version: "django~=4.2.0"
openwisp2_extra_python_packages:
- bpython
- "drf-yasg==1.21.5"
openwisp2_extra_django_apps: []
openwisp2_extra_django_settings: {}
openwisp2_extra_django_settings_instructions: []
Expand Down
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
state: absent

# NOTE: Related to https://github.com/openwisp/openwisp-monitoring/pull/368
# TODO: Remove this when openwisp-monitoring 1.1.0 is released
# TODO: Remove this when openwisp-monitoring 1.2.0 is released
- name: Migrate timeseries database
become: true
become_user: "{{ www_user }}"
Expand Down

0 comments on commit 7f74f0e

Please sign in to comment.