Skip to content

Commit 67a8c81

Browse files
authored
Merge branch 'master' into pbarnett/update-enterprise-config-options
2 parents 5e714ee + 67963c8 commit 67a8c81

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+53664
-117
lines changed

assets/jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"baseUrl": ".",
44
"paths": {
55
"*": [
6-
"*"
6+
"*",
7+
"../node_modules/*"
78
]
89
}
910
}

content/influxdb3/clustered/reference/release-notes/clustered.md

Lines changed: 187 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,42 @@ weight: 201
2121
> Checkpoint releases are only made when absolutely necessary and are clearly
2222
> identified below with the <span class="cf-icon Shield pink"></span> icon.
2323
24+
{{< expand-wrapper >}}
25+
{{% expand "Download release artifacts manually" %}}
26+
27+
To download a bundle of release artifacts for a specific version of
28+
InfluxDB Clustered:
29+
30+
1. [install `crane`](https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation)
31+
and [`jq`](https://jqlang.org/download/).
32+
2. Ensure your InfluxData pull secret is in the `/tmp/influxdbsecret` directory
33+
on your local machine. This secret was provided to you by InfluxData to
34+
authorize the use of InfluxDB Clustered images.
35+
3. Run the following shell script:
36+
37+
{{% code-placeholders "RELEASE_VERSION" %}}
38+
<!-- pytest.mark.skip -->
39+
```bash
40+
INFLUXDB_RELEASE="RELEASE_VERSION"
41+
IMAGE="us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:$INFLUXDB_RELEASE"
42+
DOCKER_CFG="/tmp/influxdbsecret"
43+
44+
DIGEST=$(DOCKER_CONFIG="$DOCKER_CFG" crane manifest "$IMAGE" | jq -r '.layers[1].digest')
45+
46+
DOCKER_CONFIG="$DOCKER_CFG" \
47+
crane blob "$IMAGE@$DIGEST" | tar -xvzf - -C ./
48+
```
49+
{{% /code-placeholders %}}
50+
51+
_Replace {{% code-placeholder-key %}}`RELEASE_VERSION`{{% /code-placeholder-key %}}
52+
with the InfluxDB Clustered release version you want to download artifacts for._
53+
54+
The script creates an `influxdb-3.0-clustered` directory in the current working
55+
directory. This new directory contains artifacts associated with the specified release.
56+
57+
{{% /expand %}}
58+
{{< /expand-wrapper >}}
59+
2460
{{< release-toc >}}
2561

2662
---
@@ -35,6 +71,12 @@ spec:
3571
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250508-1719206
3672
```
3773
74+
#### Release artifacts
75+
76+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20250508-1719206/app-instance-schema.json)
77+
- [example-customer.yml](/downloads/clustered-release-artifacts/20250508-1719206/example-customer.yml)
78+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
79+
3880
### Changes
3981
4082
#### Deployment
@@ -59,6 +101,12 @@ spec:
59101
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250212-1570743
60102
```
61103
104+
#### Release artifacts
105+
106+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20250212-1570743/app-instance-schema.json)
107+
- [example-customer.yml](/downloads/clustered-release-artifacts/20250212-1570743/example-customer.yml)
108+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
109+
62110
### Bug Fixes
63111
64112
This release fixes a bug in the 20241217-1494922 release where the default
@@ -88,6 +136,12 @@ spec:
88136
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20241217-1494922
89137
```
90138

139+
#### Release artifacts
140+
141+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20241217-1494922/app-instance-schema.json)
142+
- [example-customer.yml](/downloads/clustered-release-artifacts/20241217-1494922/example-customer.yml)
143+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
144+
91145
### Bug Fixes
92146

93147
This fixes a bug present in release [20241024-1354148](#20241024-1354148), in
@@ -112,7 +166,7 @@ DSN before connecting.
112166
---
113167

114168

115-
## 20241024-1354148 {date="2024-10-24" .checkpoint}
169+
## 20241024-1354148 {date="2024-10-24" .checkpoint}
116170

117171
### Quickstart
118172

@@ -122,6 +176,12 @@ spec:
122176
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20241022-1346953
123177
```
124178

179+
#### Release artifacts
180+
181+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20241022-1346953/app-instance-schema.json)
182+
- [example-customer.yml](/downloads/clustered-release-artifacts/20241022-1346953/example-customer.yml)
183+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
184+
125185
### Known Bugs
126186

