Skip to content

Commit 621635a

Browse files
authored
Merge pull request #17 from datamattsson/v103
V103
2 parents 1e6e779 + 63aa434 commit 621635a

File tree

5 files changed

+42
-9
lines changed

5 files changed

+42
-9
lines changed

docs/deployment/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ password: examplepassword
1414

1515
The `address` value is either a resolvable hostname or IP address of the management interface on the storage system. The `username` value identifies a storage system user with privileges described below.
1616

17-
| Storage System | User Type | Minimal Role | Open Ports Requirements |
18-
| :------------------------------------------------ | :---------- | :------------- | :---------------------- |
19-
| HPE Alletra 9000, Primera, 3PAR | System User | Browse | 22, 443 |
20-
| HPE Alletra 5000/6000, Nimble Storage | System User | Guest | 5392 |
21-
| HPE Alletra 5000/6000, Nimble Storage<sup>1</sup> | Tenant | N/A | 443, 5392 |
17+
| Storage System | User Type | Minimal Role | Open Ports Requirements |
18+
| :-------------------------------------------------------- | :---------- | :------------- | :---------------------- |
19+
| HPE Alletra Storage MP Block, Alletra 9000, Primera, 3PAR | System User | Browse | 22, 443 |
20+
| HPE Alletra 5000/6000, Nimble Storage | System User | Guest | 5392 |
21+
| HPE Alletra 5000/6000, Nimble Storage<sup>1</sup> | Tenant | N/A | 443, 5392 |
2222

2323
<sup>1</sup> = NimbleOS 6.0 and above only.
2424

@@ -58,7 +58,7 @@ CONFIG-PATH is the location of the storage system [configuration](#configuration
5858

5959
# Using a Container Image
6060

61-
A container image is hosted at `quay.io/hpestorage/array-exporter:v1.0.2`, with v1.0.2 replaced by the desired release version.
61+
A container image is hosted at `quay.io/hpestorage/array-exporter:v1.0.3`, with v1.0.3 replaced by the desired release version.
6262

6363
When deploying the array exporter as a container, the configuration file must be mounted as a volume.
6464

@@ -71,7 +71,7 @@ In this example, the configuration file at `/tmp/storage-system.yaml` is bound t
7171
```markdown
7272
docker run -it --name hpe-array-exporter -p 9090:8080 \
7373
-v /tmp/storage-system.yaml:/etc/config/storage-system.yaml \
74-
quay.io/hpestorage/array-exporter:v1.0.2 \
74+
quay.io/hpestorage/array-exporter:v1.0.3 \
7575
--log.path /var/log/hpe-array-exporter.log \
7676
/etc/config/storage-system.yaml
7777
```

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This documentation shows how to [deploy](deployment/index.md) the exporter, the
1010

1111
HPE Storage Array Exporter for Prometheus is compatible with these storage arrays:
1212

13+
* HPE Alletra Storage MP Block
1314
* HPE Alletra 9000
1415
* HPE Alletra 5000/6000
1516
* HPE Nimble Storage

docs/legal/notices/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
```markdown
2-
{% include 'NOTICES.txt' %}
2+
{% include '../../../NOTICES.txt' %}
33
```

docs/releases/index.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@ The exporter is delivered as:
1010
- [Container images](https://quay.io/repository/hpestorage/array-exporter) hosted on Quay, deployable via standalone Docker or via Kubernetes (with object definitions in [YAML](https://github.com/hpe-storage/co-deployments/tree/master/yaml/array-exporter) available in GitHub).
1111
- [Helm charts](https://artifacthub.io/packages/helm/hpe-storage/hpe-array-exporter/) hosted at Artifact Hub.
1212

13+
### HPE Storage Array Exporter for Prometheus 1.0.3
14+
15+
Release highlights:
16+
17+
- Support for HPE Alletra Storage MP Block
18+
19+
<table>
20+
<tr>
21+
<th>Binaries and Release Notes</th>
22+
<td>
23+
<a href="https://github.com/hpe-storage/array-exporter/releases/tag/v1.0.3">1.0.3</a> on GitHub
24+
</td>
25+
</tr>
26+
<tr>
27+
<th>Helm Chart</th>
28+
<td>
29+
<a href="https://artifacthub.io/packages/helm/hpe-storage/hpe-array-exporter/1.0.3">1.0.3</a> on Artifact Hub
30+
</td>
31+
</tr>
32+
<tr>
33+
<th>Platforms</th>
34+
<td>
35+
Alletra Storage MP OS 10.0.0 or later<br />
36+
Alletra OS 9000 9.3.0 or later<br />
37+
Alletra OS 5000/6000 6.0.0 or later<br />
38+
Nimble OS 5.0.10 or later<br />
39+
Primera OS 4.0.0 or later<br />
40+
3PAR OS 3.3.1 or later
41+
</td>
42+
</tr>
43+
</table>
44+
1345
### HPE Storage Array Exporter for Prometheus 1.0.2
1446

1547
Release highlights:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ nav:
3333
- 'Grafana Dashboards': grafana/index.md
3434
- COMMUNITY:
3535
- 'HPE Developer Community': 'https://developer.hpe.com'
36-
- 'Sign up to HPE Developer on Slack': 'https://slack.hpedev.io'
36+
- 'Sign up to HPE Developer on Slack': 'https://developer.hpe.com/slack-signup/'
3737
- 'Got feedback?': 'https://github.com/hpe-storage/array-exporter/issues/new?title=I have some feedback on the Array Exporter'
3838
- LEGAL:
3939
- 'End User License Agreement': 'legal/eula/index.md'

0 commit comments

Comments
 (0)