Skip to content

Commit e52cc12

Browse files
committed
The op-rs PR was merged
1 parent 7ab9038 commit e52cc12

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ tracing = "0.1.40"
3333

3434
[patch."https://github.com/stackabletech/operator-rs.git"]
3535
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
36-
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }
37-
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "feature/listenerclass-preferred-address-type" }
36+
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }

crate-hashes.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/helm/listener-operator/crds/crds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
description: |-
3030
Whether addresses should prefer using the IP address (`IP`) or the hostname (`Hostname`).
3131
32-
The other type will be used if the preferred type is not available.
32+
The other type will be used if the preferred type is not available. By default `Hostname` is used.
3333
enum:
3434
- Hostname
3535
- IP

0 commit comments

Comments
 (0)