Releases: kubescape/storage
Releases · kubescape/storage
Release v0.0.161
Merge pull request #196 from kubescape/lock add timeout to storage locks
Release v0.0.160
Merge pull request #195 from kubescape/clean notify watchers when cleanup deletes objects
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