@@ -21,6 +21,42 @@ 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:
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
+
24
60
{{< release-toc >}}
25
61
26
62
---
35
71
image : us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250508-1719206
36
72
` ` `
37
73
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
+
38
80
### Changes
39
81
40
82
#### Deployment
@@ -59,6 +101,12 @@ spec:
59
101
image : us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250212-1570743
60
102
` ` `
61
103
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
+
62
110
### Bug Fixes
63
111
64
112
This release fixes a bug in the 20241217-1494922 release where the default
@@ -88,6 +136,12 @@ spec:
88
136
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20241217-1494922
89
137
` ` `
90
138
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
+
91
145
# ## Bug Fixes
92
146
93
147
This fixes a bug present in release [20241024-1354148](#20241024-1354148), in
@@ -112,7 +166,7 @@ DSN before connecting.
112
166
---
113
167
114
168
115
- # # 20241024-1354148 {date="2024-10-24" .checkpoint}
169
+ # # 20241024-1354148 {date="2024-10-24" .checkpoint}
116
170
117
171
# ## Quickstart
118
172
@@ -122,6 +176,12 @@ spec:
122
176
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20241022-1346953
123
177
` ` `
124
178
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
+
125
185
# ## Known Bugs
126
186
127
187
# ## `core` service DSN parsing errors
@@ -318,6 +378,12 @@ spec:
318
378
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240819-1176644
319
379
` ` `
320
380
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
+
321
387
# ## Highlights
322
388
323
389
# ### `admin` section is no longer required
@@ -397,6 +463,12 @@ spec:
397
463
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240717-1117630
398
464
` ` `
399
465
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
+
400
472
# ## Highlights
401
473
402
474
# ### Experimental license enforcement
@@ -508,6 +580,12 @@ spec:
508
580
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240605-1035562
509
581
` ` `
510
582
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
+
511
589
# ## Highlights
512
590
513
591
Multiple improvements to compaction, pruning, and performance of concurrent queries.
@@ -574,6 +652,12 @@ spec:
574
652
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240430-976585
575
653
```
576
654
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
+
577
661
### Highlights
578
662
579
663
- Added configuration settings for an optional Prometheus ` ServiceMonitor `
@@ -605,6 +689,12 @@ spec:
605
689
image : us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240418-955990
606
690
` ` `
607
691
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
+
608
698
### Highlights
609
699
610
700
#### Minimum ` influxctl` version
@@ -645,6 +735,12 @@ spec:
645
735
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240325-920726
646
736
` ` `
647
737
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
+
648
744
# ## Highlights
649
745
650
746
# ### Lower defaults for garbage collection
@@ -696,6 +792,12 @@ spec:
696
792
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240227-883344
697
793
` ` `
698
794
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
+
699
801
# ## Changes
700
802
701
803
# ### Deployment
@@ -724,6 +826,12 @@ spec:
724
826
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240214-863513
725
827
` ` `
726
828
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
+
727
835
# ## Highlights
728
836
729
837
# ### Grafana dashboards by default
@@ -783,6 +891,12 @@ spec:
783
891
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20240111-824437
784
892
` ` `
785
893
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
+
786
900
# ## Highlights
787
901
788
902
# ### Ingress improvements
@@ -845,6 +959,12 @@ spec:
845
959
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231213-791734
846
960
` ` `
847
961
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
+
848
968
# ## Highlights
849
969
850
970
# ### Labels/annotations
@@ -885,6 +1005,12 @@ spec:
885
1005
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231117-750011
886
1006
` ` `
887
1007
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
+
888
1014
# ## Highlights
889
1015
890
1016
> ![Important]
@@ -910,6 +1036,12 @@ spec:
910
1036
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231115-746129
911
1037
` ` `
912
1038
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
+
913
1045
# ## Highlights
914
1046
915
1047
# ### Ingress templating
@@ -1022,6 +1154,12 @@ spec:
1022
1154
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231024-711448
1023
1155
` ` `
1024
1156
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
+
1025
1163
# ## Highlights
1026
1164
1027
1165
# ### Additional `AppInstance` parameters
@@ -1083,6 +1221,12 @@ spec:
1083
1221
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20231004-666907
1084
1222
` ` `
1085
1223
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
+
1086
1230
# ## Highlights
1087
1231
1088
1232
# ### Object store custom certificates
@@ -1150,6 +1294,12 @@ spec:
1150
1294
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230922-650371
1151
1295
` ` `
1152
1296
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
+
1153
1303
# ## Highlights
1154
1304
1155
1305
# ### Configuration simplification
@@ -1202,6 +1352,12 @@ spec:
1202
1352
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230915-630658
1203
1353
` ` `
1204
1354
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
+
1205
1361
# ## Highlights
1206
1362
1207
1363
# ### Persistent volume fixes
@@ -1228,6 +1384,12 @@ spec:
1228
1384
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230914-628600
1229
1385
` ` `
1230
1386
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
+
1231
1393
# ## Highlights
1232
1394
1233
1395
# ### Updated Azure AD documentation
@@ -1263,6 +1425,12 @@ spec:
1263
1425
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230912-619813
1264
1426
` ` `
1265
1427
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
+
1266
1434
# ## Highlights
1267
1435
1268
1436
# ### Custom CA certificates {note="(Optional)"}
@@ -1333,6 +1501,12 @@ spec:
1333
1501
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230911-604209
1334
1502
` ` `
1335
1503
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
+
1336
1510
# ## Highlights
1337
1511
1338
1512
This release contains a breaking change to the monitoring subsystem that
@@ -1382,6 +1556,12 @@ spec:
1382
1556
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230908-600131
1383
1557
` ` `
1384
1558
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
+
1385
1565
# ## Highlights
1386
1566
1387
1567
# ### Default storage class
@@ -1409,6 +1589,12 @@ spec:
1409
1589
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20230907-597343
1410
1590
` ` `
1411
1591
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
+
1412
1598
# ## Upgrade Notes
1413
1599
1414
1600
This release requires a new configuration block :
0 commit comments