Skip to content

Commit a4e345f

Browse files
committed
Merge branch 'main' into feature/superset-opa-integration
2 parents fc1b5b5 + e769383 commit a4e345f

File tree

61 files changed

+4594
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4594
-128
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
patchable = ["run", "--bin", "patchable", "--"]

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Byte-compiled / optimized / DLL files
1+
# compiled / optimized files
22
__pycache__/
33
*.py[cod]
4+
target/
45

6+
# Patchable working files
57
patchable-work/

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,36 @@ All notable changes to this project will be documented in this file.
1515
util-linux-core contains a basic set of Linux utilities, including the
1616
command logger which allows to enter messages into the system log.
1717
- vector: Add version 0.43.1 ([#980]).
18-
- opa: Add version 1.0.0 ([#981]).
18+
- opa: Add version 1.0.1 ([#981], [#1000]).
1919
- statsd-exporter: Bump version to 0.28.0 ([#982]).
2020
- git-sync: Bump version to 4.4.0 ([#990]).
2121
- kafka: Add versions 3.7.2 and 3.9.0 ([#988]).
2222
- java: Add JDK/JRE 23 ([#992]).
2323
- trino: Add 469 ([#993]).
2424
- trino-cli: Add version 469 ([#993]).
25+
- hbase: Support for 2.6.1 ([#997]).
26+
- trino-storage-connector: Add version 469 ([#996]).
27+
- trino: Add 470 ([#999]).
28+
- trino-cli: Add version 470 ([#999]).
29+
- trino-storage-connector: Add version 470 ([#999]).
30+
- superset: Add version `4.1.1` ([#991]).
31+
- Added Patchable patch management tool ([#1003]).
2532

2633
### Changed
2734

2835
- kafka: Bump 3.8.0 to 3.8.1 ([#995]).
2936
- Update registry references to oci ([#989]).
37+
- trino-storage-connector: Move the build out of trino/ for easier patching ([#996]).
38+
- druid 26.0.0: Migrate to patchable ([#1003]).
3039

3140
### Removed
3241

3342
- kafka: Remove `kubectl`, as we are now using listener-op ([#884]).
3443
- vector: remove version 0.41.1 ([#980]).
35-
- opa: remove version 0.66.0 ([#981])
44+
- opa: remove version 0.66.0 ([#981]).
45+
- trino: Remove 469 ([#999]).
46+
- trino-cli: Remove version 469 ([#999]).
47+
- trino-storage-connector: Remove version 469 ([#999]).
3648

3749
### Fixed
3850

@@ -55,9 +67,15 @@ All notable changes to this project will be documented in this file.
5567
[#989]: https://github.com/stackabletech/docker-images/pull/989
5668
[#990]: https://github.com/stackabletech/docker-images/pull/990
5769
[#988]: https://github.com/stackabletech/docker-images/pull/988
70+
[#991]: https://github.com/stackabletech/docker-images/pull/991
5871
[#992]: https://github.com/stackabletech/docker-images/pull/992
5972
[#993]: https://github.com/stackabletech/docker-images/pull/993
6073
[#995]: https://github.com/stackabletech/docker-images/pull/995
74+
[#996]: https://github.com/stackabletech/docker-images/pull/996
75+
[#997]: https://github.com/stackabletech/docker-images/pull/997
76+
[#999]: https://github.com/stackabletech/docker-images/pull/999
77+
[#1000]: https://github.com/stackabletech/docker-images/pull/1000
78+
[#1003]: https://github.com/stackabletech/docker-images/pull/1003
6179

6280
## [24.11.1] - 2025-01-14
6381

0 commit comments

Comments
 (0)