127187
### `core` service DSN parsing errors
@@ -318,6 +378,12 @@ spec:
318378
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240819-1176644
319379
```
320380

381+
#### Release artifacts
382+
383+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20240819-1176644/app-instance-schema.json)
384+
- [example-customer.yml](/downloads/clustered-release-artifacts/20240819-1176644/example-customer.yml)
385+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
386+
321387
### Highlights
322388

323389
#### `admin` section is no longer required
@@ -397,6 +463,12 @@ spec:
397463
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240717-1117630
398464
```
399465

466+
#### Release artifacts
467+
468+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20240717-1117630/app-instance-schema.json)
469+
- [example-customer.yml](/downloads/clustered-release-artifacts/20240717-1117630/example-customer.yml)
470+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
471+
400472
### Highlights
401473

402474
#### Experimental license enforcement
@@ -508,6 +580,12 @@ spec:
508580
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240605-1035562
509581
```
510582

583+
#### Release artifacts
584+
585+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20240605-1035562/app-instance-schema.json)
586+
- [example-customer.yml](/downloads/clustered-release-artifacts/20240605-1035562/example-customer.yml)
587+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
588+
511589
### Highlights
512590

513591
Multiple improvements to compaction, pruning, and performance of concurrent queries.
@@ -574,6 +652,12 @@ spec:
574652
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240430-976585
575653
```
576654

655+
#### Release artifacts
656+
657+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20240430-976585/app-instance-schema.json)
658+
- [example-customer.yml](/downloads/clustered-release-artifacts/20240430-976585/example-customer.yml)
659+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
660+
577661
### Highlights
578662

579663
- Added configuration settings for an optional Prometheus `ServiceMonitor`
@@ -605,6 +689,12 @@ spec:
605689
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240418-955990
606690
```
607691
692+
#### Release artifacts
693+
694+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20240418-955990/app-instance-schema.json)
695+
- [example-customer.yml](/downloads/clustered-release-artifacts/20240418-955990/example-customer.yml)
696+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
697+
608698
### Highlights
609699
610700
#### Minimum `influxctl` version
@@ -645,6 +735,12 @@ spec:
645735
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240325-920726
646736
```
647737

738+
#### Release artifacts
739+
740+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20240325-920726/app-instance-schema.json)
741+
- [example-customer.yml](/downloads/clustered-release-artifacts/20240325-920726/example-customer.yml)
742+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
743+
648744
### Highlights
649745

650746
#### Lower defaults for garbage collection
@@ -696,6 +792,12 @@ spec:
696792
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240227-883344
697793
```
698794

795+
#### Release artifacts
796+
797+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20240227-883344/app-instance-schema.json)
798+
- [example-customer.yml](/downloads/clustered-release-artifacts/20240227-883344/example-customer.yml)
799+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
800+
699801
### Changes
700802

701803
#### Deployment
@@ -724,6 +826,12 @@ spec:
724826
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240214-863513
725827
```
726828

829+
#### Release artifacts
830+
831+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20240214-863513/app-instance-schema.json)
832+
- [example-customer.yml](/downloads/clustered-release-artifacts/20240214-863513/example-customer.yml)
833+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
834+
727835
### Highlights
728836

729837
#### Grafana dashboards by default
@@ -783,6 +891,12 @@ spec:
783891
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240111-824437
784892
```
785893

894+
#### Release artifacts
895+
896+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20240111-824437/app-instance-schema.json)
897+
- [example-customer.yml](/downloads/clustered-release-artifacts/20240111-824437/example-customer.yml)
898+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
899+
786900
### Highlights
787901

788902
#### Ingress improvements
@@ -845,6 +959,12 @@ spec:
845959
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231213-791734
846960
```
847961

962+
#### Release artifacts
963+
964+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20231213-791734/app-instance-schema.json)
965+
- [example-customer.yml](/downloads/clustered-release-artifacts/20231213-791734/example-customer.yml)
966+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
967+
848968
### Highlights
849969

850970
#### Labels/annotations
@@ -885,6 +1005,12 @@ spec:
8851005
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231117-750011
8861006
```
8871007

1008+
#### Release artifacts
1009+
1010+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20231117-750011/app-instance-schema.json)
1011+
- [example-customer.yml](/downloads/clustered-release-artifacts/20231117-750011/example-customer.yml)
1012+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1013+
8881014
### Highlights
8891015

8901016
> ![Important]
@@ -910,6 +1036,12 @@ spec:
9101036
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231115-746129
9111037
```
9121038

