diff --git a/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md b/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md index b288079..3ea2ac4 100644 --- a/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md +++ b/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md @@ -48,10 +48,11 @@ demo@worker-1 ~> sudo modprobe nbd | Service | Direction | Source / Target Network | Port(s) | Protocol(s) | |-----------------------------|-----------|-------------------------|-----------|-------------| | ICMP | ingress | control | - | ICMP | -| bdts | ingress | storage | 4420 | TCP | -| Cluster Control | ingress | control | 5000 | TCP | +| Storage Node API | ingress | storage, control | 5000 | TCP | | spdk-http-proxy | ingress | storage, control | 8080 | TCP | -| lvol-proxy | ingress | storage, control | 9090-9900 | TCP | +| node-nvmf | ingress | storage, control | 9060-9098 | TCP | +| lvol-nvmf | ingress | storage, control | 9099 | TCP | +| lvol-proxy | ingress | storage, control | 9100-9900 | TCP | | SSH | ingress | storage, control, admin | 22 | TCP | | Docker Daemon Remote Access | ingress | storage, control | 2375 | TCP | | | | | | | diff --git a/docs/release-notes/25-3-ga.md b/docs/release-notes/25-3-ga.md new file mode 100644 index 0000000..fd3cf69 --- /dev/null +++ b/docs/release-notes/25-3-ga.md @@ -0,0 +1,23 @@ +--- +title: "25.3-GA" +weight: 1000000 +--- + +Simplyblock is happy to release the general availability release of Simplyblock 25.3. + +## New Features + +Simplyblock strives to provide a strong product. Following is a list of the enhancements and features that made it into +this release. + +## Important Changes + +- Firewall rules adjustment: An existing port range _TCP/9090-9900_ was changed to _TCP/9100-9900_. The firewall configuration and AWS Security Groups need to be adjusted accordingly. +- Firewall rules adjustment: A new port range _TCP/9060-9098_ was added. The firewall configuration and AWS Security Groups need to be adjusted accordingly. +- Firewall rules adjustment: A new port _TCP/9099_ was added. The firewall configuration and AWS Security Groups need to be adjusted accordingly. +- Firewall rules adjustment: An existing port _TCP/4420_ has been removed. The firewall configuration and AWS Security Groups need to be adjusted accordingly. + +## Known Issues + +Simplyblock always seeks to provide a stable and strong release. However, smaller known issues happen. Following is +a list of known issues for the current simplyblock release. diff --git a/snippets/storage-plane-network-port-table.md b/snippets/storage-plane-network-port-table.md index 7c6a985..eda509e 100644 --- a/snippets/storage-plane-network-port-table.md +++ b/snippets/storage-plane-network-port-table.md @@ -1,10 +1,11 @@ | Service | Direction | Source / Target Network | Port(s) | Protocol(s) | |-----------------------------|-----------|-------------------------|-----------|-------------| | ICMP | ingress | control | - | ICMP | -| bdts | ingress | storage | 4420 | TCP | -| Cluster Control | ingress | control | 5000 | TCP | +| Storage Node API | ingress | storage, control | 5000 | TCP | | spdk-http-proxy | ingress | storage, control | 8080-8890 | TCP | -| lvol-proxy | ingress | storage, control | 9090-9900 | TCP | +| node-nvmf | ingress | storage, control | 9060-9098 | TCP | +| lvol-nvmf | ingress | storage, control | 9099 | TCP | +| lvol-proxy | ingress | storage, control | 9100-9900 | TCP | | SSH | ingress | storage, control, admin | 22 | TCP | | Docker Daemon Remote Access | ingress | storage, control | 2375 | TCP | | Docker Swarm Remote Access | ingress | storage, control | 2377 | TCP |