Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
12e5f3d
Main (#179)
osmontero Dec 27, 2023
337b860
main (#214)
leonardomoralopez89 Jan 4, 2024
7bb1923
Merge branch 'main' into qa
jdieguez89 Jan 5, 2024
8cb566a
Update agent version and fix agent update based on master version (#2…
Kbayero Jan 5, 2024
a1b5b19
Merge branch 'main' into qa
osmontero Jan 5, 2024
8e71da3
Bugfix/frontend/202 unable to remove groups in the datasources view (…
jdieguez89 Jan 5, 2024
68a7d57
Updating qa (#239)
c3s4rfred Jan 8, 2024
d0572fb
Merge branch 'main' into qa
osmontero Jan 11, 2024
87050a8
Merge branch 'main' into qa
osmontero Jan 11, 2024
f077d50
Fixing issues for 10.2 release (#272) (#273)
osmontero Jan 15, 2024
355a2a8
Preparing v10.2 release (#284)
osmontero Jan 15, 2024
f2b1803
Qa (#286)
osmontero Jan 15, 2024
82df8f7
Qa (#288)
osmontero Jan 15, 2024
97c9b83
remove csp
osmontero Jan 15, 2024
be71431
fixed logout observable emission (#314) (#315)
mjabascal10 Jan 16, 2024
e8f45ff
Fixing overwriting of the properties host and IP of the alert that is…
leonardomoralopez89 Jan 22, 2024
1bb5295
Updating security configuration to fix ROLE_USER disconnection bug (#…
c3s4rfred Jan 22, 2024
35fd977
Fixed Down datasource shows an empty detail in view and error in cons…
mjabascal10 Jan 22, 2024
1e8f1f2
Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)
mjabascal10 Jan 23, 2024
fb42c6a
Fix error cannot assign requested address (#357)
Kbayero Jan 23, 2024
ffc34be
Bugfix/10.2/333 incorrect linux install command (#361)
mjabascal10 Jan 23, 2024
fede312
Add 10.2.1 to CHANGELOG.md (#367)
jdieguez89 Jan 25, 2024
151cda2
Fixed User management module allows an action that causes UTMStack ha…
mjabascal10 Jan 25, 2024
861ae85
using node1 always
osmontero Jan 25, 2024
2c5d5d5
Updating security access to info endpoint to be used by agent install…
c3s4rfred Jan 26, 2024
91d3164
Bugfix/10.2/359 rc unhandled login error (#374)
mjabascal10 Jan 26, 2024
d03220c
Bugfix/10.2/378 overview dashboard has wrong alert value (#387)
mjabascal10 Jan 29, 2024
f3704de
Fixing rule history filter condition for IRA (#388)
c3s4rfred Jan 30, 2024
8218d3a
Fixed integration disconnected alert coming to often (#313) (#393)
mjabascal10 Feb 1, 2024
b5b18e8
Adding default agent for incident rules (#397)
c3s4rfred Feb 1, 2024
72e21f4
Fixed 217 Log-explorer-query-crashed-when-type-something (#398)
mjabascal10 Feb 2, 2024
656b505
Fixed Incident-response-automation-must-allow-to-run-in-default-agent…
mjabascal10 Feb 5, 2024
1ad4d0c
Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)
mjabascal10 Feb 5, 2024
e35dfc0
Bugfix/10.2/402 incident response trigger select cause modal scroll (…
mjabascal10 Feb 5, 2024
386b684
Fixed Auditor crash try to parse (#405) (#414)
mjabascal10 Feb 6, 2024
cdfcebe
Bugfix/10.2/402 incident response trigger select cause modal scroll (…
mjabascal10 Feb 6, 2024
2519834
Update CHANGELOG.md to 10.2.2 (#425)
jdieguez89 Feb 7, 2024
7d44add
Unable-to-login-with-token-query-param (#269)
mjabascal10 Feb 7, 2024
8b45369
Unable-to-login-with-token-query-param (#269) (#428)
mjabascal10 Feb 8, 2024
4fe40b5
Merge branch 'rc' of https://github.com/utmstack/UTMStack into bugfix…
mjabascal10 Feb 8, 2024
6cae8e2
Merge remote-tracking branch 'origin/main' into bugfix/10.2/269-unabl…
mjabascal10 Feb 8, 2024
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
27 changes: 17 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@

# UTMStack 10.2.1 Release
This update addresses several critical bugs and improves the application's stability and security.
Among the critical updates are fixes to installation commands on Linux, error-handling enhancements, and updates to security configurations.
# UTMStack 10.2.2 Release Notes
This update enhances UTMStack's stability, security, and functionality through critical bug fixes and improvements. We have focused on addressing issues reported by our users and identified through our continuous monitoring, improving the overall user experience and the application's resilience against errors and security threats.

## Summary of the bug fixes included in this release:
- Resolved an issue with the incorrect installation command for Linux environments.
- Fixed a bug where the application could not assign the requested address, leading to operational issues.
- Addressed a crash in the detail view alert when a data source is disconnected.
- Fixed the issue where a down data source showed an open detail in the view.
- Fixed the issue in the security configurations where users with the role ROLE_USER get disconnected.
- Fixed an issue where the properties host and IP of an alert created for a down data source override in the sync process.
- Rectified the emission issue with the logout observable.
- Dashboard and Alerts Accuracy: The Overview dashboard displayed incorrect alert values, ensuring accurate monitoring and alerting capabilities.
- Rule History and Filtering: Resolved a problem with rule history filter conditions, improving the accuracy and usability of incident rule history views.
- Integration and Alert Management: Addressed an issue where integration disconnected alerts were triggered too frequently, reducing unnecessary notifications and improving alert management.
- Incident Rules Enhancement: Added a default agent for incident rules, facilitating smoother operation and implementing incident response strategies.
- Log Explorer Stability: Fixed a crash in the log explorer query functionality, enhancing the stability and reliability of log exploration and analysis.
- Incident Response Automation: Improved incident response automation by allowing it to run in default agents, enhancing the efficiency and effectiveness of automated incident responses.
- UI Improvements: Enhancing user interface interaction and usability for Incident response creation.
- Application Stability: Addressed an Auditor module crash issue, improving the application's stability and reliability.
- Logout: Adding logout observable, ensuring users a more reliable logout process.

## Security and Stability Enhancements:
- Resolved an issue with the incorrect installation command for Linux environments, streamlining the installation process.
- Enhanced error handling for operational issues, improving application resilience.
- Addressed security configuration issues, ensuring users with the role ROLE_USER maintain stable connections.
- Fixed synchronization issues related to alert properties in down data sources, providing accurate alert management.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ export class LoginComponent implements OnInit, AfterViewInit {
this.activatedRoute.queryParams.subscribe(params => {
if (params.token) {
this.loginService.loginWithToken(params.token, true).then(() => {
this.checkLogin(params.url);
if (params.url) {
this.checkLogin(params.url);
} else {
this.router.navigate(['/dashboard/overview']).then(() => {
this.spinner.hide('loadingSpinner');
});
}
});
} else if (params.key) {
this.loginService.loginWithKey(params.key, true).then(() => {
Expand Down