Skip to content

Commit d2040ca

Browse files
Merge branch 'main' into k8s_cert
2 parents 77aa3c8 + 2e51d2e commit d2040ca

20 files changed

+694
-31
lines changed

.github/workflows/auto_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Auto release"
22

33
on:
4-
schedule:
5-
- cron: '0 3 * * 6'
64
workflow_dispatch:
75

86
env:

.github/workflows/integration_test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,6 @@ jobs:
147147
- name: Install module
148148
run: |
149149
buildevents cmd $TRACE_ID $STEP_ID 'rake litmus:install_module' -- bundle exec rake 'litmus:install_module'
150-
151-
- name: Start SSH session
152-
uses: luchihoratiu/debug-via-ssh@main
153-
with:
154-
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
155-
SSH_PASS: ${{ secrets.SSH_PASS }}
156150
157151
- name: "Honeycomb: Record deployment times"
158152
if: ${{ always() }}

.github/workflows/pr_test.yml

Whitespace-only changes.

.github/workflows/spec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
env:
8484
BUILDEVENT_FILE: '../buildevents.txt'
8585
PUPPET_GEM_VERSION: ${{ matrix.puppet_version }}
86+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
8687

8788
steps:
8889
- run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@
2525
.project
2626
.envrc
2727
/inventory.yaml
28+
/spec/fixtures/litmus_inventory.yaml

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tasks:
66

77
vscode:
88
extensions:
9-
- puppet.puppet-vscode@1.0.0:oSzfTkDf6Cmc1jOjgW33VA==
9+
- puppet.puppet-vscode@1.2.0:f5iEPbmOj6FoFTOV6q8LTg==

.pdkignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
.project
2626
.envrc
2727
/inventory.yaml
28+
/spec/fixtures/litmus_inventory.yaml
2829
/appveyor.yml
30+
/.editorconfig
2931
/.fixtures.yml
3032
/Gemfile
3133
/.gitattributes

CHANGELOG.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.1.0](https://github.com/puppetlabs/puppetlabs-kubernetes/tree/v6.1.0) (2021-05-11)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-kubernetes/compare/v6.0.0...v6.1.0)
8+
9+
### Added
10+
11+
- Add config.toml for containerd installed with 'archive' [\#516](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/516) ([danifr](https://github.com/danifr))
12+
- Improvements to containerd configs when using a package [\#510](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/510) ([treydock](https://github.com/treydock))
13+
- Add kubeadm skip-phases option [\#507](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/507) ([BaronMsk](https://github.com/BaronMsk))
14+
- Configure image registry settings for containerd when installed via package [\#500](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/500) ([andeman](https://github.com/andeman))
15+
16+
### Fixed
17+
18+
- \(IAC-1497\) - Removal of unsupported `translate` dependency [\#501](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/501) ([david22swan](https://github.com/david22swan))
19+
- Repair containerd archive [\#497](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/497) ([daianamezdrea](https://github.com/daianamezdrea))
20+
- Added information about Hiera YAML Lookup; installing a updated version. [\#494](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/494) ([bitvijays](https://github.com/bitvijays))
21+
522
## [v6.0.0](https://github.com/puppetlabs/puppetlabs-kubernetes/tree/v6.0.0) (2021-02-27)
623

724
[Full Changelog](https://github.com/puppetlabs/puppetlabs-kubernetes/compare/v5.5.0...v6.0.0)
@@ -115,7 +132,7 @@ All notable changes to this project will be documented in this file. The format
115132
### Fixed
116133

117134
- Manage front-proxy ca certs - fixes \#275 [\#321](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/321) ([nickperry](https://github.com/nickperry))
118-
- Expose ttl duration parameter [\#313](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/313) ([carabasdaniel](https://github.com/carabasdaniel))
135+
- \(IAC-181\) Expose ttl duration parameter [\#313](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/313) ([carabasdaniel](https://github.com/carabasdaniel))
119136
- make proxy mode configurable [\#297](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/297) ([mrwulf](https://github.com/mrwulf))
120137
- Fixed duplicate tlsBootstrapToken in config\_worker.yaml.erb for kubernetes 1.14 [\#287](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/287) ([Hillkorn](https://github.com/Hillkorn))
121138

@@ -130,10 +147,6 @@ All notable changes to this project will be documented in this file. The format
130147
- Avoid log message about waiting for SA when it already exists [\#278](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/278) ([jorhett](https://github.com/jorhett))
131148
- MODULES-8947 fixing bugs and tests [\#274](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/274) ([sheenaajay](https://github.com/sheenaajay))
132149

133-
### UNCATEGORIZED PRS; LABEL THEM ON GITHUB
134-
135-
- Add kubeadm v1beta1 [\#272](https://github.com/puppetlabs/puppetlabs-kubernetes/pull/272) ([carabasdaniel](https://github.com/carabasdaniel))
136-
137150
# Version 4.0.0
138151

139152
Upgrade tasks for version v1beta1

README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,52 @@ The download URL for the containerd archive.
318318

319319
Defaults to `https://github.com/containerd/containerd/releases/download/v${containerd_version}/${containerd_archive}`.
320320

321+
#### `containerd_plugins_registry`
322+
323+
The configuration for the image registries used by containerd.
324+
325+
See https://github.com/containerd/containerd/blob/master/docs/cri/registry.md
326+
327+
Defaults to `{'docker.io' => {'mirrors' => {'endpoint' => 'https://registry-1.docker.io'}}}`.
328+
329+
For example,
330+
331+
```puppet
332+
'containerd_plugins_registry' => {
333+
'docker.io' => {
334+
'mirrors' => {
335+
'endpoint' => 'https://registry-1.docker.io'
336+
},
337+
},
338+
'docker.private.example.com' => {
339+
'mirrors' => {
340+
'endpoint' => 'docker.private.example.com'
341+
},
342+
'tls' => {
343+
'ca_file' => 'ca.pem',
344+
'cert_file' => 'cert.pem',
345+
'key_file' => 'key.pem',
346+
'insecure_skip_verify' => true,
347+
},
348+
'auth' => {
349+
'auth' => '1azhzLXVuaXQtdGVzdDpCQ0NwNWZUUXlyd3c1aUxoMXpEQXJnUT==',
350+
},
351+
},
352+
'docker.private.example2.com' => {
353+
'mirrors' => {
354+
'endpoint' => 'docker.private.example2.com'
355+
},
356+
'tls' => {
357+
'insecure_skip_verify' => true,
358+
},
359+
'auth' => {
360+
'username' => 'user2',
361+
'password' => 'secret2',
362+
},
363+
},
364+
}
365+
```
366+
321367
#### `controller_address`
322368

323369
The IP address and port for the controller the worker node joins. For example `172.17.10.101:6443`.

0 commit comments

Comments
 (0)