Skip to content

Commit

Permalink
Merge pull request #61 from KCSesh/release/v0.7.12
Browse files Browse the repository at this point in the history
Version v0.7.12
  • Loading branch information
arnaldo2792 authored May 6, 2024
2 parents ccaa961 + a592051 commit db0039c
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.12

* Update SSM agent to 3.3.418.0 ([#61])

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

# 0.7.11

* 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.131.0
SSM_AGENT_VERSION ?= 3.3.418.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.11
v0.7.12
4 changes: 2 additions & 2 deletions hashes/ssm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
71ba18fcf39a4b0668eb531e0bcb124c45d05d6f878d653c26b280388f3f044d30382172fda52fe2453f9292afacdd2ab6bb7a2895079e0632d3ac380790f0b3 amazon-ssm-agent-3.3.131.0.amd64.rpm
d1aa40e36a5ddb9cb7fbf2395b411993e9405a6a12a836c802d68f2bf1594030502425c0582cb413792f9638f44b206615d37ea11c655c6a37f8db82a927bb93 amazon-ssm-agent-3.3.131.0.arm64.rpm
4b0e61fd7a9c3f596ed1c0fea0bc5bf5b441c8431c0b26ff4028c77b436cf65f8e7267a2e332ba2b7a33474bbfde1ffe86a0ff48292feaaf639ba8c881c3f3d7 amazon-ssm-agent-3.3.418.0.amd64.rpm
a9c6d62027dca9b239a7464d1092d38c5613c7747d68bac15510526ce791eef7ed2fde235aa716d36152a72de2b8753cd51fcc0d275febb1dec7621569a7479f amazon-ssm-agent-3.3.418.0.arm64.rpm

0 comments on commit db0039c

Please sign in to comment.