Beer-garden

Latest version: v3.29.2

Safety actively analyzes 723976 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 18

3.24.3

3/8/2024

- Fixed bug where Stomp Headers were not being parsed into Dictionaries

3.24.2

2/28/24

- Fixed bug where setting the heartbeat for recieving garden connections would override changes from Instance Updates in seperate threads
- Fixed bug where heartbeat did not update the status to `RECEVING` for the receiving connection type
- Backup current config on rpm update when config changes are present
- Fixed bug where Admin Garden page did not update page based on events until page was interacted with
- Fixed bug where Plugins assocaited with a runner would appear after a refresh
- Fixed bug where child unresponsive runners appeared in the list of unresponsive runners
- Upgraded Brewtils version to [3.24.1](https://github.com/beer-garden/brewtils/releases/tag/3.24.1)

3.24.1

2/21/2024

- Fixed pip config trusted-host on rpm build
- Fixed bug where the Garden Connection Stop button did not request the connection to be disabled if the current status is a valid running status.
- Cleaned up logging statements left from debugging
- Fixed bug where the modal for reading Instance Logs was not appearing
- Updated System Instance "Get Logs" to support live polling
- Expanded Instance Logs requests to allow for routing to child gardens

3.24.0

2/13/2024

- Updated icons on System Admin page
- Fixed bug where `blocking=true` on Request API returned `IN PROGRESS` status for requests sourced from downstream gardens. Delay added to
allow Beer Garden to process the event.
- Request API utilizes Futures for `blocking=true`, returning back the completed request from the Event, instead of querying the database
- Fixed bug where pruned In-Progress Requests that were scheduled never completed in scheduler, so max concurrency would be reached.
- Expanded counters for Scheduled Jobs to include Requests skipped and canceled.

BREAKING CHANGES
- The Garden table needs to be dropped from the database to support new model changes

mongo
use beer_garden
db.garden.drop()

- Garden records store child Gardens
- Child Gardens are now configured through a config file. Default location is `./children`
- Garden Admin page overhauled
- Scheduled checks to ensure that all child gardens are publishing
- Child Gardens receiving/publishing connections can be started and stopped from the Admin Garden page. This only starts/stops the accepting
or publishing from the Parent, not disable a remote API.
- UI now iterates over local Garden children to determine list of Systems
- If Garden is disabled or not configured, it's and it's child garden Systems will not be visible on the UI
- If a child garden is not reporting a Recieving connection, but can be tasked, upgrade the child. Older 3.X releases do not report sourcing and
this is utilized to determine the Receiving connections.

3.23.1

12/29/2023

- Fixed issue where replicated messages were not fanned out to all replicated Beer Gardens
- Fixed bug where restart instance was not checking if process is currently running. Now
it properly kills the running instance during restart.
- Split apart functionality of Start and Restart instance into two API operations.

3.23.0

12/27/2023

- Added missing Request Status filter for "Invalid"
- Adding default icon on System Admin page for undefined or null system.icon_name
- Fixed bug where Publish/Subscribe events would carry over request properties across the various topics mapped
- New API to support PUT Requests, this API will only spawn REQUEST_UPDATE events
- Upgraded Brewtils version to [3.23.0](https://github.com/beer-garden/brewtils/releases/tag/3.23.0)

Page 4 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.