-
Notifications
You must be signed in to change notification settings - Fork 82
Comparing changes
Open a pull request
base repository: kubernetes-sigs/yaml
base: v1.4.0
head repository: kubernetes-sigs/yaml
compare: v1.5.0
- 16 commits
- 59 files changed
- 6 contributors
Commits on Oct 8, 2024
-
Something ends up requiring the slices package, which was added in Go 1.21. Signed-off-by: Stephen Kitt <skitt@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9934139 - Browse repository at this point
Copy the full SHA 9934139View commit details -
Merge pull request #119 from skitt/test-go-1.21
Test with Go 1.21 and later
Configuration menu - View commit details
-
Copy full SHA for 50e7f43 - Browse repository at this point
Copy the full SHA 50e7f43View commit details -
go.mod requires Go 1.12, separate 1.10+ files are no longer needed. This merges their contents with the main files. Signed-off-by: Stephen Kitt <skitt@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ea138a0 - Browse repository at this point
Copy the full SHA ea138a0View commit details -
Merge pull request #118 from skitt/drop-go1.10-build
Merge Go 1.10+ files
Configuration menu - View commit details
-
Copy full SHA for 119290a - Browse repository at this point
Copy the full SHA 119290aView commit details
Commits on Jan 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 63d028e - Browse repository at this point
Copy the full SHA 63d028eView commit details
Commits on Feb 13, 2025
-
Merge pull request #122 from liggitt/unhashable-key
Handle unhashable keys during merge
Configuration menu - View commit details
-
Copy full SHA for 56d6720 - Browse repository at this point
Copy the full SHA 56d6720View commit details
Commits on Mar 14, 2025
-
fix: wrap errors returned by JSON unmarshal
Currently `%v` is used inside an `Errorf` call, this means the original errors is lost and cannot be unwrapped to. By changing it to `%w` the error is preserved and can be retrieved with `errors.As`.
Configuration menu - View commit details
-
Copy full SHA for 4c6913f - Browse repository at this point
Copy the full SHA 4c6913fView commit details -
Merge pull request #106 from ThatsMrTalbot/patch-1
fix: wrap errors returned by JSON unmarshal
Configuration menu - View commit details
-
Copy full SHA for b9a9b1c - Browse repository at this point
Copy the full SHA b9a9b1cView commit details
Commits on Apr 12, 2025
-
Remove old travisci config file
This isn't used anymore, so clean it up.
Configuration menu - View commit details
-
Copy full SHA for 203ded9 - Browse repository at this point
Copy the full SHA 203ded9View commit details
Commits on Apr 16, 2025
-
Merge pull request #126 from kragniz/remove-travis
Remove old travisci config file
Configuration menu - View commit details
-
Copy full SHA for c6ac2c9 - Browse repository at this point
Copy the full SHA c6ac2c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14cbb88 - Browse repository at this point
Copy the full SHA 14cbb88View commit details -
Merge pull request #125 from kragniz/go-1.24
Test against go 1.24.x
Configuration menu - View commit details
-
Copy full SHA for 0fe7da3 - Browse repository at this point
Copy the full SHA 0fe7da3View commit details
Commits on Jun 14, 2025
-
Deprecate code in goyaml.v2/goyaml.v3 directories and redirect
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69e45c1 - Browse repository at this point
Copy the full SHA 69e45c1View commit details
Commits on Jun 24, 2025
-
Merge pull request #133 from kubernetes-sigs/deprecate-code-in-goyaml…
….v3-goyaml.v2-and-redirect Deprecate code in goyaml.v2 (and v3) directories and redirect to equivalents in go.yaml.in/yaml/v2 (and v3)
Configuration menu - View commit details
-
Copy full SHA for 8eaa802 - Browse repository at this point
Copy the full SHA 8eaa802View commit details
Commits on Jun 25, 2025
-
Forgot to add redirects for v3 constants
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b8fc0c0 - Browse repository at this point
Copy the full SHA b8fc0c0View commit details -
Merge pull request #134 from kubernetes-sigs/forgot-to-add-redirects-…
…for-constants Forgot to add redirects for v3 constants
Configuration menu - View commit details
-
Copy full SHA for 0f318dc - Browse repository at this point
Copy the full SHA 0f318dcView 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.4.0...v1.5.0