Releases: kgrep-org/kgrep
Releases · kgrep-org/kgrep
v0.5.1
What's Changed
- Bump github.com/hbelmiro/go-kube-get from 0.1.0 to 0.1.1 by @dependabot[bot] in #164
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #165
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #166
- Bump k8s.io/client-go from 0.33.3 to 0.33.4 by @dependabot[bot] in #168
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #171
- Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #172
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #176
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #175
- Bump k8s.io/client-go from 0.33.4 to 0.34.1 by @dependabot[bot] in #178
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #179
- Bump github.com/hbelmiro/go-kube-get from 0.1.1 to 0.1.2 by @dependabot[bot] in #180
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Added the
--all-namespacesoption by @hbelmiro in #156 - Split large integration test file by command by @hbelmiro in #157
- Removed enumeration of integration tests from documentation by @hbelmiro in #158
- Bump k8s.io/api from 0.33.2 to 0.33.3 by @dependabot[bot] in #159
- Bump k8s.io/client-go from 0.33.2 to 0.33.3 by @dependabot[bot] in #161
- Added Homebrew installation instructions to README by @hbelmiro in #162
- Set correct permissions for release workflow by @hbelmiro in #163
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- Remove tar.gz archives for Windows builds, keep only zip format by @hbelmiro in #146
- Hide usage on runtime errors, show on syntax errors by @hbelmiro in #150
- Added support for cluster-scoped resources like namespaces by @hbelmiro in #151
- Removed unnecessary switches and relied on the go-kube-get library by @hbelmiro in #152
- Fixed resources highlight by @hbelmiro in #153
- Bump github.com/hbelmiro/go-kube-get from 0.1.0-alpha to 0.1.0 by @dependabot in #154
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Improved README.md by @hbelmiro in #140
- Added DeepWiki badge by @hbelmiro in #141
- Added multi-architecture/so to the build process by @hbelmiro in #142
- Added integration tests by @hbelmiro in #144
- Integrated go-kube-get library for improved resource discovery by @hbelmiro in #145
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Bump quarkus.platform.version from 3.22.1 to 3.22.2 by @dependabot in #119
- Bump quarkus.platform.version from 3.22.2 to 3.22.3 by @dependabot in #120
- Add support for default namespace handling and implement grepping without namespace for logs by @hbelmiro in #126
- Reordered assertions in
ConfigMapsCommandTestfor improved test clarity and consistency by @hbelmiro in #128 - Revert "Upgraded to Java 24 (#104)" by @hbelmiro in #127
- Bump quarkus.platform.version from 3.22.3 to 3.23.3 by @dependabot in #124
- Bump quarkus.platform.version from 3.23.3 to 3.23.4 by @dependabot in #129
- Bump quarkus.platform.version from 3.23.4 to 3.24.1 by @dependabot in #130
- Code migrated to Go by @hbelmiro in #131
- Bump k8s.io/apimachinery from 0.30.0 to 0.33.2 by @dependabot in #132
- Bump k8s.io/client-go from 0.30.0 to 0.33.2 by @dependabot in #133
- Removed old Java code by @hbelmiro in #135
- Updated release process by @hbelmiro in #136
- Fixed release by @hbelmiro in #137
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Fixed
NullPointerExceptionin theresourcescommand when not setting a namespace by @hbelmiro in 5574aa0
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Decoupled getResources and actual grep by @hbelmiro in #100
- Bump quarkus.platform.version from 3.19.2 to 3.19.3 by @dependabot in #101
- Added new
resourcescommand to grep any kind of resources by @hbelmiro in #102 - Bump quarkus.platform.version from 3.19.3 to 3.19.4 by @dependabot in #105
- Bump quarkus.platform.version from 3.19.4 to 3.21.0 by @dependabot in #107
- Bump surefire-plugin.version from 3.5.2 to 3.5.3 by @dependabot in #108
- Bump quarkus.platform.version from 3.21.0 to 3.21.1 by @dependabot in #109
- Upgraded to Java 24 by @hbelmiro in #104
- Bump quarkus.platform.version from 3.21.1 to 3.21.2 by @dependabot in #110
- Bump quarkus.platform.version from 3.21.2 to 3.21.3 by @dependabot in #111
- Namespace is now optional by @hbelmiro in #112
- Bump quarkus.platform.version from 3.21.3 to 3.21.4 by @dependabot in #113
- Added info about unverified app on macOS by @hbelmiro in #114
- Bump quarkus.platform.version from 3.21.4 to 3.22.1 by @dependabot in #115
- Improved README.md by @hbelmiro in #116
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Upgraded Java to 23 by @hbelmiro in #92
- Bump quarkus.platform.version from 3.17.2 to 3.19.2 by @dependabot in #91
- Changed how a task is submited in ResourceGrepper.java by @hbelmiro in #93
- Added support for Secrets by @hbelmiro in #94
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Bump quarkus.platform.version from 3.14.3 to 3.14.4 by @dependabot in #58
- Bump quarkus.platform.version from 3.14.4 to 3.15.1 by @dependabot in #60
- Bump surefire-plugin.version from 3.5.0 to 3.5.1 by @dependabot in #61
- Bump quarkus.platform.version from 3.15.1 to 3.16.1 by @dependabot in #65
- Bump surefire-plugin.version from 3.5.1 to 3.5.2 by @dependabot in #66
- Bump quarkus.platform.version from 3.16.1 to 3.16.2 by @dependabot in #67
- Bump quarkus.platform.version from 3.16.2 to 3.16.3 by @dependabot in #68
- Bump quarkus.platform.version from 3.16.3 to 3.16.4 by @dependabot in #69
- Bump quarkus.platform.version from 3.16.4 to 3.17.0 by @dependabot in #70
- Bump quarkus.platform.version from 3.17.0 to 3.17.2 by @dependabot in #71
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by @dependabot in #74
- Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 by @dependabot in #76
- Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 by @dependabot in #77
- Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 by @dependabot in #78
- Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 by @dependabot in #81
- Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 by @dependabot in #83
- Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 by @dependabot in #88
- Added support for Service Accounts by @hbelmiro in #90
Full Changelog: v0.0.7...v0.1.0
v0.0.7
What's Changed
- Bump surefire-plugin.version from 3.3.1 to 3.4.0 by @dependabot in #51
- Bump quarkus.platform.version from 3.13.2 to 3.13.3 by @dependabot in #52
- Bump surefire-plugin.version from 3.4.0 to 3.5.0 by @dependabot in #53
- Bump quarkus.platform.version from 3.13.3 to 3.14.1 by @dependabot in #54
- Bump quarkus.platform.version from 3.14.1 to 3.14.2 by @dependabot in #55
- Bump quarkus.platform.version from 3.14.2 to 3.14.3 by @dependabot in #56
Full Changelog: v0.0.6...v0.0.7