Releases: kubescape/storage
Releases · kubescape/storage
Release v0.0.159
@hebestreit this is what we discussed in slack today, makes sense?
Release v0.0.158
Introducing the structs needed for call stack.
Release v0.0.156
Merge pull request #193 from kubescape/fullspec moved special resource versions to softwarecomposition
Release v0.0.155
Merge pull request #192 from kubescape/fullspec add option to return full spec to watch events
Release v0.0.154
Merge pull request #191 from kubescape/fullspec add option to return full specs in GetList
Release v0.0.153
Merge pull request #189 from kubescape/re fix one comment to trigger a release
Release v0.0.150
This pull request includes changing the pkg/cmd/server/start.go
file to disable authorization for the internal endpoint. Storage is only publishing an endpoint for the Kubernetes API Server (internal endpoint) and there is no point in verifying authorization when it is already done by this stage by the Kubernetes API Server.
pkg/cmd/server/start.go
: Disabled authorization by settingo.RecommendedOptions.Authorization
tonil
, as the endpoint only answers the API server.
Release v0.0.149
Merge pull request #183 from kubescape/list GetList only returns metadata also for virtual CRDs
Release v0.0.148
What's Changed
- bump depencencies by @matthyx in #159
- cleanup application profiles with missing wlid or instance id annotation (when relevancy is enabled) by @amirmalka in #182
Full Changelog: v0.0.146...v0.0.148
Release v0.0.146
improve searching in CIDR ranges using cidranger (#181) * improve searching in CIDR ranges using cidranger Signed-off-by: Amir Malka <[email protected]> * improve searching in CIDR ranges using cidranger Signed-off-by: Amir Malka <[email protected]> * fix Signed-off-by: Amir Malka <[email protected]> * remove known servers Signed-off-by: Amir Malka <[email protected]> --------- Signed-off-by: Amir Malka <[email protected]>