We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b309033 commit a5de7aaCopy full SHA for a5de7aa
.env
@@ -2,8 +2,9 @@
2
3
# If IMAGE_VERSION is updated then a new release
4
# will be created with that tag on merge to master
5
-IMAGE_VERSION=1.7.0
+IMAGE_VERSION=1.7.1
6
7
TERAFOUNDATION_KAFKA_CONNECTOR_VERSION=1.6.0
8
9
-NODE_VERSIONS_ARRAY=["22", "24"]
+# Node 24 pinned see: https://github.com/terascope/teraslice/issues/4141
10
+NODE_VERSIONS_ARRAY=["22", "24.4"]
0 commit comments