Skip to content

Commit

Permalink
17381 FIX Agent Updater: Prevent initial reinstallation on Linux/Solaris
Browse files Browse the repository at this point in the history
Previously, the agent updater relied on a previous update to know its own installed
agent hash. This lead to the situation that the agent updater always downloaded the
agent after initial registration, even if it was idential to the one already installed.

Now, the agent updater makes use of static information about the installed agent hash
that already comes with the installation of the agent package.

Reland with fixed unit test

Change-Id: I1b657733667be8bb1116f87394cfce903384b1a0
  • Loading branch information
andiumbreit committed Nov 14, 2024
1 parent 0c90284 commit d2aedc0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .werks/17381.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[//]: # (werk v2)
# Agent Updater: Prevent initial reinstallation on Linux/Solaris

key | value
---------- | ---
date | 2024-11-13T07:46:35+00:00
version | 2.4.0b1
class | fix
edition | cee
component | agents
level | 1
compatible | yes

Previously, the agent updater relied on a previous update to know its own installed
agent hash. This lead to the situation that the agent updater always downloaded the
agent after initial registration, even if it was idential to the one already installed.

Now, the agent updater makes use of static information about the installed agent hash
that already comes with the installation of the agent package.

0 comments on commit d2aedc0

Please sign in to comment.