Skip to content

Commit

Permalink
Merge pull request #64 from KCSesh/release/v0.7.15
Browse files Browse the repository at this point in the history
Release/v0.7.15
  • Loading branch information
KCSesh authored Aug 29, 2024
2 parents c874efc + 54b74f7 commit 6c914a3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.7.15

* Update SSM agent to 3.3.808.0 ([#64])

[#64]: https://github.com/bottlerocket-os/bottlerocket-control-container/pull/64

# 0.7.14

* Rebuilt to get the latest AL2 updates.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ UNAME_ARCH = $(shell uname -m)
ARCH ?= $(lastword $(subst :, ,$(filter $(UNAME_ARCH):%,x86_64:amd64 aarch64:arm64)))

# SSM_AGENT_VERSION is the SSM Agent's distributed RPM Version to install.
SSM_AGENT_VERSION ?= 3.3.551.0
SSM_AGENT_VERSION ?= 3.3.808.0

.PHONY: all build check check-ssm-agent download-ssm-agent update-ssm-agent

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.14
v0.7.15
4 changes: 2 additions & 2 deletions hashes/ssm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
7b1392ba99e7ee2e0a3abc45d66d5bc970bf56cf0411efbdc699a3acb60086f0648627b47adc8772e9ca159c45239e3e350aa8316c4c37da4c384a8115d40b35 amazon-ssm-agent-3.3.551.0.amd64.rpm
b233489bb47c8e7f879439855b42edfb0b612a8e5ee5ef90f76ac18848482734b42f89b844fc051e7a04d687cdd3c73ee59fc2870293c3eaa017e950751e2c9e amazon-ssm-agent-3.3.551.0.arm64.rpm
e4fde5929f75025ea06f406f329003ca33214ac48483bf7f2b6bf47cf51298ec8f39e22f9f30b224eddc9827fde02c1cfa03b7476db4d909a1442ff5cd0d5767 amazon-ssm-agent-3.3.808.0.amd64.rpm
7176eb94c551590922d909ae0a541a123be648b47e4665001070a00f6ff90da9fb290453c414a033d18be7a50004c61ce75ede36961c26661f7bb95075dc8960 amazon-ssm-agent-3.3.808.0.arm64.rpm

0 comments on commit 6c914a3

Please sign in to comment.