You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40-2Lines changed: 40 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
2
40
3
41
FEATURES:
4
42
@@ -11,7 +49,7 @@ BUG FIXES:
11
49
* 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)
0 commit comments