Skip to content

Commit 0c28a8b

Browse files
committed
config: version 0.11.0
1 parent f4e5afa commit 0c28a8b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
- Upgraded flink-kubernetes-operator-api to 1.13.0, which adds support for the latest Flink versions.
6+
37
## 0.10.0
48

59
- Enhanced image display to show full paths after registry domain (e.g., ECR URLs).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Note: currently, Heimdall only supports Flink jobs deployed with [Flink Kubernet
1313

1414
```bash
1515
kubectl apply -f https://raw.githubusercontent.com/sap1ens/heimdall/main/tools/k8s-operator/service-account.yaml
16-
kubectl run heimdall --image=ghcr.io/sap1ens/heimdall:0.10.0 --port=8080 --overrides='{ "spec": { "serviceAccount": "heimdall-service-account" } }'
16+
kubectl run heimdall --image=ghcr.io/sap1ens/heimdall:0.11.0 --port=8080 --overrides='{ "spec": { "serviceAccount": "heimdall-service-account" } }'
1717
kubectl port-forward heimdall 8080:8080
1818
open http://localhost:8080
1919
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ quarkusPlatformArtifactId=quarkus-bom
55
quarkusPluginId=io.quarkus
66
quarkusPlatformGroupId=io.quarkus.platform
77
quarkusPlatformVersion=3.2.11.Final
8-
version=0.10.0-SNAPSHOT
8+
version=0.11.0-SNAPSHOT

0 commit comments

Comments
 (0)