Skip to content

Commit

Permalink
Release version 7.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <[email protected]>
  • Loading branch information
c00kiemon5ter committed Jan 20, 2021
1 parent 444d017 commit 21bdada
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.0.1
current_version = 7.0.2
commit = True
tag = True

Expand Down
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 7.0.2 (2021-01-20) - Security release for pySAML2 dependency

- Add RegexSubProcessor attribute processor
- Fix SAMLVirtualCoFrontend metadata generation
- frontends: Deprecate the sign_alg and digest_alg configuration options on the
saml2 frontend. Instead, use the signing_algorithm and digest_algorithm
configuration options under the service/idp configuration path (not under
service/idp/policy/default)
- backends: New backend to login with Apple ID
- dependencies: Set minimum pysaml2 version to v6.5.0 to make sure we get a
version patched for CVE-2021-21238 and CVE-2021-21239
- build: Fix the CI base image
- tests: Fix entity-category checks
- docs: Document the sub_hash_salt configuration for the OIDC frontend
- examples: Add entityid_endpoint to the saml backend and frontend
configuration
- examples: Fix the SAMLVirtualCoFrontend example configuration


## 7.0.1 (2020-06-09)

- build: fix the CI release process
Expand Down Expand Up @@ -50,7 +69,7 @@
- build: tag docker image by commit, branch, PR number, version and "latest"


## 6.1.0 (2020-02-28)
## 6.1.0 (2020-02-28) - Security release for pySAML2 dependency

- Set the SameSite cookie attribute to "None"
- Add compatibility support for the SameSite attribute for incompatible
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='SATOSA',
version='7.0.1',
version='7.0.2',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='[email protected]',
Expand All @@ -16,7 +16,7 @@
package_dir={'': 'src'},
install_requires=[
"pyop >= 3.0.1",
"pysaml2 >= 5.0.0",
"pysaml2 >= 6.5.0",
"pycryptodomex",
"requests",
"PyYAML",
Expand Down

0 comments on commit 21bdada

Please sign in to comment.