Note
There is a noticeable change in the path output for list entries that are Kubernetes items. Instead of metadata.name=name
, it will now show resource=apiVersion/kind/name
.
Changelog
- bdf15b9 Add test case where from or to is null
- 1c52e49 Add test case to check new if branch
- d74f059 Introduce identifier interface
- 8ff464a Provide Kubernetes lists example
- 3ee83a7 Refactor core code by sorting functions
- ff19a8d Refactor core code
- 581505c Use
assets
function in test cases - 61cba04 Add
apiVersion
to Kubernetes look-up - e196bb1 Move Kubernetes assests into subdirectories
- 2d431d4 Merge pull request #322 from homeport/dependabot/go_modules/golang.org/x/net-0.17.0
- e5585da Bump golang.org/x/net from 0.16.0 to 0.17.0
- f1cda91 Merge pull request #321 from homeport/dependabot/go_modules/main/github.com/onsi/ginkgo/v2-2.13.0
- e2d462a Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0
- 50a46ce Tidy up test setup
- 629e941 Merge pull request #320 from homeport/dependabot/go_modules/main/github.com/onsi/gomega-1.28.0
- b01ecb9 Bump github.com/onsi/gomega from 1.27.10 to 1.28.0
- 3988187 Merge pull request #318 from homeport/dependabot/go_modules/main/github.com/onsi/ginkgo/v2-2.12.1
- ffe44d9 Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1
- 221a1e6 Update Go version in README
- 2a8b1e8 Bump Go version to
1.20
- 93a18e5 Merge pull request #314 from homeport/dependabot/go_modules/main/github.com/onsi/ginkgo/v2-2.12.0
- 450031b Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0
- a840ba7 Merge pull request #313 from homeport/dependabot/go_modules/main/github.com/onsi/gomega-1.27.10
- a4fdad5 Bump github.com/onsi/gomega from 1.27.8 to 1.27.10
What's Changed
- Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 by @dependabot in #313
- Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 by @dependabot in #314
- Bump Go version to
1.20
by @HeavyWombat in #315 - Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 by @dependabot in #318
- Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #320
- Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 by @dependabot in #321
- Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #322
- Support
apiVersion
andkind
in lists of Kubernetes items by @HeavyWombat in #323
Full Changelog: v1.5.8...v1.6.0