Skip to content

Commit

Permalink
112 prep (#256)
Browse files Browse the repository at this point in the history
* Prepare for Release 1.1.2: Bump version number in FB configuration configmaps

* Version 1.1.2 close-out prep

* Moved SECURITY statement to the top of logging

Co-authored-by: gsmith-sas <[email protected]>
  • Loading branch information
cumcke and gsmith-sas authored Dec 13, 2021
1 parent 7991760 commit 2009071
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# SAS Viya Monitoring for Kubernetes

## Version 1.1.2 (13DEC21)

* **Overall**
* [CHANGE] Samples now use Ingress v1 for Kubernetes 1.22 compatibility

* **Monitoring**
* [CHANGE] Monitoring components now use Ingress v1 for Kubernetes 1.22 compatibility
* [FIX] The SAS Jobs dashboards properly handle large numbers of jobs
* [FIX] The network metric recording rule for SAS Jobs has been fixed to support kube-state-metrics 2.x
* [FIX] Using LOG_COLOR_ENABLE=false now shows log levels in output
* [FIX] Deployments without an active TERM now run properly again
* [FIX] Perf/Utilization dashboard metrics display properly again

* **Logging**
* [SECURITY] Moved to Open Distro for Elasticsearch 1.13.3 (addresses LOG4J security vulnerability)
* [FEATURE] Access controls supporting a new class of users with access to all log messages are now created during the deployment process.
* [FEATURE] Kibana content in a given directory is loaded as a single 'batch' rather than individually during the deployment process.
* [TASK] Feature-flag logic controlling enablement of Kibana tenant spaces and other application multi-tenancy related capabilities has been removed since these capabilities are no longer optional.
* [FIX] The path-based ingress sample for accessing Kibana after the move to Open Distro for Elasticsearch 1.13.2 now works.
* [FIX] Improvements for handling failures when deploying specific components made in logging deployment scripts
* [FIX] New Fluent Bit configuration setting to prevent "stale" Kubernetes metadata being added to collected log messages.

## Version 1.1.1 (18NOV21)

* **Overall**
Expand Down
4 changes: 2 additions & 2 deletions v4m-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: v4m
description: Viya 4 Monitoring for Kubernetes (https://github.com/sassoftware/viya4-monitoring-kubernetes)
type: application
version: "1.1.2-SNAPSHOT"
appVersion: "1.1.2-SNAPSHOT"
version: "1.1.2"
appVersion: "1.1.2"

0 comments on commit 2009071

Please sign in to comment.