Skip to content

Commit 3dac285

Browse files
cjeradec2-bot
andauthored
🥑🤖 2.0.0-beta release prep 🤖🥑 (#749)
Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent 44d5773 commit 3dac285

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Your EKS cluster must have an IAM OIDC Provider. Follow the steps in [Create an
3535

3636
##### 1.2.1. Create the IAM Policy
3737

38-
Download the service account policy template for AWS CloudFormation at https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-alpha/infrastructure.yaml
38+
Download the service account policy template for AWS CloudFormation at https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-beta/infrastructure.yaml
3939

4040
Then create the IAM Policy by deploying the AWS CloudFormation stack:
4141

@@ -101,7 +101,7 @@ NTH reads events from one or more SQS Queues. If you already have an SQS Queue a
101101

102102
*Note:* Multiple Terminators may read from a single SQS Queue. A Terminator will only delete a message if a matching node was found in the cluster. The SQS Queue's visibility window setting can help to ensure that a message is delivered to only one Terminator at a time.
103103

104-
You may create your own SQS Queue but an AWS CloudFormation template is available that will create an SQS Queue and commonly used rules for AWS EventBridge. Download from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-alpha/queue-infrastructure.yaml
104+
You may create your own SQS Queue but an AWS CloudFormation template is available that will create an SQS Queue and commonly used rules for AWS EventBridge. Download from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-beta/queue-infrastructure.yaml
105105

106106
```sh
107107
aws cloudformation deploy \
@@ -114,7 +114,7 @@ aws cloudformation deploy \
114114

115115
#### 3.2. Define and deploy a Terminator
116116

117-
You may download a template file from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-alpha/terminator.yaml.tmpl. Edit the file with the required fields and desired configuration.
117+
You may download a template file from https://github.com/aws/aws-node-termination-handler/releases/download/v2.0.0-beta/terminator.yaml.tmpl. Edit the file with the required fields and desired configuration.
118118

119119
Deploy the Terminator:
120120
```sh

charts/aws-node-termination-handler-2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: aws-node-termination-handler-2
33
description: A Helm chart for aws-node-termination-handler, an open-source component for gracefully handling termination events for node hosted in AWS.
44
type: application
5-
version: "0.1.0"
6-
appVersion: "2.0.0-alpha"
5+
version: "0.2.0"
6+
appVersion: "2.0.0-beta"
77
kubeVersion: ">=1.16-0"
88
keywords:
99
- aws

charts/aws-node-termination-handler-2/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ controller:
1313
# . value: eu-west-1
1414

1515
# Image to deploy.
16-
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/controller:v2.0.0-alpha"
16+
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/controller:v2.0.0-beta"
1717

1818
# Override global logging level.
1919
logLevel: ""
@@ -146,7 +146,7 @@ webhook:
146146
# . value: eu-west-1
147147

148148
# Image to deploy.
149-
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/webhook:v2.0.0-alpha"
149+
image: "public.ecr.aws/aws-ec2/aws-node-termination-handler-2/webhook:v2.0.0-beta"
150150

151151
# Override global logging level.
152152
logLevel: ""

0 commit comments

Comments
 (0)