You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Deprecated: use ko.build instead.
module github.com/google/ko
rename Go module in go.mod to module ko.build (without the deprecation)
release v0.15.0 of ko.build, the first release of ko.build
Users who go install github.com/google/ko@latest will get v0.14.1 and a notice that it's deprecated in favor of [email protected]
dependabot will not automatically upgrade go module consumers across this rename, but hopefully the deprecation warning will help what few code dependents we have.
Users can now go install ko.build@latest 🎉
Update installation instructions
update ko-build/setup-ko to install from ko.build@main when version: tip
The text was updated successfully, but these errors were encountered:
cc @jonjohnsonjr@mattmoor this is the current plan of record, please let me know if you spot any issues. We'll also need to update tf-ko after this change if we want to keep getting ko updates from dependabot.
cc @halvards as Skaffold depends on this module -- does this plan sound right to you?
imjasonh
changed the title
Go module name change
Rename Go module to ko.buildApr 25, 2023
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Keep fresh with the 'lifecycle/frozen' label.
Splitting out the last remaining item from #791
The project and repo has moved to CNCF ownership, and it's time to update the importpath to reflect that.
google/ko
and point users to[email protected]
, release that as v0.14.1module ko.build
(without the deprecation)go install github.com/google/ko@latest
will get v0.14.1 and a notice that it's deprecated in favor of[email protected]
go install ko.build@latest
🎉ko.build@main
whenversion: tip
The text was updated successfully, but these errors were encountered: