Skip to content

Commit 94705e8

Browse files
authored
Housekeeping (#781)
1 parent feccc45 commit 94705e8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bin/kube-include.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ fi
3434

3535
# SAS Viya 4 versions
3636
# supported by SAS Tech Support
37-
# Updated: 21MAY25
37+
# Updated: 05AUG25
3838
# 2023.10 LTS 1.25 1.27 (EOL: 1.26)
3939
# 2024.03 LTS 1.26 1.28 (EOL: 1.26)
4040
# 2024.09 LTS 1.28 1.30
4141
# 2025.03 LTS 1.29 1.31
42-
# 2025.03 1.29 1.31
4342
# 2025.04 1.29 1.31
4443
# 2025.05 1.30 1.32
4544
# 2025.06 1.30 1.32
45+
# 2025.07 1.30 1.32
4646

4747
# Client version allowed to be one minor version earlier than minimum server version
4848
if [ "$KUBE_CLIENT_MAJOR" -eq "1" ] && [ "$KUBE_CLIENT_MINOR" -gt "24" ]; then

samples/generic-base/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ log-monitoring components. See [Deploy](https://documentation.sas.com/?cdcId=obs
2727

2828
## Grafana Dashboards and Alerting
2929

30-
In addition to customizing the deployment, this sample show how you can add
31-
your own Grafana dashboards, alerts, contact points and notifications policies. See [Add More Grafana Dashboards](https://documentation.sas.com/?cdcId=obsrvcdc&cdcVersion=v_003&docsetId=obsrvdply&docsetTarget=n1sg9bc44ow616n1sw7l3dlsbmgz.htm), [Add More Grafana Alerts](***NEED***LINK***) and
32-
[Configure Contact Points, and Notification Policies](***NEED***LINK***) for details.
30+
In addition to customizing the deployment, this sample show how you can add
31+
your own Grafana dashboards, alerts, contact points and notifications policies. See [Add More Grafana Dashboards](https://documentation.sas.com/?cdcId=obsrvcdc&cdcVersion=v_003&docsetId=obsrvdply&docsetTarget=n1sg9bc44ow616n1sw7l3dlsbmgz.htm) and
32+
[Provision Contact Points, Notification Policies and Alert Rules](https://documentation.sas.com/doc/en/obsrvcdc/v_003/obsrvdply/n0auhd4hutsf7xn169hfvriysz4e.htm#p1cb39v8tr2379n1c4posre4v8wx) for details.

samples/generic-base/monitoring/alerting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
You can use the `$USER_DIR/monitoring/alerting` directory to supply
44
a set of additional Grafana alerts to deploy with the monitoring
55
components. You can also use the directory to define Grafana contact
6-
points and notification policies . See [Add More Grafana Alerts](***NEED***LINK***) and
7-
[Configure Contact Points, and Notification Policies](***NEED***LINK***) for details.
6+
points and notification policies . See
7+
[Provision Contact Points, Notification Policies and Alert Rules](https://documentation.sas.com/doc/en/obsrvcdc/v_003/obsrvdply/n0auhd4hutsf7xn169hfvriysz4e.htm#p1cb39v8tr2379n1c4posre4v8wx) for details.

0 commit comments

Comments
 (0)