Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong changelog retrieve from the helmchart plugin #2975

Open
1 task done
olblak opened this issue Nov 5, 2024 · 0 comments
Open
1 task done

Wrong changelog retrieve from the helmchart plugin #2975

olblak opened this issue Nov 5, 2024 · 0 comments
Labels
bug Something isn't working resource-helm resource-helmchart Resource of kind Helm Chart

Comments

@olblak
Copy link
Member

olblak commented Nov 5, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The following manifest return the latest changelog instead of the one specified by the version filter rule

sources:
  traefik:
    kind: helmchart
    spec:
      url: "https://traefik.github.io/charts/"
      name: "traefik"
      versionfilter:
        kind: semver
        pattern: '30.0.x'

targets:
  traefik:
    kind: shell
    spec:
      command: "echo "
##################
# UPDATECLI.YAML #
##################


SOURCES
=======

traefik
-------
Searching for version matching pattern "30.0.x"
✔ Helm Chart "traefik" version "30.0.2" is found from repository "https://traefik.github.io/charts/"

Remark: We couldn't identify a way to automatically retrieve changelog information.
Please use following information to take informed decision

Helm Chart: traefik
A Traefik based Kubernetes ingress controller
Project Home: https://traefik.io/
Require Kubernetes Version: >=1.22.0-0
Version created on the 2024-10-30 13:17:10.352848336 +0000 UTC

Sources:

* https://github.com/traefik/traefik

* https://github.com/traefik/traefik-helm-chart



URL:

* https://traefik.github.io/charts/traefik/traefik-33.0.0.tgz




CHANGELOG:
----------

Remark: We couldn't identify a way to automatically retrieve changelog information.
Please use following information to take informed decision

Helm Chart: traefik
A Traefik based Kubernetes ingress controller
Project Home: https://traefik.io/
Require Kubernetes Version: >=1.22.0-0
Version created on the 2024-10-30 13:17:10.352848336 +0000 UTC

Sources:

* https://github.com/traefik/traefik

* https://github.com/traefik/traefik-helm-chart



URL:

* https://traefik.github.io/charts/traefik/traefik-33.0.0.tgz





TARGETS
========

traefik
-------

**Dry Run enabled**

The shell 🐚 command "/bin/sh /tmp/updatecli/bin/658bb4d226330d51c13b2688ef4ed15b17c9c454f94ddd31e0725c946f4e7cf2.sh" ran successfully with the following output:
----
30.0.2
----
⚠ - ran shell command "echo  30.0.2"

Expected Behavior

Well it should show the changelog for 30.0.2

Steps To Reproduce

No response

Environment

- OS: Linux
- updatecli: 0.85.0

Anything else?

No response

@olblak olblak added bug Something isn't working resource-helmchart Resource of kind Helm Chart resource-helm labels Nov 5, 2024
@olblak olblak added this to updatecli Nov 5, 2024
@github-project-automation github-project-automation bot moved this to Todo in updatecli Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resource-helm resource-helmchart Resource of kind Helm Chart
Projects
Status: Todo
Development

No branches or pull requests

1 participant