Skip to content

Commit

Permalink
Warn about xz Utils backdoor in v3.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
  • Loading branch information
mauromorales committed Apr 3, 2024
1 parent 0075988 commit 4121ba6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/_index.md
Expand Up @@ -9,7 +9,7 @@ menu:
---

{{% alert color="warning" %}}
There are [known issues]({{< relref "known-issues">}}) in v3.0.1
There are [known issues]({{< relref "known-issues">}}) in v3.0.2
{{% /alert %}}

Welcome to the Kairos Documentation
Expand Down
3 changes: 2 additions & 1 deletion content/en/docs/known-issues.md
Expand Up @@ -9,9 +9,10 @@ menu:
---

{{% alert color="warning" %}}
The following issues are specific to v3.0.0
The following issues are specific to v3.0.2
{{% /alert %}}

- :warning: openSUSE Tumbleweed was affected by the xz Utils Backdoor. We deleted all related artifacts, so you will not find them on our OCI image repository or GitHub releases. Read more about it [here](https://kairos.io/blog/2024/04/02/xz-utils-backdoor/)
- Filesystem expansion on rpi4 doesn't work with Alpine [#1995](https://github.com/kairos-io/kairos/issues/1995)
- `cgroup_memory` not mounted in Alpine rpi4 [#2002](https://github.com/kairos-io/kairos/issues/2002)
- Upgrade on Alpine arm64 errors [#2135](https://github.com/kairos-io/kairos/issues/2135)
Expand Down
6 changes: 5 additions & 1 deletion hugo.toml
Expand Up @@ -115,7 +115,7 @@ provider_version = "v2.6.4"
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_version = "v1.29.0+k3s1"
# renovate: datasource=github-releases depName=kairos-io/kairos
kairos_version = "v3.0.1"
kairos_version = "v3.0.2"
# renovate: datasource=github-releases depName=kairos-io/osbuilder
osbuilder_version = "v0.200.7"
# renovate: datasource=github-releases depName=kairos-io/AuroraBoot
Expand Down Expand Up @@ -217,3 +217,7 @@ no = 'Oh snap! Sorry to hear that. Please <a href="https://github.com/kairos-io/
[[params.versions]]
version = "v3.0.1"
url = "/v3.0.1/docs"

[[params.versions]]
version = "v3.0.2"
url = "/v3.0.2/docs"

0 comments on commit 4121ba6

Please sign in to comment.