Damyan Yordanov
Damyan Yordanov
When creating an automatic comment based on the Github integration, it would be much more readable, if the comment message starts on a new line. Otherwise typical summary + description...
**Describe the bug** If a git commit message happens to contain double quotes, the corresponding Taiga comment is broken. **Taiga environment** Self hosted Taiga environment **Screenshots** ``` commit 12d07d71bc8191ca16109cf940cb8bce69e54141 Author:...
Present tag $MAJOR_VERSION (in this case: v2) pointing to the last released version. In that case all action consumers can stick to the v2 version, without needing to keep track...
Present tag $MAJOR_VERSION (in this case: v1) pointing to the last released version. In that case all action consumers can stick to the v1 version, without needing to keep track...
The [documentation](https://github.com/gardenlinux/gardenlinux/blob/main/.github/workflows/README.md) needs updating, in particular the [beta](https://github.com/gardenlinux/gardenlinux/tree/main/.github/workflows#beta-release) and [stable](https://github.com/gardenlinux/gardenlinux/tree/main/.github/workflows#stable-release) sections.
Currently we enforce 64 character length for resource names by using a kubernetes API DNS validation mechanism. We shoould loosen up this requirement by allowing longer resource names. An example...
This pull request addresses an issue in the DHCPv6 User Class option (`OptUserClass`) where the `FromBytes` method failed to parse data in the Microsoft-compatible format. The existing implementation adhered strictly...
**How to categorize this PR?** /area logging /kind enhancement **What this PR does / why we need it**: Enhance `fluent-bit`'s `ConfigMap` to listen on `::`, so both IPv6 and IPv4...