- Print
- DarkLight
Endpoint Agent Versioning and Upgrades
Endpoint Agent Versioning and Upgrades
LimaCharlie frequently releases new versions of the endpoint agent (typically every few weeks), giving you full control over which version runs in your Organization. Sensors are not updated by default, allowing you to manage versioning and deployment as needed.
Endpoint Agent Components
The LimaCharlie endpoint agent consists of two main components, each versioned independently:
On-disk agent: Implements core identity, cryptography, and transport mechanisms. This component rarely requires updates and typically remains static.
Over-the-air core: The main component that receives frequent updates and delivers advanced functionality. It can be easily updated via the LimaCharlie cloud.
When updates occur, they impact the over-the-air component, as it's the easiest to modify, with the update size generally being around 3-5 MB.
Version Labels
LimaCharlie provides three version labels to simplify version management:
Latest: The most recent release with new fixes and features.
Stable: A less frequently updated version, ideal for maintaining slower update cadences.
Experimental: The beta version of the next "Latest" release.
You can upgrade to any of these versions for your organization by using the LimaCharlie web interface or the API.
Managing Versioning for Sensors
To manage the versioning of sensors, you can leverage LimaCharlie’s System Tags:
lc:latest
: Tags the Sensor to receive the most recent version.lc:stable
: Tags the sensor to receive a stable version.lc:experimental
: Tags the sensor to receive the experimental version.
These tags can be applied to individual sensors to alter version behavior, and updates take effect within 10 minutes. This method also enables staging deployments to test updates on a small group of sensors before organization-wide rollouts.
Updating Endpoint Agents
Manual Update
You can manually trigger an update for all endpoint agents in your organization by simply clicking a button in the web interface. This action updates the over-the-air component of the sensors within 20 minutes, with no need to re-download installers, as the installer remains unchanged.
Auto-Update
To automate updates, apply the lc:stable
tag to your sensors. This will ensure that sensors automatically update to the latest stable version upon release.
Staged Deployment
For testing new versions, tag specific sensors with lc:latest
to run the latest version without affecting the rest of your organization. This allows you to test new releases on selected hosts before proceeding with a full rollout.