Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit edd5b82

Browse files
committed
Bump version
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
1 parent 93df51c commit edd5b82

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 2.3.3
2+
3+
- 93df51cce0da ldap: don't crash on search when guessing an email (#1832)
4+
- 45814babef7e packaging: added new encryption options for LDAP
5+
- 4892eb1dc5ce ldap: fixed a couple of bugs around SSL support (#1746, #1774, bsc#1073232)
6+
- dc769adcddfe devise: use a more fine-grained scope for Github (#1790)
7+
- ae07ec4ca2cd sync: do not remove repositories on some errors (#1293, #1599)
8+
- 17e82c0791ba lib: be explicit on the exceptions to be rescued
9+
- 88553b817552 portusctl: added Clair timeout to the options
10+
- fed2818e8a96 security: fetch the manifest more safely (#1743)
11+
- 943c7627feab security: don't crash on clair timeouts (#1751)
12+
13+
### Words of warning
14+
15+
Commits 45814babef7e and 4892eb1dc5ce introduce some new options for LDAP. In
16+
particular, the following options have been added inside of the `ldap`
17+
configuration:
18+
19+
```yaml
20+
# Encryption options
21+
encryption:
22+
# Available methods: "plain", "simple_tls" and "start_tls".
23+
method: ""
24+
options:
25+
# The CA file to be accepted by the LDAP server. If none is provided, then
26+
# the default parameters from the host will be sent.
27+
ca_file: ""
28+
29+
# Protocol version.
30+
ssl_version: "TLSv1_2"
31+
```
32+
33+
Notice that the old `ldap.method` is getting deprecated and in later versions it
34+
will be removed. Thus, you should use these options from now on.
35+
136
## 2.3.2
237

338
- Upgraded loofah and rails-html-sanitizer to fix CVE-2018-3741

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.2
1+
2.3.3

0 commit comments

Comments
 (0)