Skip to content

Commit 5dab58d

Browse files
Merge pull request #608 from puppetlabs/release-prep
Release prep v7.0.0
2 parents 66ddf2c + d429f8c commit 5dab58d

File tree

4 files changed

+1122
-825
lines changed

4 files changed

+1122
-825
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v7.0.0](https://github.com/puppetlabs/puppetlabs-kubernetes/tree/v7.0.0) (2022-12-15)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-kubernetes/compare/v6.3.0...v7.0.0)
8+
9+
### Changed
10+
11+
- Validate namespace parameter as DNS subdomain name [\#602](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/602) ([deric](https://github.com/deric))
12+
- \(MAINT\) Fixing codebase hardening issues [\#590](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/590) ([LukasAud](https://github.com/LukasAud))
13+
14+
### Added
15+
16+
- Support overriding containerd socket path \(\#596\) [\#597](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/597) ([deric](https://github.com/deric))
17+
- Rewrite command line arguments parsing [\#593](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/593) ([deric](https://github.com/deric))
18+
- add new parameter containerd\_sandbox\_image [\#587](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/587) ([BaronMsk](https://github.com/BaronMsk))
19+
- Add RedHat family as supported OS \(\#563\) [\#577](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/577) ([deric](https://github.com/deric))
20+
- Support Debian 11 [\#568](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/568) ([deric](https://github.com/deric))
21+
- Support changing bits used for generating certificates [\#566](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/566) ([deric](https://github.com/deric))
22+
- Add proxy support to docker, cri\_containerd and kubelet [\#561](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/561) ([nickperry](https://github.com/nickperry))
23+
- Remove cgroup-driver arg to avoid deprecation warnings [\#540](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/540) ([treydock](https://github.com/treydock))
24+
25+
### Fixed
26+
27+
- Stronger type checking for $node\_name [\#600](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/600) ([deric](https://github.com/deric))
28+
- \(MAINT\) Revert hardening changes [\#599](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/599) ([chelnak](https://github.com/chelnak))
29+
- Fix executing CNI addons commands \(fixes \#594\) [\#598](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/598) ([deric](https://github.com/deric))
30+
- Addressing wrong type for unless execs [\#592](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/592) ([LukasAud](https://github.com/LukasAud))
31+
- Fix Build docker image tooling [\#589](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/589) ([BaronMsk](https://github.com/BaronMsk))
32+
- \(CONT-217\) Correct Kubernetes etcd\_data\_dir spec tests [\#582](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/582) ([GSPatton](https://github.com/GSPatton))
33+
- etcd data dir path configurable by hiera [\#581](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/581) ([GSPatton](https://github.com/GSPatton))
34+
- Hardening manifest classes [\#575](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/575) ([LukasAud](https://github.com/LukasAud))
35+
- Master role has been deprecated since kubernetes v1.20.0 [\#571](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/571) ([deric](https://github.com/deric))
36+
- Don't try to guess docker\_version \(\#564\) [\#565](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/565) ([deric](https://github.com/deric))
37+
- fix: anchor regex for determining config\_version [\#554](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/554) ([TheMeier](https://github.com/TheMeier))
38+
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 16.04 [\#548](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/548) ([david22swan](https://github.com/david22swan))
39+
- Fix \#541 [\#542](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/542) ([nickperry](https://github.com/nickperry))
40+
- Update Debian-family docker repo location and key id [\#535](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/535) ([jorhett](https://github.com/jorhett))
41+
542
## [v6.3.0](https://github.com/puppetlabs/puppetlabs-kubernetes/tree/v6.3.0) (2021-09-06)
643

744
[Full Changelog](https://github.com/puppetlabs/puppetlabs-kubernetes/compare/v6.2.0...v6.3.0)

0 commit comments

Comments
 (0)