Skip to content

Conversation

@replicated-ci-ec
Copy link
Collaborator

Automated changes by the cron-makefile-dependencies GitHub action

@github-actions
Copy link

github-actions bot commented Oct 9, 2025

This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID.

Online Installer:

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci/appver-dev-1ae300a" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Airgap Installer (may take a few minutes before the airgap bundle is built):

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci-airgap/appver-dev-1ae300a?airgap=true" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Happy debugging!

@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch 7 times, most recently from 36d59b2 to e9a9c5e Compare October 17, 2025 00:22
@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch 7 times, most recently from 4ed6bed to 890d1a0 Compare October 24, 2025 00:20
@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch 7 times, most recently from 24b9de2 to c5cc899 Compare October 31, 2025 00:22
@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch 3 times, most recently from 6844210 to cf3ebab Compare November 4, 2025 00:22
@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch 7 times, most recently from a6448d8 to 21f3031 Compare November 11, 2025 00:23
@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch 2 times, most recently from df8c750 to 4e0d524 Compare November 13, 2025 00:22

# Helm Version
HELM_VERSION = v3.19.0
HELM_VERSION = v4.0.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Helm Upgrade: Dependency Mismatch Risk

The HELM_VERSION upgrade from v3.19.0 to v4.0.0 creates a version mismatch with the Go dependencies. The codebase imports helm.sh/helm/v3 packages throughout (see go.mod and multiple controller files), but the Makefile now downloads the Helm v4.0.0 binary. This major version jump between the Go libraries and the binary could cause compatibility issues since the code uses both the Helm Go SDK and executes the Helm binary directly. A major version upgrade requires updating the Go dependencies and testing for breaking changes.

Fix in Cursor Fix in Web

@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch 5 times, most recently from 829fda0 to f4a4a18 Compare November 19, 2025 00:23
@replicated-ci-ec replicated-ci-ec force-pushed the automation/update-makefile branch from f4a4a18 to 1ae300a Compare November 20, 2025 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants