Skip to content

Commit 975d0dc

Browse files
committed
add 4.2.0 to tests and supported versions
1 parent 335cc38 commit 975d0dc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/modules/hive/partials/supported-versions.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// This is a separate file, since it is used by both the direct Hive-Operator documentation, and the overarching
33
// Stackable Platform documentation.
44

5+
- 4.2.0 (experimental)
56
- 4.1.0 (experimental)
67
- 4.0.1 (LTS)
78
- 4.0.0 (deprecated)

tests/test-definition.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ dimensions:
1717
- name: hive
1818
values:
1919
- 3.1.3
20+
- 4.0.0
2021
- 4.0.1
2122
- 4.1.0
23+
- 4.2.0
2224
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
2325
# as in the example below.
24-
# - 4.1.0,oci.stackable.tech/sdp/hive:4.1.0-stackable0.0.0-dev
26+
# - 4.2.0,oci.stackable.tech/sdp/hive:4.2.0-stackable0.0.0-dev
2527
- name: hive-latest
2628
values:
27-
- 4.1.0
29+
- 4.2.0
2830
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
2931
# as in the example below.
30-
# - 4.1.0,oci.stackable.tech/sdp/hive:4.1.0-stackable0.0.0-dev
32+
# - 4.2.0,oci.stackable.tech/sdp/hive:4.2.0-stackable0.0.0-dev
3133
- name: hive-old
3234
values:
3335
- 3.1.3

0 commit comments

Comments
 (0)