@@ -21,6 +21,34 @@ weight: 201
21
21
> Checkpoint releases are only made when absolutely necessary and are clearly
22
22
> identified below with the <span class =" cf-icon Shield pink " ></span > icon.
23
23
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, [ install ` crane ` ] ( https://github.com/google/go-containerregistry/tree/main/cmd/crane#installation )
29
+ and [ ` jq ` ] ( https://jqlang.org/download/ ) and run the following shell script:
30
+
31
+ {{% code-placeholders "RELEASE_VERSION" %}}
32
+ <!-- pytest.mark.skip -->
33
+ ``` bash
34
+ INFLUXDB_RELEASE=" RELEASE_VERSION"
35
+ IMAGE=" us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:$INFLUXDB_RELEASE "
36
+ DOCKER_CFG=" /tmp/influxdbsecret"
37
+
38
+ DIGEST=$( DOCKER_CONFIG=" $DOCKER_CFG " crane manifest " $IMAGE " | jq -r ' .layers[1].digest' )
39
+
40
+ DOCKER_CONFIG=" $DOCKER_CFG " \
41
+ crane blob " $IMAGE @$DIGEST " | tar -xvzf - -C ./
42
+ ```
43
+ {{% /code-placeholders %}}
44
+
45
+ Replace {{% code-placeholder-key %}}` RELEASE_VERSION ` {{% /code-placeholder-key %}}
46
+ with the InfluxDB Clustered release version you want to download artifacts for.
47
+ Assets will be available in the created ` influxdb-3.0-clustered ` directory.
48
+
49
+ {{% /expand %}}
50
+ {{< /expand-wrapper >}}
51
+
24
52
{{< release-toc >}}
25
53
26
54
---
35
63
image : us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250508-1719206
36
64
` ` `
37
65
66
+ #### Release artifacts
67
+
68
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20250508-1719206/app-instance-schema.json)
69
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20250508-1719206/example-customer.yml)
70
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
71
+
38
72
### Changes
39
73
40
74
#### Deployment
59
93
image : us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250212-1570743
60
94
` ` `
61
95
96
+ #### Release artifacts
97
+
98
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20250212-1570743/app-instance-schema.json)
99
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20250212-1570743/example-customer.yml)
100
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
101
+
62
102
### Bug Fixes
63
103
64
104
This release fixes a bug in the 20241217-1494922 release where the default
@@ -88,6 +128,12 @@ spec:
88
128
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20241217-1494922
89
129
` ` `
90
130
131
+ # ### Release artifacts
132
+
133
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20241217-1494922/app-instance-schema.json)
134
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20241217-1494922/example-customer.yml)
135
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
136
+
91
137
# ## Bug Fixes
92
138
93
139
This fixes a bug present in release [20241024-1354148](#20241024-1354148), in
@@ -112,7 +158,7 @@ DSN before connecting.
112
158
---
113
159
114
160
115
- # # 20241024-1354148 {date="2024-10-24" .checkpoint}
161
+ # # 20241024-1354148 {date="2024-10-24" .checkpoint}
116
162
117
163
# ## Quickstart
118
164
@@ -122,6 +168,12 @@ spec:
122
168
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20241022-1346953
123
169
` ` `
124
170
171
+ # ### Release artifacts
172
+
173
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20241022-1346953/app-instance-schema.json)
174
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20241022-1346953/example-customer.yml)
175
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
176
+
125
177
# ## Known Bugs
126
178
127
179
# ## `core` service DSN parsing errors
@@ -318,6 +370,12 @@ spec:
318
370
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240819-1176644
319
371
` ` `
320
372
373
+ # ### Release artifacts
374
+
375
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20240819-1176644/app-instance-schema.json)
376
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20240819-1176644/example-customer.yml)
377
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
378
+
321
379
# ## Highlights
322
380
323
381
# ### `admin` section is no longer required
@@ -397,6 +455,12 @@ spec:
397
455
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240717-1117630
398
456
` ` `
399
457
458
+ # ### Release artifacts
459
+
460
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20240717-1117630/app-instance-schema.json)
461
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20240717-1117630/example-customer.yml)
462
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
463
+
400
464
# ## Highlights
401
465
402
466
# ### Experimental license enforcement
@@ -508,6 +572,12 @@ spec:
508
572
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240605-1035562
509
573
` ` `
510
574
575
+ # ### Release artifacts
576
+
577
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20240605-1035562/app-instance-schema.json)
578
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20240605-1035562/example-customer.yml)
579
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
580
+
511
581
# ## Highlights
512
582
513
583
Multiple improvements to compaction, pruning, and performance of concurrent queries.
@@ -574,6 +644,12 @@ spec:
574
644
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240430-976585
575
645
```
576
646
647
+ #### Release artifacts
648
+
649
+ - [ app-instance-schema.json] ( /downloads/clustered-release-artifacts/20240430-976585/app-instance-schema.json )
650
+ - [ example-customer.yml] ( /downloads/clustered-release-artifacts/20240430-976585/example-customer.yml )
651
+ - [ InfluxDB Clustered README EULA July 2024.txt] ( /downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt )
652
+
577
653
### Highlights
578
654
579
655
- Added configuration settings for an optional Prometheus ` ServiceMonitor `
@@ -605,6 +681,12 @@ spec:
605
681
image : us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240418-955990
606
682
` ` `
607
683
684
+ #### Release artifacts
685
+
686
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20240418-955990/app-instance-schema.json)
687
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20240418-955990/example-customer.yml)
688
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
689
+
608
690
### Highlights
609
691
610
692
#### Minimum ` influxctl` version
@@ -645,6 +727,12 @@ spec:
645
727
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240325-920726
646
728
` ` `
647
729
730
+ # ### Release artifacts
731
+
732
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20240325-920726/app-instance-schema.json)
733
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20240325-920726/example-customer.yml)
734
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
735
+
648
736
# ## Highlights
649
737
650
738
# ### Lower defaults for garbage collection
@@ -696,6 +784,12 @@ spec:
696
784
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240227-883344
697
785
` ` `
698
786
787
+ # ### Release artifacts
788
+
789
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20240227-883344/app-instance-schema.json)
790
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20240227-883344/example-customer.yml)
791
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
792
+
699
793
# ## Changes
700
794
701
795
# ### Deployment
@@ -724,6 +818,12 @@ spec:
724
818
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240214-863513
725
819
` ` `
726
820
821
+ # ### Release artifacts
822
+
823
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20240214-863513/app-instance-schema.json)
824
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20240214-863513/example-customer.yml)
825
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
826
+
727
827
# ## Highlights
728
828
729
829
# ### Grafana dashboards by default
@@ -783,6 +883,12 @@ spec:
783
883
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240111-824437
784
884
` ` `
785
885
886
+ # ### Release artifacts
887
+
888
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20240111-824437/app-instance-schema.json)
889
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20240111-824437/example-customer.yml)
890
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
891
+
786
892
# ## Highlights
787
893
788
894
# ### Ingress improvements
@@ -845,6 +951,12 @@ spec:
845
951
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231213-791734
846
952
` ` `
847
953
954
+ # ### Release artifacts
955
+
956
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20231213-791734/app-instance-schema.json)
957
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20231213-791734/example-customer.yml)
958
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
959
+
848
960
# ## Highlights
849
961
850
962
# ### Labels/annotations
@@ -885,6 +997,12 @@ spec:
885
997
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231117-750011
886
998
` ` `
887
999
1000
+ # ### Release artifacts
1001
+
1002
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20231117-750011/app-instance-schema.json)
1003
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20231117-750011/example-customer.yml)
1004
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1005
+
888
1006
# ## Highlights
889
1007
890
1008
> ![Important]
@@ -910,6 +1028,12 @@ spec:
910
1028
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231115-746129
911
1029
` ` `
912
1030
1031
+ # ### Release artifacts
1032
+
1033
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20231115-746129/app-instance-schema.json)
1034
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20231115-746129/example-customer.yml)
1035
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1036
+
913
1037
# ## Highlights
914
1038
915
1039
# ### Ingress templating
@@ -1022,6 +1146,12 @@ spec:
1022
1146
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231024-711448
1023
1147
` ` `
1024
1148
1149
+ # ### Release artifacts
1150
+
1151
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20231024-711448/app-instance-schema.json)
1152
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20231024-711448/example-customer.yml)
1153
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1154
+
1025
1155
# ## Highlights
1026
1156
1027
1157
# ### Additional `AppInstance` parameters
@@ -1083,6 +1213,12 @@ spec:
1083
1213
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231004-666907
1084
1214
` ` `
1085
1215
1216
+ # ### Release artifacts
1217
+
1218
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20231004-666907/app-instance-schema.json)
1219
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20231004-666907/example-customer.yml)
1220
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1221
+
1086
1222
# ## Highlights
1087
1223
1088
1224
# ### Object store custom certificates
@@ -1150,6 +1286,12 @@ spec:
1150
1286
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230922-650371
1151
1287
` ` `
1152
1288
1289
+ # ### Release artifacts
1290
+
1291
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20230922-650371/app-instance-schema.json)
1292
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20230922-650371/example-customer.yml)
1293
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1294
+
1153
1295
# ## Highlights
1154
1296
1155
1297
# ### Configuration simplification
@@ -1202,6 +1344,12 @@ spec:
1202
1344
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230915-630658
1203
1345
` ` `
1204
1346
1347
+ # ### Release artifacts
1348
+
1349
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20230915-630658/app-instance-schema.json)
1350
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20230915-630658/example-customer.yml)
1351
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1352
+
1205
1353
# ## Highlights
1206
1354
1207
1355
# ### Persistent volume fixes
@@ -1228,6 +1376,12 @@ spec:
1228
1376
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230914-628600
1229
1377
` ` `
1230
1378
1379
+ # ### Release artifacts
1380
+
1381
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20230914-628600/app-instance-schema.json)
1382
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20230914-628600/example-customer.yml)
1383
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1384
+
1231
1385
# ## Highlights
1232
1386
1233
1387
# ### Updated Azure AD documentation
@@ -1263,6 +1417,12 @@ spec:
1263
1417
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230912-619813
1264
1418
` ` `
1265
1419
1420
+ # ### Release artifacts
1421
+
1422
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20230912-619813/app-instance-schema.json)
1423
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20230912-619813/example-customer.yml)
1424
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1425
+
1266
1426
# ## Highlights
1267
1427
1268
1428
# ### Custom CA certificates {note="(Optional)"}
@@ -1333,6 +1493,12 @@ spec:
1333
1493
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230911-604209
1334
1494
` ` `
1335
1495
1496
+ # ### Release artifacts
1497
+
1498
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20230911-604209/app-instance-schema.json)
1499
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20230911-604209/example-customer.yml)
1500
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1501
+
1336
1502
# ## Highlights
1337
1503
1338
1504
This release contains a breaking change to the monitoring subsystem that
@@ -1382,6 +1548,12 @@ spec:
1382
1548
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230908-600131
1383
1549
` ` `
1384
1550
1551
+ # ### Release artifacts
1552
+
1553
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20230908-600131/app-instance-schema.json)
1554
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20230908-600131/example-customer.yml)
1555
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1556
+
1385
1557
# ## Highlights
1386
1558
1387
1559
# ### Default storage class
@@ -1409,6 +1581,12 @@ spec:
1409
1581
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230907-597343
1410
1582
` ` `
1411
1583
1584
+ # ### Release artifacts
1585
+
1586
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20230907-597343/app-instance-schema.json)
1587
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20230907-597343/example-customer.yml)
1588
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
1589
+
1412
1590
# ## Upgrade Notes
1413
1591
1414
1592
This release requires a new configuration block :
0 commit comments