git: 57585b89d3 - main - Status/2026Q1/stackit.adoc: Add report
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Apr 2026 17:07:28 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/doc/commit/?id=57585b89d3d8c177b6bae46d8ca00420c9635580
commit 57585b89d3d8c177b6bae46d8ca00420c9635580
Author: Robert Gogolok <gogolok@gmail.com>
AuthorDate: 2026-04-06 09:42:28 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2026-04-16 17:06:51 +0000
Status/2026Q1/stackit.adoc: Add report
Pull Request: https://github.com/freebsd/freebsd-doc/pull/645
---
.../en/status/report-2026-01-2026-03/stackit.adoc | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/website/content/en/status/report-2026-01-2026-03/stackit.adoc b/website/content/en/status/report-2026-01-2026-03/stackit.adoc
new file mode 100644
index 0000000000..35c3eeb86b
--- /dev/null
+++ b/website/content/en/status/report-2026-01-2026-03/stackit.adoc
@@ -0,0 +1,22 @@
+=== STACKIT Cloud Integration on FreeBSD
+
+Links: +
+link:https://stackit.com[STACKIT] URL: link:[https://stackit.com/] +
+link:https://github.com/stackitcloud/stackit-cli[STACKIT CLI] URL: link:https://github.com/stackitcloud/stackit-cli[]
+
+Contact: Robert Gogolok <gogolok@gmail.com>
+
+I am working to ensure FreeBSD is a first-class platform for managing resources on STACKIT, the sovereign European cloud.
+The goal is to provide the BSD community with native, reliable access to STACKIT’s IaaS and PaaS tools.
+
+Native Binaries: In addition to the existing link:https://github.com/stackitcloud/stackit-cli[sysutils/stackit] port, native FreeBSD binaries (amd64/arm64) are now included in every link:https://github.com/stackitcloud/stackit-cli/releases[official upstream release].
+
+Upstream Contributions:
+
+* link:https://github.com/stackitcloud/stackit-cli/pull/1048[PR #1048]: Added logic to ship native FreeBSD binaries via goreleaser.
+* link:https://github.com/stackitcloud/stackit-cli/pull/1243[PR #1243]: Added support for opening authentication URLs on FreeBSD.
+
+
+Future Work:
+
+* Ensure the official link:https://github.com/stackitcloud/terraform-provider-stackit[Terraform Provider for STACKIT] functions correctly on FreeBSD.