openstack-helm-infra/releasenotes/notes/nagios.yaml
Ritchie, Frank (fr801x) d097c3bf24 Fix typo in selenium test
For selenium v3 the proper syntax is

link = browser.find_element_by_link_text(link_name)

not

 link = browser.find_element_by_text_link(link_name)

Change-Id: I9f6062bae5caaa840208e90e8f29b63bf52d113b
2023-08-25 14:34:48 -04:00

15 lines
528 B
YAML

---
nagios:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Use full image ref for docker official images
- 0.1.3 Mount internal TLS CA certificate
- 0.1.4 Update htk requirements
- 0.1.5 Switch nagios image from xenial to bionic
- 0.1.6 Added OCI registry authentication
- 0.1.7 Upgrade osh-selenium image to latest-ubuntu_focal
- 0.1.8 Use helm toolkit for readiness probes
- 0.1.9 Make using selenium v4 syntax optional
- 0.1.10 Correct selenium v3 syntax
...