diff --git a/.drone.yml b/.drone.yml
index f5dfc41f0..2f879a321 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -159,7 +159,7 @@ steps:
environment:
CLUSTER_NAME: ${DRONE_REPO_NAME}-${DRONE_BUILD_NUMBER}
KUBECONFIG: /drone/src/kubeconfig
- FURYCTL_VERSION: v0.28.0-rc.4
+ FURYCTL_VERSION: v0.29.2-rc.0
depends_on: [create Kind cluster]
commands:
- export KUBECONFIG=/drone/src/kubeconfig
@@ -198,7 +198,7 @@ volumes:
host:
path: /var/run/docker.sock
---
-name: e2e-kubernetes-1.27.4-1.28.0
+name: e2e-kubernetes-1.28.0-1.28.1
kind: pipeline
type: docker
@@ -264,7 +264,7 @@ steps:
environment:
CLUSTER_NAME: ${DRONE_REPO_NAME}-${DRONE_BUILD_NUMBER}-upgrades
KUBECONFIG: /drone/src/kubeconfig-upgrades
- FURYCTL_VERSION: v0.28.0-rc.4
+ FURYCTL_VERSION: v0.29.2-rc.0
depends_on: [create Kind cluster]
commands:
- export KUBECONFIG=/drone/src/kubeconfig-upgrades
@@ -309,7 +309,7 @@ type: docker
depends_on:
- e2e-kubernetes-1.28
- - e2e-kubernetes-1.27.4-1.28.0
+ - e2e-kubernetes-1.28.0-1.28.1
platform:
os: linux
diff --git a/Furyfile.yaml b/Furyfile.yaml
index c07372e4e..158f1c970 100644
--- a/Furyfile.yaml
+++ b/Furyfile.yaml
@@ -11,7 +11,7 @@ versions:
logging: v3.4.0
monitoring: v3.1.0
opa: v1.12.0
- networking: v1.16.0
+ networking: v1.17.0
tracing: v1.0.3
bases:
diff --git a/README.md b/README.md
index f5da1058b..ce087c70a 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@
Kubernetes Fury Distribution (KFD) is a certified battle-tested Kubernetes distribution based purely on upstream Kubernetes.
-[](http://ci.sighup.io/sighupio/fury-distribution)
-[](https://github.com/sighupio/fury-distribution/releases/latest)
+[](http://ci.sighup.io/sighupio/fury-distribution)
+[](https://github.com/sighupio/fury-distribution/releases/latest)
[](https://kubernetes.slack.com/archives/C0154HYTAQH)
[](https://github.com/sighupio/fury-distribution/blob/main/LICENSE)
@@ -100,13 +100,13 @@ Core modules provide essential functionality to the distribution for production-
Add-on modules provide additional functionality to the distribution. Their release cycle is independent of KFD's.
-| Module | Latest Release | Description |
-| ----------------------------------- | -------------------------------- | ---------------------------------------------------------------------------- |
-| [Kong][kong-module] | ![Version][kong-version] | Add Kong API Gateway for Kubernetes applications via Kong Ingress Controller |
-| [Service Mesh][service-mesh-module] | ![Version][service-mesh-version] | Deploy a service mesh on top of KFD |
-| [Registry][registry-module] | ![Version][registry-version] | Integrate a Container Registry solution |
-| [Storage][storage-module] | ![Version][storage-version] | Rook (Ceph Operator) based Storage solution on Kubernetes |
-| [Kafka][kafka-module] | ![Version][kafka-version] | Apache Kafka event streaming for your Cluster |
+| Module | Description |
+| ----------------------------------- | ---------------------------------------------------------------------------- |
+| [Kong][kong-module] | Add Kong API Gateway for Kubernetes applications via Kong Ingress Controller |
+| [Service Mesh][service-mesh-module] | Deploy a service mesh on top of KFD |
+| [Registry][registry-module] | Integrate a Container Registry solution |
+| [Storage][storage-module] | Rook (Ceph Operator) based Storage solution on Kubernetes |
+| [Kafka][kafka-module] | Apache Kafka event streaming for your Cluster |
## Get started with KFD 🚀
@@ -128,7 +128,7 @@ Current supported versions of KFD are:
| KFD Version | Kubernetes Version |
| :------------------------------------------------------------------------------: | :----------------: |
-| [`1.28.0`](https://github.com/sighupio/fury-distribution/releases/tag/v1.28.0) | `1.28.x` |
+| [`1.28.1`](https://github.com/sighupio/fury-distribution/releases/tag/v1.28.1) | `1.28.x` |
| [`1.27.5`](https://github.com/sighupio/fury-distribution/releases/tag/v1.27.5) | `1.27.x` |
| [`1.26.6`](https://github.com/sighupio/fury-distribution/releases/tag/v1.26.6) | `1.26.x` |
@@ -172,14 +172,14 @@ KFD is open-source software and it's released under the following [LICENSE](LICE
[opa-module]: https://github.com/sighupio/fury-kubernetes-opa
[auth-module]: https://github.com/sighupio/fury-kubernetes-auth
-[networking-version]: https://img.shields.io/badge/release-v1.15.0-blue
-[ingress-version]: https://img.shields.io/badge/release-v2.2.0-blue
-[logging-version]: https://img.shields.io/badge/release-v3.3.1-blue
-[monitoring-version]: https://img.shields.io/badge/release-v3.0.1-blue
-[tracing-version]: https://img.shields.io/badge/release-v1.0.2-blue
-[dr-version]: https://img.shields.io/badge/release-v2.2.0-blue
-[opa-version]: https://img.shields.io/badge/release-v1.11.1-blue
-[auth-version]: https://img.shields.io/badge/release-v0.1.0-blue
+[networking-version]: https://img.shields.io/badge/release-v1.17.0-blue
+[ingress-version]: https://img.shields.io/badge/release-v2.3.0-blue
+[logging-version]: https://img.shields.io/badge/release-v3.4.0-blue
+[monitoring-version]: https://img.shields.io/badge/release-v3.1.0-blue
+[tracing-version]: https://img.shields.io/badge/release-v1.0.3-blue
+[dr-version]: https://img.shields.io/badge/release-v2.3.0-blue
+[opa-version]: https://img.shields.io/badge/release-v1.12.0-blue
+[auth-version]: https://img.shields.io/badge/release-v0.2.0-blue
[kong-module]: https://github.com/sighupio/fury-kubernetes-kong
diff --git a/docs/COMPATIBILITY_MATRIX.md b/docs/COMPATIBILITY_MATRIX.md
index 7d0fdd855..e706b88bc 100644
--- a/docs/COMPATIBILITY_MATRIX.md
+++ b/docs/COMPATIBILITY_MATRIX.md
@@ -10,7 +10,9 @@ For a complete list of all KFD releases and their compatibility with Kubernetes
| KFD / Kubernetes Version | v1.28.X | v1.27.X | v1.26.X | 1.25.X | 1.24.X |
| ------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
+| [v1.28.1](https://github.com/sighupio/fury-distribution/releases/tag/v1.28.1) | :white_check_mark: |
| [v1.28.0](https://github.com/sighupio/fury-distribution/releases/tag/v1.28.0) | :white_check_mark: | | | | |
+| [v1.27.6](https://github.com/sighupio/fury-distribution/releases/tag/v1.27.6) | | :white_check_mark: |
| [v1.27.5](https://github.com/sighupio/fury-distribution/releases/tag/v1.27.5) | | :white_check_mark: | | | |
| [v1.27.4](https://github.com/sighupio/fury-distribution/releases/tag/v1.27.4) | | :white_check_mark: | | | |
| [v1.27.3](https://github.com/sighupio/fury-distribution/releases/tag/v1.27.3) | | :white_check_mark: | | | |
diff --git a/docs/releases/v1.27.6.md b/docs/releases/v1.27.6.md
new file mode 100644
index 000000000..877efb6e4
--- /dev/null
+++ b/docs/releases/v1.27.6.md
@@ -0,0 +1,63 @@
+# Kubernetes Fury Distribution Release v1.27.6
+
+Welcome to KFD release `v1.27.6`.
+
+The distribution is maintained with ❤️ by the team [SIGHUP](https://sighup.io/) it is battle tested in production environments.
+
+## New Features since `v1.27.5`
+
+### Core Module Updates
+
+- [networking](https://github.com/sighupio/fury-kubernetes-networking) 📦 core module: [**v1.17.0**](https://github.com/sighupio/fury-kubernetes-networking/releases/tag/v1.17.0)
+ - Updated calico to `3.27.3`.
+ - Updated tigera operator to `1.32.7`.
+
+### Installer Updates
+
+- [on-premises](https://github.com/sighupio/fury-kubernetes-on-premises) 📦 installer: [**v1.29.3-rev.1**](https://github.com/sighupio/fury-kubernetes-on-premises/releases/tag/v1.29.3-rev.1)
+ - Added support for airgap installations.
+
+## New features 🌟
+
+- **New Airgap support**: This version introduces a feature for the OnPremises provider that allows installing the distribution in air-gapped environments.
+ You can adjust the parameters using `.spec.kubernetes.advanced.airGap: