Skip to content

Commit 53f2fac

Browse files
authored
Merge pull request #84 from gthao313/release
Release/v0.8.5
2 parents 5cc56fd + 87d2f72 commit 53f2fac

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.8.5
2+
3+
* Rebuilt to get the latest AL2 updates.
4+
* Update SSM agent to 3.3.2656.0.
5+
16
# 0.8.4
27

38
* Rebuilt to get the latest AL2 updates ([#83]).

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
.PHONY: all build check check-ssm-agent download-ssm-agent update-ssm-agent
2323

VERSION

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

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)