Skip to content

Commit

Permalink
Prepare Release 1.2.7 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas authored Dec 2, 2022
1 parent bba2e96 commit ccd646d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SAS Viya Monitoring for Kubernetes

## UNRELEASED

## Version 1.2.7 (02DEC2022)
* **Logging**
* [FIX] - Pin to specific Helm chart version (4.15.1) in logging/bin/deploy_esexporter.sh
* [UPGRADE] - Fluent Bit has been upgraded from version 1.9.6 to 1.9.9
Expand Down
4 changes: 2 additions & 2 deletions IMAGE_INVENTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prom/pushgateway:v1.4.3
## Cluster-Level Logging Images

```plaintext
cr.fluentbit.io/fluent/fluent-bit:1.9.6
cr.fluentbit.io/fluent/fluent-bit:1.9.9
gcr.io/heptio-images/eventrouter:v0.3
opensearchproject/opensearch-dashboards:1.3.5
opensearchproject/opensearch:1.3.5
Expand All @@ -48,7 +48,7 @@ busybox:latest
```plaintext
busybox:1.31.1
busybox:latest
cr.fluentbit.io/fluent/fluent-bit:1.9.6
cr.fluentbit.io/fluent/fluent-bit:1.9.9
gcr.io/heptio-images/eventrouter:v0.3
ghostunnel/ghostunnel:v1.7.0
grafana/grafana:9.2.3
Expand Down
2 changes: 1 addition & 1 deletion logging/fb/fluent-bit_config.configmap_azmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.21-test
Set fb_configMap_version 0.2.21
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
Expand Down
2 changes: 1 addition & 1 deletion logging/fb/fluent-bit_config.configmap_opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.21-test
Set fb_configMap_version 0.2.21
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
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.2.7-SNAPSHOT"
appVersion: "1.2.7-SNAPSHOT"
version: "1.2.7"
appVersion: "1.2.7"

0 comments on commit ccd646d

Please sign in to comment.