fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
578 stars 246 forks source link

Support for patch release tags. #1246

Closed joshuabaird closed 2 months ago

joshuabaird commented 2 months ago

What this PR does / why we need it:

Introduces the ability to release "patch" builds (eg, fluent-bit:3.1.2-2) of fluent-bit/fluentd. This allows us to release changes to our custom builds without overwriting tags that track upstream versions (eg, fluent-bit:3.1.2).

Which issue(s) this PR fixes:

Fixes #1241

These workflows were tested successfully in my fork of the repo.

Does this PR introduced a user-facing change?

N/A

benjaminhuo commented 2 months ago

That's a great enhancement, thanks @joshuabaird !