Skip to content

Commit 8bca64c

Browse files
authored
Merge branch 'main' into chore/kuttl-tests
2 parents 0dc5b0c + d3f7ed2 commit 8bca64c

15 files changed

Lines changed: 433 additions & 451 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,6 @@ jobs:
7474
image-index-manifest-tag: dev
7575
container-file: docker/Dockerfile
7676

77-
# - name: Publish Container Image on docker.stackable.tech
78-
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
79-
# uses: stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
80-
# with:
81-
# image-registry-uri: docker.stackable.tech
82-
# image-registry-username: github
83-
# image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
84-
# image-repository: stackable/trino-lb
85-
# image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
86-
# source-image-uri: ${{ steps.build.outputs.image-manifest-uri }}
87-
8877
- name: Publish Container Image on oci.stackable.tech
8978
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
9079
uses: stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
@@ -108,15 +97,6 @@ jobs:
10897
- name: Checkout Repository
10998
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
11099

111-
# - name: Publish and Sign Image Index Manifest to docker.stackable.tech
112-
# uses: stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
113-
# with:
114-
# image-registry-uri: docker.stackable.tech
115-
# image-registry-username: github
116-
# image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
117-
# image-repository: stackable/trino-lb
118-
# image-index-manifest-tag: dev
119-
120100
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
121101
uses: stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
122102
with:

CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Changed
8+
79
- The Stackable scaler now ensures that a `TrinoCluster` has changed to `ready` more than 5 seconds
810
ago before marking it as `ready` ([#68]).
11+
- Emit less attributes in tracing to make logs easier readable ([#86]).
912

1013
[#68]: https://github.com/stackabletech/trino-lb/pull/68
14+
[#86]: https://github.com/stackabletech/trino-lb/pull/86
1115

1216
## [0.5.0] - 2025-03-14
1317

0 commit comments

Comments
 (0)