blob: 5d4713a6d7478da79eaebf9083f935cb00efdfcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# mixlib-authentication Changelog
<!-- latest_release 2.1.1 -->
## [v2.1.1](https://github.com/chef/mixlib-authentication/tree/v2.1.1) (2018-06-01)
#### Merged Pull Requests
- Silence the warning for the default positional args case [#39](https://github.com/chef/mixlib-authentication/pull/39) ([coderanger](https://github.com/coderanger))
- bump version to 2.1.0 [#38](https://github.com/chef/mixlib-authentication/pull/38) ([thommay](https://github.com/thommay))
<!-- latest_release -->
<!-- release_rollup since=2.1.0 -->
### Changes since 2.1.0 release
#### Merged Pull Requests
- Silence the warning for the default positional args case [#39](https://github.com/chef/mixlib-authentication/pull/39) ([coderanger](https://github.com/coderanger)) <!-- 2.1.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v2.1.0](https://github.com/chef/mixlib-authentication/tree/v2.1.0) (2018-05-31)
#### Merged Pull Requests
- Support signing with ssh-agent (round two) [#36](https://github.com/chef/mixlib-authentication/pull/36) ([coderanger](https://github.com/coderanger))
- Forgot to put sign_version in the opts which would make it nil when p… [#37](https://github.com/chef/mixlib-authentication/pull/37) ([coderanger](https://github.com/coderanger))
- bump version to 2.1.0 [#38](https://github.com/chef/mixlib-authentication/pull/38) ([thommay](https://github.com/thommay))
<!-- latest_stable_release -->
## [v2.0.0](https://github.com/chef/mixlib-authentication/tree/v2.0.0) (2018-04-12)
#### Merged Pull Requests
- Move mixlib-auth debugging to trace level [#32](https://github.com/chef/mixlib-authentication/pull/32) ([thommay](https://github.com/thommay))
## 1.4.2 (2017-08-17)
- fix bug in ordering x_ops_authorization_n headers when headers
number more than 9 [dde604f] [#5]
- fix bug where a constant lookup fails when vendored into other
projects [#24]
- make mixlib-log optional [#21]
## 1.4.1 (2016-06-08)
- testing and style modernization [#13, #14, #15, #18]
## 1.4.0 (2015-01-19)
- Add Chef signing protocol version 1.3
|