Skip to content

Commit

Permalink
Merge pull request #66 from ginglis13/update-ssm-agent
Browse files Browse the repository at this point in the history
Update SSM agent to version 3.3.987.0
  • Loading branch information
ginglis13 authored Oct 4, 2024
2 parents a07de2d + c8a0d91 commit f62ae25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.808.0
SSM_AGENT_VERSION ?= 3.3.987.0

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

Expand Down
4 changes: 2 additions & 2 deletions hashes/ssm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
e4fde5929f75025ea06f406f329003ca33214ac48483bf7f2b6bf47cf51298ec8f39e22f9f30b224eddc9827fde02c1cfa03b7476db4d909a1442ff5cd0d5767 amazon-ssm-agent-3.3.808.0.amd64.rpm
7176eb94c551590922d909ae0a541a123be648b47e4665001070a00f6ff90da9fb290453c414a033d18be7a50004c61ce75ede36961c26661f7bb95075dc8960 amazon-ssm-agent-3.3.808.0.arm64.rpm
6d30ed103c48a40dfb67d58fc297ccdf01e1b09b5c6fc65a0bd660e294e05fb1651dd483a42e78421f1f6be6b74e5732768723c9ad46f8f5f2454420238304b3 amazon-ssm-agent-3.3.987.0.amd64.rpm
54f0812ca0068e365c2f0e4886d9362841021e8f9f9e9999c445f923f927e931c2970434bd9c3b3caebc953334fa8b5ea20d4a3972e8e329076ce81b55e79bd3 amazon-ssm-agent-3.3.987.0.arm64.rpm

0 comments on commit f62ae25

Please sign in to comment.