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
Eric Promislow
13959d3634
Merge pull request #232 from rancher/renovate/github.com-rancher-lasso-digest
...
chore(deps): update github.com/rancher/lasso digest to a400541
2024-08-06 15:58:45 -07:00
renovate-rancher[bot]
f6fe746245
chore(deps): update github.com/rancher/lasso digest to a400541
2024-08-06 05:11:48 +00:00
Alejandro Ruiz
435e220795
fix(accesscontrol): CacheKey could not be stable
2024-07-31 10:24:23 +02: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
Silvio Moioli
88fd70abbd
sql: drop dead code
...
Signed-off-by: Silvio Moioli <silvio@moioli.net>
2024-07-05 16:08:56 +02:00
Silvio Moioli
cb311a8ce5
sql: remove spurious log line
...
Signed-off-by: Silvio Moioli <silvio@moioli.net>
2024-07-05 10:19:07 +02:00
Michael Bolot
22a06dd14f
Merge pull request #230 from MbolotSuse/apigroups-fix
...
Adding APIGroups back to the schema
2024-07-03 08:25:54 -05:00
Michael Bolot
e7a76d14f0
Adding APIGroups back to the schema
...
Prior schema calculations started with openapiv2 models which included a
model for APIGroups. However, new schema calculations use
ServerGroupsAndResources first, which omitted these values. This
re-adds this type using a static schema.
2024-07-02 13:27:04 -05:00
Tom Lebreux
9ac9be9c0e
Fix missing fields in schema definition endpoint ( #215 )
2024-06-17 10:52:19 -04:00
Vardhaman Surana
d0f58fc918
Merge pull request #224 from vardhaman22/k8s-1.30
...
k8s 1.30 dependencies update
2024-06-11 23:24:28 +05:30
vardhaman22
4f4dae49af
updated golangci lint version to v1.59.0
2024-06-05 23:09:37 +05:30
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
nflynt
4cf4e6b385
Merge pull request #218 from nflynt/drone2gha
...
Migrate from Drone to GHA
2024-05-28 14:29:26 -04:00
nflynt
3e6d25417d
Pin golangci by commit ID rather than version tag
...
Co-authored-by: Tom Lebreux <me@tomlebreux.com>
2024-05-28 10:13:21 -04:00
Nicholas Flynt
f3d2a72abd
Remove drone integration
...
Note: this also removes the FOSSA step! Be sure we create an issue
to re-add this at a later date, if we decide to do that.
2024-05-24 13:04:38 -04:00
Nicholas Flynt
9137045d72
Take a stab at getting golangci-lint working
2024-05-24 12:50:53 -04:00
Nicholas Flynt
4bd1e2e7d8
First stab at a GHA for build/test
2024-05-24 12:35:07 -04:00
Michael Bolot
ce206c942e
Merge pull request #202 from MbolotSuse/schema-fix-1
...
Fixing schema definitions bugs
2024-05-15 09:04:42 -05:00
Michael Bolot
c6b887c1cb
Fixing schema definitions bugs
...
Fixes two bugs with the schema definitions:
- Adds resources that are a part of the baseSchema (but aren't k8s resources).
- Adds logic to handle resources which aren't in a prefered version, but
are still in some version.
2024-05-15 08:43:35 -05:00
Kinara Shah
a9bf8c7e9c
Merge pull request #207 from krunalhinguu/rancher-1.29
...
[v1.29] Bump dependencies to support k8s 1.29
2024-05-10 10:53:29 -07:00
Eric Promislow
7a9a1c07c4
Revert "Bump k8s dependencies from version 0.28.6 to 0.29.3"
...
This reverts commit 0066726cbe
.
2024-05-08 14:08:15 -07:00
Eric Promislow
2c4b19ecfe
Merge pull request #206 from ericpromislow/45350-support-k8s-1.29
...
Bumping version 0.28.6 to 0.29.3 for k8s dependencies.
2024-05-08 13:46:05 -07:00
Krunal Hingu
030241985d
bump versions for k8s 1.29.3
2024-05-04 06:49:19 +05:30
Eric Promislow
0066726cbe
Bump k8s dependencies from version 0.28.6 to 0.29.3
2024-05-03 11:46:32 -07:00
Eric Promislow
43fc03f64b
Merge pull request #200 from ericpromislow/fix-steve-readme-CollectionFormatter-duplication
...
Fix the sample formatter code.
2024-04-24 15:46:14 -07:00
Eric Promislow
18ff2ebb7a
Fix the sample formatter code.
2024-04-22 10:26:00 -07:00
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
Ricardo Weir
d42a5bc545
Skip key generation if cache disabled ( #170 )
2024-04-19 09:43:15 -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
Michael Bolot
bcba9d5e3b
Merge pull request #180 from MbolotSuse/flaky-test
...
Attempting to fix flaky tests
2024-04-04 08:23:08 -05:00
Michael Bolot
0e9fde750f
Attempting to fix flaky tests
...
Some tests which relied on timeouts were a bit flaky in CI. This PR
refactors a few of them to work on a more reliable method of receiving
from a channel and raises the timeout of another test.
2024-04-03 15:32:23 -05:00
Diogo Souza
46e3638cd8
changing permission for kubeconfig file inside the shell pod ( #166 )
...
* changing permission for kubeconfig file inside the shell pod
* creating unit tests for the changes done
2024-04-03 13:33:37 -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
Michael Bolot
863d917f6d
Merge pull request #175 from MbolotSuse/renovate-bumps-march
...
Renovate bumps
2024-03-22 16:01:13 -05:00
Michael Bolot
c52c626b0e
Fixing validate script
2024-03-22 15:56:00 -05: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]
216e53edbc
chore(deps): update registry.suse.com/bci/golang docker tag to v1.22
2024-03-22 15:12:59 -05:00