Skip to content

Commit ac6ae1e

Browse files
authored
Merge pull request #18 from gthao313/release
Update for v0.2.3 release
2 parents 1814673 + 42941b3 commit ac6ae1e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.3
2+
* Update SSM version to 3.3.2656.0
3+
* Rebuilt to get the latest AL2023 updates.
4+
15
# 0.2.2
26
* Always setup symlinks required for EKS Pod Identity Agent. ([#15]) - Thanks @abhay-krishna!
37
* Update SSM version to 3.3.2471.0. ([#16])

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ UNAME_ARCH = $(shell uname -m)
1717
ARCH ?= $(lastword $(subst :, ,$(filter $(UNAME_ARCH):%,x86_64:amd64 aarch64:arm64)))
1818

1919
# SSM_AGENT_VERSION is the SSM Agent's distributed RPM Version to install.
20-
SSM_AGENT_VERSION ?= 3.3.2471.0
20+
SSM_AGENT_VERSION ?= 3.3.2656.0
2121

2222
TEST_ACTIVATION_ID=abcdef12-3456-7890-abcd-ef1234567890
2323
TEST_ACTIVATION_CODE=abcdef1234567890abcdef

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.2
1+
v0.2.3

hashes/ssm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
bc6062885d0cd2598058b3ed18ad9bb570fe73f1e17e88e03024396fd72e4795f384b119117cde35552ce16db03adc9a092f469405da4b4e924496644156779b amazon-ssm-agent-3.3.2471.0.amd64.rpm
2-
58e4c6069573d1ab46bd97d60c4e9c97037453abebd63e4e89f23636e31e122fef07265e3da179c0500fc5abcc848f69d9cd6d0e6ceb71b3f67f9ab1d7678226 amazon-ssm-agent-3.3.2471.0.arm64.rpm
1+
b2b66c271d00f39edfb8b7cc52c35c9c59d89c703c0b7cd4821bf7574b2a83b194be95d7d57cba094849bbdcdc18244d88c7cc5941e2a8fe79a87dbf8a78eab4 amazon-ssm-agent-3.3.2656.0.amd64.rpm
2+
2b779afbec56bf48f1ace1b628c224692821ccb4257c4c87107e70546e838f8c17000b529d390c45daa7136b9db806b88829c869643f8eb26bd4507301088c7e amazon-ssm-agent-3.3.2656.0.arm64.rpm

0 commit comments

Comments
 (0)