Skip to content

Commit

Permalink
Merge pull request #69 from Sparksssj/release/v0.7.18
Browse files Browse the repository at this point in the history
Version v0.7.18
  • Loading branch information
Sparksssj authored Nov 21, 2024
2 parents 87e2cf1 + 8eda788 commit b6bf72f
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.18

* Update SSM agent to 3.3.1345.0 ([#69])

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

# 0.7.17

* Update SSM agent to 3.3.987.0 ([#66])
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.987.0
SSM_AGENT_VERSION ?= 3.3.1345.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.17
v0.7.18
4 changes: 2 additions & 2 deletions hashes/ssm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
6d30ed103c48a40dfb67d58fc297ccdf01e1b09b5c6fc65a0bd660e294e05fb1651dd483a42e78421f1f6be6b74e5732768723c9ad46f8f5f2454420238304b3 amazon-ssm-agent-3.3.987.0.amd64.rpm
54f0812ca0068e365c2f0e4886d9362841021e8f9f9e9999c445f923f927e931c2970434bd9c3b3caebc953334fa8b5ea20d4a3972e8e329076ce81b55e79bd3 amazon-ssm-agent-3.3.987.0.arm64.rpm
e05de4f2906b5c9752081c132ab2c1c5f175bd47f48bc90ab28f883da5d29d2dc36da633ab13836fa95dac9b5a128fb1828937c62ae89dc48455f8da791f1ca7 amazon-ssm-agent-3.3.1345.0.amd64.rpm
71f5f1129a37ccd2680eb2759e31d82ed34e20f36e3aea06c4508ef5763b3421425f892c59b7eaa611f2c13a15ff9b155eb9f15559649dc30367c218b7e4e371 amazon-ssm-agent-3.3.1345.0.arm64.rpm

0 comments on commit b6bf72f

Please sign in to comment.