Commit 95726826 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Release 0.123

parent a0466ad7
Pipeline #16708 failed with stage
in 0 seconds
0.123 (2021-07-23)
==================
* plugin/check_url_available: many improvements, now supports basic auth
WARNING, backward incompatible changes:
+ http_code option is now http-code
+ check-secure option has been removed. Users should specify http-code = 401 instead.
0.122 (2021-06-29)
==================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.122'
version = '0.123'
name = 'slapos.toolbox'
long_description = open("README.rst").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment