Skip to content

Commit 88ae59e

Browse files
committed
update readme
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent c9e2ccf commit 88ae59e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Contributions are welcome - please see [contributing](CONTRIBUTING.md).
2626

2727
## Release Notes
2828

29+
### Version 1.1.1, November 28, 2023
30+
31+
This release just updates some third-party dependencies.
32+
2933
### Version 1.1, October 27, 2023
3034

3135
This release includes the following changes:
@@ -184,7 +188,7 @@ docker run -it --rm \
184188
-e DB_PASSWORD=Welcome12345 \
185189
-e DB_CONNECT_STRING=free23c:1521/freepdb \
186190
-p 9161:9161 \
187-
container-registry.oracle.com/database/observability-exporter:1.0.0
191+
container-registry.oracle.com/database/observability-exporter:1.1.1
188192
```
189193

190194
##### Using a wallet
@@ -210,7 +214,7 @@ docker run -it --rm \
210214
-e DB_CONNECT_STRING=devdb_tp \
211215
-v ./wallet:/wallet \
212216
-p 9161:9161 \
213-
container-registry.oracle.com/database/observability-exporter:1.0.0
217+
container-registry.oracle.com/database/observability-exporter:1.1.1
214218
```
215219

216220

@@ -473,7 +477,7 @@ An exmaple of [custom metrics for Transacational Event Queues](./custom-metrics-
473477
If you run the exporter as a container image and want to include your custom metrics in the image itself, you can use the following example `Dockerfile` to create a new image:
474478

475479
```Dockerfile
476-
FROM container-registry.oracle.com/database/observability-exporter:1.0.0
480+
FROM container-registry.oracle.com/database/observability-exporter:1.1.1
477481
COPY custom-metrics.toml /
478482
ENTRYPOINT ["/oracledb_exporter", "--custom.metrics", "/custom-metrics.toml"]
479483
```
@@ -639,7 +643,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
639643

640644
## License
641645

642-
Copyright (c) 2016, 2023 Oracle and/or its affiliates.
646+
Copyright (c) 2016, 2023, Oracle and/or its affiliates.
643647

644648
Released under the Universal Permissive License v1.0 as shown at
645649
<https://oss.oracle.com/licenses/upl/>

0 commit comments

Comments
 (0)