Skip to content

bug: Faulty v3.4.0 Release #1622

@Jakob3xD

Description

@Jakob3xD

Describe the issue

The v3.4.0 release did not update the helm charts, resulting in flux not updating the HELM chart.
https://fluxcd.io/flux/components/source/helmcharts/#reconcile-strategy

When doing a release, all the HELM charts need to be updated if they got changed, including the version, appVersion and the version of the dependencies. Like it is done in the v3.3.0 tag. This is also commented to the chart files itself.

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.3.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.3.0"

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.3.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.3.0"

version: 3.3.0
appVersion: 3.3.0
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg
home: https://www.fluentd.org/
sources:
- https://github.com/fluent/fluent-operator
maintainers:
- name: wenchajun
email: dehaocheng@kubesphere.io
dependencies:
- name: fluent-bit-crds
repository: "file://charts/fluent-bit-crds"
version: 3.3.0
condition: fluentbit.crdsEnable
- name: fluentd-crds
repository: "file://charts/fluentd-crds"
version: 3.3.0
condition: fluentd.crdsEnable

To Reproduce

Use flux inside a k8s cluster and try to use the chart from this repo.

Expected behavior

  1. Adjust the RELEASE.md, so when performing a release, all the chart version values get bumped.
    One could argue that when nothing got changes for the CRD's a version change is not needed. Which is correct, but the versions of all the three charge would differ.
    My suggestion to this is Adjust RELEASE.md to also bump the helm chart for a release #1619

  2. Fix the v3.4.0 release by updating the mention values above and force pushing the tag or performing a patch release for fixing the chart versions.
    My suggestion to this is charts: fix chart version and appVersion #1620

Your Environment

- Fluent Operator version:
- Container Runtime:
- Operating system:
- Kernel version:

How did you install fluent operator?

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions