Skip to content

Commit f0f9a3d

Browse files
committed
Update metadata and CHANGELOG for v0.2.0
1 parent 518f8f7 commit f0f9a3d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [Release 0.2.0] - 2021-03-09
10+
11+
First release with support for 2019.8.0
12+
13+
### New Features
14+
15+
- A `pbug::mitmproxy` class that automates the setup of mitmproxy.org as
16+
a transparent proxy for intercepting local HTTPS traffic generated by
17+
PE services.
18+
19+
### Removals
20+
21+
- Everything that was in 0.1.0. That content was untested and most of it
22+
relied on configurations that don't apply to PE 2019.8. Bits and pieces
23+
may return in future versions.
24+
25+
926
## [Release 0.1.0] - 2021-03-08
1027

1128
Initial release. This version is tagged, but was intentionally not released to
@@ -15,4 +32,5 @@ with the move to Java 11 in PE 2019.
1532
Future releases will remove most of this content and start from a tested base.
1633

1734

35+
[Release 0.2.0]: https://github.com/Sharpie/puppet-pbug/compare/0.1.0...0.2.0
1836
[Release 0.1.0]: https://github.com/Sharpie/puppet-pbug/compare/8b3312f...0.1.0

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharpie-pbug",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"author": "Charlie Sharpsteen",
55
"summary": "Debugging configurations for Puppet services",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)