1
0
mirror of https://github.com/rancher/steve.git synced 2025-04-27 19:05:09 +00:00
Commit Graph

129 Commits

Author SHA1 Message Date
Eric Promislow
e612a6ac52
Merge pull request #204 from rancher/renovate/github.com-urfave-cli-v2-2.x
chore(deps): update module github.com/urfave/cli/v2 to v2.27.3
2024-08-06 15:59:21 -07:00
renovate-rancher[bot]
f6fe746245
chore(deps): update github.com/rancher/lasso digest to a400541 2024-08-06 05:11:48 +00:00
renovate-rancher[bot]
96eb9c6b32
chore(deps): update module github.com/urfave/cli/v2 to v2.27.3 2024-07-25 04:48:38 +00:00
Tom Lebreux
4787160614
Bump wrangler to v3.0.0 (#239)
and other dependencies that also bumps wrangler
2024-07-09 09:08:09 -04:00
Silvio Moioli
0841e03c57
sql: bugfix: return total resource count correctly (#236)
* sql: drop dead code

Signed-off-by: Silvio Moioli <silvio@moioli.net>

* sql: bugfix: return total resource count correctly

Signed-off-by: Silvio Moioli <silvio@moioli.net>

* adapt tests

Signed-off-by: Silvio Moioli <silvio@moioli.net>

* adapt mocks

Signed-off-by: Silvio Moioli <silvio@moioli.net>

* TEMP: remove this when bumping lasso to include https://github.com/rancher/lasso/pull/84

Signed-off-by: Silvio Moioli <silvio@moioli.net>

* Use latest lasso instead of fork

---------

Signed-off-by: Silvio Moioli <silvio@moioli.net>
Co-authored-by: Tom Lebreux <tom.lebreux@suse.com>
2024-07-05 16:17:16 -04:00
vardhaman22
8f3d2e8f21 go generate and go mod tidy 2024-06-05 23:08:15 +05:30
vardhaman22
c9babc682d updated apiserver and dynamiclistener 2024-06-05 23:03:40 +05:30
vardhaman22
dae842ea98 updated wrangler from v2 to v3
also updated k8s dependencies to v0.30.1
2024-06-05 22:53:08 +05:30
Silvio Moioli
7a84620e8b
SQLite backed cache (#223)
This uses SQLite-backed informers provided by Lasso with https://github.com/rancher/lasso/pull/65 to implement Steve API (/v1/) functionality.

This new functionality is available behind a feature flag to be specified at Steve startup

See https://confluence.suse.com/pages/viewpage.action?pageId=1359086083 

Co-authored-by: Ricardo Weir <ricardo.weir@suse.com>
Co-authored-by: Michael Bolot <michael.bolot@suse.com>
Co-authored-by: Silvio Moioli <silvio@moioli.net>
Signed-off-by: Silvio Moioli <silvio@moioli.net>
2024-06-05 16:17:12 +02:00
Krunal Hingu
030241985d bump versions for k8s 1.29.3 2024-05-04 06:49:19 +05:30
Tom Lebreux
b3bd0b85d2
Bump various dependencies to downgrade prometheus to v1.16.0 (#196)
Fixes incompatiblity with k8s 1.28
2024-04-19 10:43:29 -04:00
renovate-rancher[bot]
dc4a394d55
chore(deps): update module github.com/rancher/dynamiclistener to v0.5.0-rc4 (#188)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2024-04-12 10:51:11 -04:00
renovate-rancher[bot]
f042b7d545
chore(deps): update k8s.io/kube-openapi digest to dc4e619 (#177)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2024-04-12 10:45:48 -04:00
renovate-rancher[bot]
ee5c83bb1c
chore(deps): update rancher 2.9 packages (#193)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2024-04-12 10:42:09 -04:00
Tom Lebreux
9b00eb3a7f
Various dependency bumps (#179)
* Bump wrangler to v2.2.0-rc1

* Bump dynamiclistener to v0.5.0-rc3

* Bump apiserver to 0dbf81039822340de2905a7e12b096d5a717b739

* Bump norman to dd207ee11dda52ef503af578a2e861b78b97eedf

* Bump remotedialer to v0.3.1
2024-03-26 15:11:24 -04:00
renovate-rancher[bot]
b77040f74e Update k8s.io/kube-openapi digest to 70dd376 2024-03-22 15:47:53 -05:00
renovate-rancher[bot]
e3137d6fbd Update module github.com/prometheus/client_golang to v1.19.0 2024-03-22 15:47:53 -05:00
renovate-rancher[bot]
cc5d0936d7 Update module golang.org/x/sync to v0.6.0 2024-03-22 15:47:53 -05:00
renovate-rancher[bot]
c9d4da92e7 Update module github.com/gorilla/mux to v1.8.1 2024-03-22 15:47:53 -05:00
renovate-rancher[bot]
f5c3c4db75 Update module github.com/gorilla/websocket to v1.5.1 2024-03-22 15:47:53 -05:00
Michael Bolot
51e85d9e4b Bumping go version to 1.22
Also bumps golangci-lint 1.57.1
2024-03-22 15:47:46 -05:00
renovate-rancher[bot]
3c1e7f232d Update module github.com/urfave/cli to v2 2024-03-22 15:11:11 -05:00
renovate-rancher[bot]
3a6db0f09a Update module github.com/stretchr/testify to v1.9.0 2024-03-22 15:08:26 -05:00
renovate-rancher[bot]
09ea8b0384 Update module github.com/rancher/wrangler/v2 to v2.1.4 2024-03-22 15:07:27 -05:00
Michael Bolot
641178e7cb
Merge pull request #139 from MbolotSuse/resource-schema
Resource schema
2024-02-28 10:10:51 -06:00
Michael Bolot
40f6b10fc7 Adding schema definitions endpoint
Introduces new schema definitions endpoint, allowing the caller to get
the fields/types/descriptions for a given kubernetes resource.
2024-02-26 15:42:03 -06:00
Michael Bolot
3f65942a6a Tests for Reducing number of generated schemas 2024-02-26 15:39:41 -06:00
Chirayu Kapoor
a7ba1cdc8c
Bump dependencies to support k8s 1.28 | January Patch
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
2024-02-08 19:49:13 +05:30
Peter Matseykanets
be7dccb37f
[2.9] Fixes (#154) 2024-02-07 15:22:15 -05:00
Kevin Joiner
e35a044d5a Bumps rancher/wrangler to it's tagged v2 version.
The previous wrangler commit included all of the v2 changes.
Except for the import paths changes.
2024-01-24 10:24:01 -05:00
vardhaman22
c8b08e8250 skip linting rules
these linting rules are enabled by default now in latest golangci-lint revive pluign
2023-08-31 21:38:46 +05:30
vardhaman22
ebc8b721a8 updated deps for k8s 1.27 2023-08-23 00:42:52 +05:30
renovate-rancher[bot]
dfb3192ce9
chore(deps): update github.com/rancher/norman digest to 078862e 2023-08-11 15:41:41 +00:00
renovate-rancher[bot]
8517a24e22
chore(deps): update github.com/rancher/apiserver digest to d134152 2023-08-11 15:35:11 +00:00
Colleen Murphy
80846797f9
Merge pull request #99 from rancher/renovate/github.com-sirupsen-logrus-1.x
chore(deps): update module github.com/sirupsen/logrus to v1.9.3
2023-08-10 14:21:20 -07:00
Colleen Murphy
96e2a849d7
Merge pull request #94 from rancher/renovate/github.com-adrg-xdg-0.x
chore(deps): update module github.com/adrg/xdg to v0.4.0
2023-08-10 14:19:28 -07:00
renovate-rancher[bot]
99cf256689 chore(deps): update module k8s.io/klog to v2 2023-08-10 15:52:43 -04:00
renovate-rancher[bot]
7c49f34827
chore(deps): update module github.com/sirupsen/logrus to v1.9.3 2023-08-10 18:54:50 +00:00
renovate-rancher[bot]
d3bd2ae53d
chore(deps): update github.com/rancher/apiserver digest to de731cd 2023-08-10 18:54:32 +00:00
Jonathan Crowther
97194fb980
Merge pull request #100 from rancher/renovate/github.com-urfave-cli-v2-2.x
chore(deps): update module github.com/urfave/cli/v2 to v2.25.7
2023-08-10 14:51:41 -04:00
Jonathan Crowther
dfc0b92be7
Merge pull request #85 from rancher/renovate/github.com-rancher-norman-digest
chore(deps): update github.com/rancher/norman digest to ccd31a4
2023-08-10 14:42:06 -04:00
Jonathan Crowther
da7ecef2bb
Merge pull request #96 from rancher/renovate/github.com-prometheus-client_golang-1.x
chore(deps): update module github.com/prometheus/client_golang to v1.16.0
2023-08-10 14:41:35 -04:00
Jonathan Crowther
4c82d37181
Merge pull request #86 from rancher/renovate/github.com-rancher-pkg-digest
chore(deps): update github.com/rancher/pkg digest to b04c094
2023-08-10 14:37:12 -04:00
Jonathan Crowther
ba5c979324
Merge pull request #90 from rancher/renovate/github.com-rancher-wrangler-1.x
chore(deps): update module github.com/rancher/wrangler to v1.1.1
2023-08-10 14:35:21 -04:00
renovate-rancher[bot]
cabea84725
chore(deps): update module github.com/urfave/cli/v2 to v2.25.7 2023-08-10 18:25:30 +00:00
renovate-rancher[bot]
7f074294d8
chore(deps): update module github.com/prometheus/client_golang to v1.16.0 2023-08-10 18:25:15 +00:00
renovate-rancher[bot]
33dc24bc15
chore(deps): update module github.com/adrg/xdg to v0.4.0 2023-08-10 18:25:08 +00:00
renovate-rancher[bot]
45c68fa1b9
chore(deps): update module github.com/rancher/wrangler to v1.1.1 2023-08-10 18:25:01 +00:00
renovate-rancher[bot]
5f8dca1998
chore(deps): update module github.com/pborman/uuid to v1.2.1 2023-08-10 18:24:52 +00:00
renovate-rancher[bot]
fbcee62c6e
chore(deps): update github.com/rancher/pkg digest to b04c094 2023-08-10 18:24:38 +00:00