Skip to content

Commit

Permalink
Merge pull request #62 from vyaghras/release/v0.7.13
Browse files Browse the repository at this point in the history
Release/v0.7.13
  • Loading branch information
vyaghras authored Jul 22, 2024
2 parents db0039c + 76cfa0a commit 8d3b48e
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.13

* Update SSM agent to 3.3.551.0 ([#62])

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

# 0.7.12

* Update SSM agent to 3.3.418.0 ([#61])
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.418.0
SSM_AGENT_VERSION ?= 3.3.551.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.12
v0.7.13
4 changes: 2 additions & 2 deletions hashes/ssm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4b0e61fd7a9c3f596ed1c0fea0bc5bf5b441c8431c0b26ff4028c77b436cf65f8e7267a2e332ba2b7a33474bbfde1ffe86a0ff48292feaaf639ba8c881c3f3d7 amazon-ssm-agent-3.3.418.0.amd64.rpm
a9c6d62027dca9b239a7464d1092d38c5613c7747d68bac15510526ce791eef7ed2fde235aa716d36152a72de2b8753cd51fcc0d275febb1dec7621569a7479f amazon-ssm-agent-3.3.418.0.arm64.rpm
7b1392ba99e7ee2e0a3abc45d66d5bc970bf56cf0411efbdc699a3acb60086f0648627b47adc8772e9ca159c45239e3e350aa8316c4c37da4c384a8115d40b35 amazon-ssm-agent-3.3.551.0.amd64.rpm
b233489bb47c8e7f879439855b42edfb0b612a8e5ee5ef90f76ac18848482734b42f89b844fc051e7a04d687cdd3c73ee59fc2870293c3eaa017e950751e2c9e amazon-ssm-agent-3.3.551.0.arm64.rpm

0 comments on commit 8d3b48e

Please sign in to comment.