Skip to content

Commit c4ee3b0

Browse files
authored
Merge pull request #479 from matttrach/update-change-log
fix: update change log
2 parents 09d3828 + e021386 commit c4ee3b0

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
1-
### 1.5.0 (April 8, 2024)
1+
## v1.6.0 (November 4, 2024)
2+
3+
FEATURES:
4+
5+
ENHANCEMENTS:
6+
7+
* Migrate to Github Actions by @HarrisonWAffel in https://github.com/rancher/terraform-provider-rke/pull/458
8+
* Replace 3rd party action with native CLI by @rancher-security-bot in https://github.com/rancher/terraform-provider-rke/pull/408
9+
* [v1.6] Bump Go to 1.22 and RKE to 1.6.2 by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/462
10+
11+
BUG FIXES:
12+
13+
* [1.6] fix CI by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/464
14+
* [1.6] fix env var in the GHA by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/466
15+
* [1.6] fix errors around signing the shasum file by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/467
16+
* [1.6] set the trust level non-interactively by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/468
17+
* [1.6] use the full 40-character fingerprint by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/469
18+
* use the first key by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/470
19+
* find and use the secret subkey fingerprint by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/471
20+
* [1.6] fix CI error by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/472
21+
* fix the decoding issue in ci by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/473
22+
* update secret names used in CI by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/474
23+
* [1.6] bump rke to v1.6.3 by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/478
24+
25+
## v1.5.1 (November 4, 2024)
26+
27+
FEATURES:
28+
29+
ENHANCEMENTS:
30+
31+
* [1.5] bump RKE to 1.5.13, update README by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/463
32+
* [1.5] bump RKE to v1.5.14 by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/477
33+
* Migrate to Github Actions by @HarrisonWAffel in https://github.com/rancher/terraform-provider-rke/pull/458
34+
35+
BUG FIXES:
36+
37+
* [1.5] fix CI by @jiaqiluo in https://github.com/rancher/terraform-provider-rke/pull/465
38+
39+
## 1.5.0 (April 8, 2024)
240

341
FEATURES:
442

@@ -11,7 +49,7 @@ BUG FIXES:
1149
* Fix the issue that importing a cluster fails because `enable_cri_dockerd` is always set to the default value false. See [#432](https://github.com/rancher/terraform-provider-rke/issues/432)
1250

1351

14-
# 1.4.4 (March 14, 2024)
52+
## 1.4.4 (March 14, 2024)
1553

1654
FEATURES:
1755

0 commit comments

Comments
 (0)