Skip to content

Releases: kubescape/storage

Release v0.0.161

13 Feb 12:48
5acf896
Compare
Choose a tag to compare
Merge pull request #196 from kubescape/lock

add timeout to storage locks

Release v0.0.160

11 Feb 10:30
bdcb0c3
Compare
Choose a tag to compare
Merge pull request #195 from kubescape/clean

notify watchers when cleanup deletes objects

Release v0.0.159

07 Feb 14:00
f4ac7a4
Compare
Choose a tag to compare

@hebestreit this is what we discussed in slack today, makes sense?

Release v0.0.158

06 Feb 09:49
cf7c950
Compare
Choose a tag to compare

Introducing the structs needed for call stack.

Release v0.0.156

31 Jan 08:45
4b48a8d
Compare
Choose a tag to compare
Merge pull request #193 from kubescape/fullspec

moved special resource versions to softwarecomposition

Release v0.0.155

30 Jan 08:16
5ccb4ea
Compare
Choose a tag to compare
Merge pull request #192 from kubescape/fullspec

add option to return full spec to watch events

Release v0.0.154

28 Jan 15:58
7d31d1a
Compare
Choose a tag to compare
Merge pull request #191 from kubescape/fullspec

add option to return full specs in GetList

Release v0.0.153

23 Jan 11:57
4aaba20
Compare
Choose a tag to compare
Merge pull request #189 from kubescape/re

fix one comment to trigger a release

Release v0.0.150

15 Jan 21:56
f7723c7
Compare
Choose a tag to compare

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 setting o.RecommendedOptions.Authorization to nil, as the endpoint only answers the API server.

Release v0.0.149

07 Jan 16:37
5d7cdf3
Compare
Choose a tag to compare
Merge pull request #183 from kubescape/list

GetList only returns metadata also for virtual CRDs