Skip to content

Commit

Permalink
Merge pull request #14 from jpculp/v0.5.1
Browse files Browse the repository at this point in the history
Version v0.5.1
  • Loading branch information
jpculp authored Jun 11, 2021
2 parents accbe1c + d6bfe44 commit 37447d2
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.5.1

* Update SSM Agent version to 3.0.1209.0. ([#14])

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

# 0.5.0

* Add support for on-premises and hybrid environments. ([#12])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARCH ?= $(lastword $(subst :, ,$(filter $(UNAME_ARCH):%,x86_64:amd64 aarch64:arm
DOCKER_ARCH ?= $(lastword $(subst :, ,$(filter $(ARCH):%,amd64:amd64 arm64:arm64v8)))

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

.PHONY: all build check check-static-bash

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.0
v0.5.1
4 changes: 2 additions & 2 deletions hashes/ssm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
97596d4f95f9d3c290e6d1e493007b652012d376bc54aff184de154dc72ff244225a1c964b5d2ae9e61f3d901ba950d35de86f10d8bccf9ce41f64af1f266124 amazon-ssm-agent-3.0.882.0.amd64.rpm
3d6848242cb3c2bac5e8073ee2fd515577cc632f650ff3f6589520e5e2b3d97b0a262bafee11c336adbf52cb80766c9d47fcc37962f688d3df72015903bb18d9 amazon-ssm-agent-3.0.882.0.arm64.rpm
addd30050eb8bdab683085def2721efe04f28816678bffa38298bc7ce58543fb715ed1ebb57d425c992e5bf3df791dc70b2b191387603da778d728ccff490e97 amazon-ssm-agent-3.0.1209.0.amd64.rpm
6914861e5af091a4a1c39985cbcc1f3fd5dc23da34d918400602cb565ad5b0e716043c42d6a1c9a33fc149e5f08b5a54d1ac10c40755c2f9a9139d5e7523e6d2 amazon-ssm-agent-3.0.1209.0.arm64.rpm

0 comments on commit 37447d2

Please sign in to comment.