Skip to content

Commit 5cc56fd

Browse files
authored
Merge pull request #83 from mgsharm/release/v0.8.4
Release/v0.8.4
2 parents c502119 + 8b5e04e commit 5cc56fd

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.8.4
2+
3+
* Rebuilt to get the latest AL2 updates ([#83]).
4+
* Update SSM agent to 3.3.2471.0 ([#83]).
5+
6+
[#83]: https://github.com/bottlerocket-os/bottlerocket-control-container/pull/83
7+
18
# 0.8.3
29

310
* Rebuilt to get the latest AL2 updates.

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.2299.0
20+
SSM_AGENT_VERSION ?= 3.3.2471.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.3
1+
v0.8.4

hashes/ssm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
84ab2f87a1049fe366ff1be9949d2792bbe0ecb9c69b857b8533d6a6964657e5342695e5092607b6469fea7bb591a6cebf4ef1fe009f14668dd823c8e5bf781f amazon-ssm-agent-3.3.2299.0.amd64.rpm
2-
207c4efb14a8f376163304170eb6d38c0ab4425abde3838b0cf1d5159bbe29e4bced5ea794485b42cb5a76b50ea3599760bebac0cb01992a9a6b118aa045357e amazon-ssm-agent-3.3.2299.0.arm64.rpm
1+
bc6062885d0cd2598058b3ed18ad9bb570fe73f1e17e88e03024396fd72e4795f384b119117cde35552ce16db03adc9a092f469405da4b4e924496644156779b amazon-ssm-agent-3.3.2471.0.amd64.rpm
2+
58e4c6069573d1ab46bd97d60c4e9c97037453abebd63e4e89f23636e31e122fef07265e3da179c0500fc5abcc848f69d9cd6d0e6ceb71b3f67f9ab1d7678226 amazon-ssm-agent-3.3.2471.0.arm64.rpm

0 commit comments

Comments
 (0)