Skip to content

Commit 405d557

Browse files
Merge pull request #520 from puppetlabs/release-prep
Release prep v6.2.0
2 parents 0d16e90 + c821558 commit 405d557

File tree

3 files changed

+26
-13
lines changed

3 files changed

+26
-13
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [v6.2.0](https://github.com/puppetlabs/puppetlabs-kubernetes/tree/v6.2.0) (2021-07-19)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-kubernetes/compare/v6.1.0...v6.2.0)
8+
9+
### Added
10+
11+
- Allow configuring of waiting times during sa creation [\#519](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/519) ([ZloeSabo](https://github.com/ZloeSabo))
12+
13+
### Fixed
14+
15+
- Support for kubernetes dashboard version 2.0.0 and onwards [\#528](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/528) ([danifr](https://github.com/danifr))
16+
- Support both standard Calico and Calico Tigera [\#511](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/511) ([treydock](https://github.com/treydock))
17+
518
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-kubernetes/tree/v6.1.0) (2021-05-11)
619

720
[Full Changelog](https://github.com/puppetlabs/puppetlabs-kubernetes/compare/v6.0.0...v6.1.0)

REFERENCE.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ the files if they do not exist.
726726

727727
[*runc_version*]
728728
The version of runc to install
729-
Defaults to 1.0.0-rc5
729+
Defaults to 1.0.0
730730

731731
[*runc_source*]
732732
The URL to download runc
@@ -897,11 +897,11 @@ the files if they do not exist.
897897

898898
[*kubernetes_dashboard_url*]
899899
The URL to get the Kubernetes Dashboard yaml file.
900-
Defaults to the upstream source. `kube_tool` sets this value.
900+
Default is based on dashboard_version.
901901

902902
[*dashboard_version*]
903903
The version of Kubernetes dashboard you want to install.
904-
Defaults to v1.10.1
904+
Defaults to 1.10.1
905905

906906
[*schedule_on_controller*]
907907
A flag to remove the control plane role and allow pod scheduling on controllers
@@ -1576,15 +1576,15 @@ Data type: `String`
15761576

15771577

15781578

1579-
Default value: `'v1.10.1'`
1579+
Default value: `'1.10.1'`
15801580

15811581
##### <a name="kubernetes_dashboard_url"></a>`kubernetes_dashboard_url`
15821582

1583-
Data type: `String`
1583+
Data type: `Optional[String]`
15841584

15851585

15861586

1587-
Default value: `"https://raw.githubusercontent.com/kubernetes/dashboard/${dashboard_version}/src/deploy/recommended/kubernetes-dashboard.yaml"`
1587+
Default value: ``undef``
15881588

15891589
##### <a name="schedule_on_controller"></a>`schedule_on_controller`
15901590

@@ -1808,7 +1808,7 @@ Data type: `Optional[String]`
18081808

18091809

18101810

1811-
Default value: `'1.0.0-rc5'`
1811+
Default value: `'1.0.0'`
18121812

18131813
##### <a name="runc_source"></a>`runc_source`
18141814

@@ -3084,8 +3084,8 @@ The following parameters are available in the `kubernetes::kube_addons` class:
30843084
* [`cni_rbac_binding`](#cni_rbac_binding)
30853085
* [`install_dashboard`](#install_dashboard)
30863086
* [`dashboard_version`](#dashboard_version)
3087+
* [`dashboard_url`](#dashboard_url)
30873088
* [`kubernetes_version`](#kubernetes_version)
3088-
* [`kubernetes_dashboard_url`](#kubernetes_dashboard_url)
30893089
* [`controller`](#controller)
30903090
* [`schedule_on_controller`](#schedule_on_controller)
30913091
* [`node_name`](#node_name)
@@ -3148,21 +3148,21 @@ Data type: `String`
31483148

31493149
Default value: `$kubernetes::dashboard_version`
31503150

3151-
##### <a name="kubernetes_version"></a>`kubernetes_version`
3151+
##### <a name="dashboard_url"></a>`dashboard_url`
31523152

31533153
Data type: `String`
31543154

31553155

31563156

3157-
Default value: `$kubernetes::kubernetes_version`
3157+
Default value: `$kubernetes::dashboard_url`
31583158

3159-
##### <a name="kubernetes_dashboard_url"></a>`kubernetes_dashboard_url`
3159+
##### <a name="kubernetes_version"></a>`kubernetes_version`
31603160

31613161
Data type: `String`
31623162

31633163

31643164

3165-
Default value: `$kubernetes::kubernetes_dashboard_url`
3165+
Default value: `$kubernetes::kubernetes_version`
31663166

31673167
##### <a name="controller"></a>`controller`
31683168

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-kubernetes",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"author": "puppetlabs",
55
"summary": "The module installs and configures a Kubernetes cluster",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)