fluent / helm-charts

Helm Charts for Fluentd and Fluent Bit
Apache License 2.0
366 stars 438 forks source link

[fluent-operator] upgrade fluent-operator from v2.7.0 to v2.8.0 #510

Closed elsnepal closed 3 weeks ago

elsnepal commented 1 month ago

This change is to bring v2.8.0 changes from https://github.com/fluent/fluent-operator/tree/v2.8.0/charts

patrick-stephens commented 1 month ago

Can you fix the DCO as that is required for merge? Also a quick description on what you did to help future people :)

jhoblitt commented 1 month ago

I would really like to see this go in.

Also, is there any reason why a gha can't be used to publish releases directly from https://github.com/fluent/fluent-operator/tree/master/charts/fluent-operator when it is tagged? E.g. using an action to publish it to gh-pages in that repo (yes, the repo url would change) That would make the diff between tags more useful.

elsnepal commented 1 month ago

I would really like to see this go in.

Also, is there any reason why a gha can't be used to publish releases directly from https://github.com/fluent/fluent-operator/tree/master/charts/fluent-operator when it is tagged? E.g. using an action to publish it to gh-pages in that repo (yes, the repo url would change) That would make the diff between tags more useful.

The way i see, we shouldn't even have duplicate copy and helm chart to reference to cross repo where the original chart lives.

https://github.com/fluent/helm-charts/blob/gh-pages/index.yaml#L4718C5-L4719C110 Assuming this index could be looking at operator repo?

jhoblitt commented 1 month ago

I used this in a project a few weeks ago for pushing chart releases to gh-pages. It is bare-bones but it works. https://github.com/helm/chart-releaser-action

elsnepal commented 4 weeks ago

@patrick-stephens any chance to get this out?

berowil commented 4 weeks ago

Would it be possible to release 2.8.0 in the near future? :)

berowil commented 3 weeks ago

This change is to bring v2.8.0 changes from https://github.com/fluent/fluent-operator/tree/v2.8.0/charts

Could you please also fix "Lint and Test Charts Checks"? Thank you!

benjaminhuo commented 3 weeks ago

fluent operator v2.9.0 is out, supporting fluent-bit v3.0.7 and fluentd 1.17.0 https://github.com/fluent/fluent-operator/releases/tag/v2.9.0

@wenchajun would you help to sync the chart to this official repo?

benjaminhuo commented 3 weeks ago

fluent operator v2.9.0 is out, supporting fluent-bit v3.0.7 and fluentd 1.17.0 https://github.com/fluent/fluent-operator/releases/tag/v2.9.0

@wenchajun would you help to sync the chart to this official repo?

fluent operator 2.9.0 will be updated soon by @wenchajun