diff --git a/bin/kube-include.sh b/bin/kube-include.sh index af71c966..58dab21e 100644 --- a/bin/kube-include.sh +++ b/bin/kube-include.sh @@ -34,15 +34,15 @@ fi # SAS Viya 4 versions # supported by SAS Tech Support -# Updated: 21MAY25 +# Updated: 05AUG25 # 2023.10 LTS 1.25 1.27 (EOL: 1.26) # 2024.03 LTS 1.26 1.28 (EOL: 1.26) # 2024.09 LTS 1.28 1.30 # 2025.03 LTS 1.29 1.31 -# 2025.03 1.29 1.31 # 2025.04 1.29 1.31 # 2025.05 1.30 1.32 # 2025.06 1.30 1.32 +# 2025.07 1.30 1.32 # Client version allowed to be one minor version earlier than minimum server version if [ "$KUBE_CLIENT_MAJOR" -eq "1" ] && [ "$KUBE_CLIENT_MINOR" -gt "24" ]; then diff --git a/samples/generic-base/README.md b/samples/generic-base/README.md index 171c92b8..cb921e28 100644 --- a/samples/generic-base/README.md +++ b/samples/generic-base/README.md @@ -27,6 +27,6 @@ log-monitoring components. See [Deploy](https://documentation.sas.com/?cdcId=obs ## Grafana Dashboards and Alerting -In addition to customizing the deployment, this sample show how you can add -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 -[Configure Contact Points, and Notification Policies](***NEED***LINK***) for details. +In addition to customizing the deployment, this sample show how you can add +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 +[Provision Contact Points, Notification Policies and Alert Rules](https://documentation.sas.com/doc/en/obsrvcdc/v_003/obsrvdply/n0auhd4hutsf7xn169hfvriysz4e.htm#p1cb39v8tr2379n1c4posre4v8wx) for details. diff --git a/samples/generic-base/monitoring/alerting/README.md b/samples/generic-base/monitoring/alerting/README.md index ede6aa8b..cecc4771 100644 --- a/samples/generic-base/monitoring/alerting/README.md +++ b/samples/generic-base/monitoring/alerting/README.md @@ -3,5 +3,5 @@ You can use the `$USER_DIR/monitoring/alerting` directory to supply a set of additional Grafana alerts to deploy with the monitoring components. You can also use the directory to define Grafana contact -points and notification policies . See [Add More Grafana Alerts](***NEED***LINK***) and -[Configure Contact Points, and Notification Policies](***NEED***LINK***) for details. +points and notification policies . See +[Provision Contact Points, Notification Policies and Alert Rules](https://documentation.sas.com/doc/en/obsrvcdc/v_003/obsrvdply/n0auhd4hutsf7xn169hfvriysz4e.htm#p1cb39v8tr2379n1c4posre4v8wx) for details.