Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
1bbda29
Allow hostname and ip change in agent machines
Kbayero Feb 7, 2025
97abffa
Updating agent.proto and rebuild classes. Upgrading liquibase and pro…
c3s4rfred Feb 10, 2025
35b69a6
feat: update compliance reports data
mjabascal10 Feb 10, 2025
a210cb5
Adding update agent attributes services, vms and other used classes
c3s4rfred Feb 10, 2025
7afcb7e
fix: prevent deletion of system-owned dashboards and visualizations
mjabascal10 Feb 10, 2025
79c7f98
feat: show lock icon for private IP addresses instead of country flag
mjabascal10 Feb 10, 2025
8391d6d
Fixing pom.xml error with protoc version and regenerating grpc classe…
c3s4rfred Feb 10, 2025
49e1efb
Adding documentation to the POST method used to update agent's attrib…
c3s4rfred Feb 10, 2025
802f986
Removing unused condition.
c3s4rfred Feb 10, 2025
12b887e
fix tls insecure connection between agent and master
Kbayero Feb 11, 2025
1fc3e0d
Merge branch 'bugfix/10.5.20/update-agent-hostname' of github.com:utm…
Kbayero Feb 11, 2025
ccac933
Merge branch 'bugfix/10.5.20/add-compliance-data' into bugfix/10.5.20…
mjabascal10 Feb 11, 2025
f38062c
feat: set ip address to agent
mjabascal10 Feb 11, 2025
fd438fd
chore: enable creation of new alert when a datasource is down
mjabascal10 Feb 11, 2025
75e1e0e
Merge remote-tracking branch 'origin/bugfix/10.5.20/update-agent-host…
mjabascal10 Feb 11, 2025
cfb3a7b
Merge branch 'main' into bugfix/10.5.20/update-agent-hostname
mjabascal10 Feb 12, 2025
bdaacec
chore: enable creation of new alert when a datasource is down
mjabascal10 Feb 12, 2025
340141e
Merge remote-tracking branch 'origin/bugfix/10.5.20/update-agent-host…
mjabascal10 Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# UTMStack 10.5.19 Release Notes
# UTMStack 10.5.20 Release Notes
## Bug Fixes
- Fixed issue where log fields in the table didn't match the data when adding filters.
- Fixed time filter updates not reflecting in the filter string.
- Fixed index pattern changes not updating the browser URL.
- Fixed container memory resource distribution
- Fixed empty column status in cvs export
- Fixed the IP location component to accurately determine whether an IP address is public or private.

## New Features
- Restricted time filter to a maximum range of one month.
- Made the timestamp field mandatory and added a summary view when no fields are selected.
- Moved “Add Filter” button to the left and improved filter UI with better icons.
- Removed unnecessary header space to enhance table visibility.
- Added "contains one of" and "does not contain one of" operators to filters.
- Introduced new standards, sections, dashboards, and visualizations to compliance reports.
- Update ip address to agent
- Alert generation for down data sources
190 changes: 98 additions & 92 deletions agent-manager/agent/agent.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion agent-manager/agent/agent_config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 39 additions & 59 deletions agent-manager/agent/agent_config_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading