Skip to content

Commit 08c4827

Browse files
authored
Merge branch 'aws:main' into feature/add-c8i-instance-support
2 parents 0ba8489 + 7fba4db commit 08c4827

File tree

4 files changed

+27
-14
lines changed

4 files changed

+27
-14
lines changed

pkg/errors/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func ToReasonMessage(err error) (string, string) {
221221
if strings.Contains(err.Error(), "with an explicit deny in a service control policy") {
222222
return "Unauthorized", "User is not authorized to perform this operation due to a service control policy"
223223
}
224-
if strings.Contains(err.Error(), "not authorized for images") {
224+
if strings.Contains(err.Error(), "Not authorized for images") {
225225
return "AMIAuthorizationFailure", "User is not authorized for AMI used in instance launch"
226226
}
227227
return "Unauthorized", "User is not authorized to perform this operation because no identity-based policy allows it"

website/content/en/preview/upgrading/upgrade-guide.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,19 @@ If you get the error `invalid ownership metadata; label validation error:` while
8686
WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST
8787
-->
8888

89+
### Upgrading to `1.8.0`+
90+
91+
{{% alert title="Warning" color="warning" %}}
92+
Karpenter `1.1.0` drops the support for `v1beta1` APIs.
93+
**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{<ref "../../v1.0/upgrading/v1-migration.md#before-upgrading-to-v110">}}).
94+
{{% /alert %}}
95+
96+
* This version adds support for [Static Capacity](https://github.com/kubernetes-sigs/karpenter/pull/2521). Make sure to upgrade your karpenter CRDs to use this feature.
97+
98+
Full Changelog:
99+
* https://github.com/aws/karpenter-provider-aws/releases/tag/v1.8.0
100+
* https://github.com/kubernetes-sigs/karpenter/releases/tag/v1.8.0
101+
89102
### Upgrading to `1.7.0`+
90103

91104
{{% alert title="Warning" color="warning" %}}

website/content/en/v1.7/upgrading/upgrade-guide.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,6 @@ If you get the error `invalid ownership metadata; label validation error:` while
8686
WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST
8787
-->
8888

89-
### Upgrading to `1.8.0`+
90-
91-
{{% alert title="Warning" color="warning" %}}
92-
Karpenter `1.1.0` drops the support for `v1beta1` APIs.
93-
**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{<ref "../../v1.0/upgrading/v1-migration.md#before-upgrading-to-v110">}}).
94-
{{% /alert %}}
95-
96-
* This version adds support for [Static Capacity](https://github.com/kubernetes-sigs/karpenter/pull/2521). Make sure to upgrade your karpenter CRDs to use this feature.
97-
98-
Full Changelog:
99-
* https://github.com/aws/karpenter-provider-aws/releases/tag/v1.8.0
100-
* https://github.com/kubernetes-sigs/karpenter/releases/tag/v1.8.0
101-
10289
### Upgrading to `1.7.0`+
10390

10491
{{% alert title="Warning" color="warning" %}}

website/content/en/v1.8/upgrading/upgrade-guide.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,19 @@ If you get the error `invalid ownership metadata; label validation error:` while
8686
WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST
8787
-->
8888

89+
### Upgrading to `1.8.0`+
90+
91+
{{% alert title="Warning" color="warning" %}}
92+
Karpenter `1.1.0` drops the support for `v1beta1` APIs.
93+
**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{<ref "../../v1.0/upgrading/v1-migration.md#before-upgrading-to-v110">}}).
94+
{{% /alert %}}
95+
96+
* This version adds support for [Static Capacity](https://github.com/kubernetes-sigs/karpenter/pull/2521). Make sure to upgrade your karpenter CRDs to use this feature.
97+
98+
Full Changelog:
99+
* https://github.com/aws/karpenter-provider-aws/releases/tag/v1.8.0
100+
* https://github.com/kubernetes-sigs/karpenter/releases/tag/v1.8.0
101+
89102
### Upgrading to `1.7.0`+
90103

91104
{{% alert title="Warning" color="warning" %}}

0 commit comments

Comments
 (0)