1039+
#### Release artifacts
1040+
1041+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20231115-746129/app-instance-schema.json)
1042+
- [example-customer.yml](/downloads/clustered-release-artifacts/20231115-746129/example-customer.yml)
1043+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1044+
9131045
### Highlights
9141046

9151047
#### Ingress templating
@@ -1022,6 +1154,12 @@ spec:
10221154
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231024-711448
10231155
```
10241156

1157+
#### Release artifacts
1158+
1159+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20231024-711448/app-instance-schema.json)
1160+
- [example-customer.yml](/downloads/clustered-release-artifacts/20231024-711448/example-customer.yml)
1161+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1162+
10251163
### Highlights
10261164

10271165
#### Additional `AppInstance` parameters
@@ -1083,6 +1221,12 @@ spec:
10831221
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231004-666907
10841222
```
10851223

1224+
#### Release artifacts
1225+
1226+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20231004-666907/app-instance-schema.json)
1227+
- [example-customer.yml](/downloads/clustered-release-artifacts/20231004-666907/example-customer.yml)
1228+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1229+
10861230
### Highlights
10871231

10881232
#### Object store custom certificates
@@ -1150,6 +1294,12 @@ spec:
11501294
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230922-650371
11511295
```
11521296

1297+
#### Release artifacts
1298+
1299+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20230922-650371/app-instance-schema.json)
1300+
- [example-customer.yml](/downloads/clustered-release-artifacts/20230922-650371/example-customer.yml)
1301+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1302+
11531303
### Highlights
11541304

11551305
#### Configuration simplification
@@ -1202,6 +1352,12 @@ spec:
12021352
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230915-630658
12031353
```
12041354

1355+
#### Release artifacts
1356+
1357+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20230915-630658/app-instance-schema.json)
1358+
- [example-customer.yml](/downloads/clustered-release-artifacts/20230915-630658/example-customer.yml)
1359+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1360+
12051361
### Highlights
12061362

12071363
#### Persistent volume fixes
@@ -1228,6 +1384,12 @@ spec:
12281384
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230914-628600
12291385
```
12301386

1387+
#### Release artifacts
1388+
1389+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20230914-628600/app-instance-schema.json)
1390+
- [example-customer.yml](/downloads/clustered-release-artifacts/20230914-628600/example-customer.yml)
1391+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1392+
12311393
### Highlights
12321394

12331395
#### Updated Azure AD documentation
@@ -1263,6 +1425,12 @@ spec:
12631425
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230912-619813
12641426
```
12651427

1428+
#### Release artifacts
1429+
1430+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20230912-619813/app-instance-schema.json)
1431+
- [example-customer.yml](/downloads/clustered-release-artifacts/20230912-619813/example-customer.yml)
1432+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1433+
12661434
### Highlights
12671435

12681436
#### Custom CA certificates {note="(Optional)"}
@@ -1333,6 +1501,12 @@ spec:
13331501
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230911-604209
13341502
```
13351503

1504+
#### Release artifacts
1505+
1506+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20230911-604209/app-instance-schema.json)
1507+
- [example-customer.yml](/downloads/clustered-release-artifacts/20230911-604209/example-customer.yml)
1508+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1509+
13361510
### Highlights
13371511

13381512
This release contains a breaking change to the monitoring subsystem that
@@ -1382,6 +1556,12 @@ spec:
13821556
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230908-600131
13831557
```
13841558

1559+
#### Release artifacts
1560+
1561+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20230908-600131/app-instance-schema.json)
1562+
- [example-customer.yml](/downloads/clustered-release-artifacts/20230908-600131/example-customer.yml)
1563+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1564+
13851565
### Highlights
13861566

13871567
#### Default storage class
@@ -1409,6 +1589,12 @@ spec:
14091589
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230907-597343
14101590
```
14111591

1592+
#### Release artifacts
1593+
1594+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20230907-597343/app-instance-schema.json)
1595+
- [example-customer.yml](/downloads/clustered-release-artifacts/20230907-597343/example-customer.yml)
1596+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1597+
14121598
### Upgrade Notes
14131599

14141600
This release requires a new configuration block:

0 commit comments

Comments
 (0)