Skip to content

Commit 0aa425f

Browse files
Merge branch 'main' into feat/smooth-operator/introduce-builder
2 parents 311e619 + bb2ed0f commit 0aa425f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [26.7.0] - 2026-07-21
8+
9+
## [26.7.0-rc1] - 2026-07-16
10+
711
### Added
812

913
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#818]).

scripts/docs_templating.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ do
3939
done
4040

4141
# Ensure this script is executable
42-
chmod +x docs/modules/opensearch/examples/getting_started/getting_started.sh
42+
chmod +x "docs/modules/druid/examples/getting_started/getting_started.sh" \
43+
|| chmod +x "docs/modules/druid/examples/getting_started/code/getting_started.sh" \
44+
|| true
4345

4446
echo "done"

0 commit comments

Comments
 (0)