We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4321db6 commit bc85516Copy full SHA for bc85516
2 files changed
CHANGES.md
@@ -2,6 +2,13 @@
2
3
Here you can see an overview of changes between each release.
4
5
+## Version 2.18.0
6
+
7
+Released on February 24th, 2023.
8
9
+* Fixed AWS secret insufficient size (https://github.com/GluuFederation/pygluu-containerlib/issues/45).
10
+* Added Google secret integration.
11
12
## Version 2.17.0
13
14
Released on January 17th, 2023.
pygluu/containerlib/__init__.py
@@ -7,4 +7,4 @@
PERSISTENCE_LDAP_MAPPINGS,
)
-__version__ = "2.17.0"
+__version__ = "2.18.0"
0 commit comments