Skip to content

Commit 4f4ee65

Browse files
authored
Bump 1.26.0 to 1.27.0 (#767)
* bump-1.26.0-to-1.27.0 * adapted changelog
1 parent baae6a1 commit 4f4ee65

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All notable changes to this project will be documented in this file.
2626
- opa: Add log processing script to opa for decision logging ([#695], [#704]).
2727
- stackable-base: Add [config-utils](https://github.com/stackabletech/config-utils) ([#706]).
2828
- omid: Include Apache Omid Examples to simplify testing ([#721]).
29-
- nifi: Add support for 1.26.0 and 2.0.0-M4 ([#744]).
29+
- nifi: Add support for 1.27.0 and 2.0.0-M4 ([#744], [#767]).
3030
- kafka: Add versions `3.6.2` and `3.7.1` ([#745]).
3131
- trino & trino-cli: Add version 451 ([#XXX]).
3232

@@ -117,6 +117,7 @@ All notable changes to this project will be documented in this file.
117117
[#743]: https://github.com/stackabletech/docker-images/pull/743
118118
[#744]: https://github.com/stackabletech/docker-images/pull/744
119119
[#745]: https://github.com/stackabletech/docker-images/pull/745
120+
[#767]: https://github.com/stackabletech/docker-images/pull/767
120121

121122
## [24.3.0] - 2024-03-20
122123

nifi/stackable/patches/1.26.0/001-NIFI-no-zip-assembly-1.26.0.patch renamed to nifi/stackable/patches/1.27.0/001-NIFI-no-zip-assembly-1.27.0.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
2-
index 8778f3dc53..045c0daa64 100644
2+
index 08f89da15c..5b95d94c74 100644
33
--- a/nifi-assembly/pom.xml
44
+++ b/nifi-assembly/pom.xml
55
@@ -66,7 +66,6 @@ language governing permissions and limitations under the License. -->

nifi/stackable/patches/1.26.0/002-NIFI-no-host-header-check-1.26.0.patch renamed to nifi/stackable/patches/1.27.0/002-NIFI-no-host-header-check-1.27.0.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
2626
<+>UTF-8
2727
===================================================================
2828
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/HostHeaderHandler.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/HostHeaderHandler.java
29-
index 051e2f19d6..6baac7fda7 100644
29+
index dd4bbf54c0..ea1b5b2da1 100644
3030
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/HostHeaderHandler.java
3131
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/HostHeaderHandler.java
3232
@@ -47,6 +47,7 @@ public class HostHeaderHandler extends ScopedHandler {

nifi/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"java-devel": "11", # There is an error when trying to use java-devel 21 (for nifi 1.25.0):
1111
},
1212
{
13-
"product": "1.26.0",
13+
"product": "1.27.0",
1414
"java-base": "11",
15-
"java-devel": "11", # There is an error when trying to use java-devel 21 (for nifi 1.26.0):
15+
"java-devel": "11", # There is an error when trying to use java-devel 21 (for nifi 1.27.0):
1616
},
1717
{
1818
"product": "2.0.0-M4",

0 commit comments

Comments
 (0)