-
Notifications
You must be signed in to change notification settings - Fork 82
Comparing changes
Open a pull request
base repository: kitops-ml/kitops
base: v1.3.0
head repository: kitops-ml/kitops
compare: v1.4.0
- 11 commits
- 18 files changed
- 4 contributors
Commits on Apr 8, 2025
-
Bump the go-minor group with 4 updates
Bumps the go-minor group with 4 updates: [golang.org/x/sync](https://github.com/golang/sync), [golang.org/x/sys](https://github.com/golang/sys), [golang.org/x/term](https://github.com/golang/term) and [golang.org/x/text](https://github.com/golang/text). Updates `golang.org/x/sync` from 0.12.0 to 0.13.0 - [Commits](golang/sync@v0.12.0...v0.13.0) Updates `golang.org/x/sys` from 0.31.0 to 0.32.0 - [Commits](golang/sys@v0.31.0...v0.32.0) Updates `golang.org/x/term` from 0.30.0 to 0.31.0 - [Commits](golang/term@v0.30.0...v0.31.0) Updates `golang.org/x/text` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: golang.org/x/sys dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: golang.org/x/term dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: golang.org/x/text dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5cdcdc0 - Browse repository at this point
Copy the full SHA 5cdcdc0View commit details -
Bump goreleaser/goreleaser-action in the actions-minor group
Bumps the actions-minor group with 1 update: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `goreleaser/goreleaser-action` from 6.2.1 to 6.3.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@90a3faa...9c156ee) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a96b9ce - Browse repository at this point
Copy the full SHA a96b9ceView commit details -
docs: update CLI documentation for v1.3.0
Signed-off-by: Angel Misevski <amisevsk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3125698 - Browse repository at this point
Copy the full SHA 3125698View commit details
Commits on Apr 9, 2025
-
Fix ghcr.io package references after move to kitops-ml org
At some point, the base kit package in ghcr changed from kit to kitops so some references were out of date. Signed-off-by: Angel Misevski <amisevsk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2397f0 - Browse repository at this point
Copy the full SHA f2397f0View commit details
Commits on Apr 10, 2025
-
Also fixes the documentation for the ClusterContainerStorage Signed-off-by: Gorkem Ercan <gorkem.ercan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5bd91f1 - Browse repository at this point
Copy the full SHA 5bd91f1View commit details -
Allow specifying version when importing huggingface repositories
Add flag `--ref` to kit import command to allow importing tagged versions of the repository instead of only 'main' Signed-off-by: Angel Misevski <amisevsk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 49ff3e2 - Browse repository at this point
Copy the full SHA 49ff3e2View commit details -
Support specifying branch/tag when importing using Git directly
Signed-off-by: Angel Misevski <amisevsk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4d7d3ee - Browse repository at this point
Copy the full SHA 4d7d3eeView commit details -
Handle errors when tag is not found during kit import using huggingface
Signed-off-by: Angel Misevski <amisevsk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ed837a3 - Browse repository at this point
Copy the full SHA ed837a3View commit details -
Use monolithic PUT to upload large layers to Amazon ECR
Amazon ECR registries return HTTP 201 after the first chunk in a multi-part upload, which is unexpected and causes the upload to fail. To avoid this, we can default to using a monolithic PUT. Signed-off-by: Angel Misevski <amisevsk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 876a227 - Browse repository at this point
Copy the full SHA 876a227View commit details -
Add test cases for Amazon ECR push format
Signed-off-by: Angel Misevski <amisevsk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3e7dca4 - Browse repository at this point
Copy the full SHA 3e7dca4View commit details -
Handle mixed case URLs when determining upload format for push
Since URLs are case-insensitive Signed-off-by: Angel Misevski <amisevsk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 84d6d3d - Browse repository at this point
Copy the full SHA 84d6d3dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v1.4.0