renovate-rancher[bot]
ccfd487762
Update gomod-k8sio-dependencies to v0.25.12
2023-08-10 20:30:06 +00:00
Colleen Murphy
0dfd6db27c
Merge pull request #435 from rancher/renovate/k8s.io-gengo-digest
...
Update k8s.io/gengo digest to ab3349d
2023-08-10 13:28:19 -07:00
Colleen Murphy
31ac73fc36
Merge pull request #437 from rancher/renovate/github.com-rancher-wrangler-1.x
...
Update module github.com/rancher/wrangler to v1.1.1
2023-08-10 13:27:01 -07:00
Colleen Murphy
5dafac2bb1
Merge pull request #439 from rancher/renovate/golangci-golangci-lint-1.x
...
Update dependency golangci/golangci-lint to v1.54.0
2023-08-10 13:25:29 -07:00
Colleen Murphy
26eda8d224
Merge pull request #440 from rancher/renovate/github.com-gorilla-websocket-1.x
...
Update module github.com/gorilla/websocket to v1.5.0
2023-08-10 13:25:16 -07:00
Colleen Murphy
81ca98e4c4
Merge pull request #441 from rancher/renovate/github.com-matryer-moq-0.x
...
Update module github.com/matryer/moq to v0.3.2
2023-08-10 13:24:54 -07:00
Colleen Murphy
6023342993
Merge pull request #444 from rancher/renovate/golang.org-x-tools-0.x
...
Update module golang.org/x/tools to v0.12.0
2023-08-10 13:22:05 -07:00
renovate-rancher[bot]
063e90a1fd
Update module golang.org/x/tools to v0.12.0
2023-08-10 04:37:29 +00:00
renovate-rancher[bot]
a57e72b241
Update module github.com/matryer/moq to v0.3.2
2023-08-10 04:37:03 +00:00
renovate-rancher[bot]
d8c66ad822
Update dependency golangci/golangci-lint to v1.54.0
2023-08-10 04:36:54 +00:00
renovate-rancher[bot]
2a038dccca
Update module github.com/rancher/wrangler to v1.1.1
2023-08-10 04:36:43 +00:00
Colleen Murphy
ccd31a4681
Merge pull request #447 from macedogm/security-bumps
...
Security bumps and remove unsued Dockerfile
2023-08-09 16:22:50 -07:00
Guilherme Macedo
5446507fd0
Security bumps and remove unsued Dockerfile
...
Signed-off-by: Guilherme Macedo <guilherme@gmacedo.com>
2023-08-09 13:49:20 -03:00
renovate-rancher[bot]
dfbcbfcbf4
Update module github.com/gorilla/websocket to v1.5.0
2023-04-30 06:36:56 +00:00
renovate-rancher[bot]
c99fa2627b
Update k8s.io/gengo digest to ab3349d
2023-04-29 06:36:21 +00:00
Caleb Bron
96b95e3475
Merge pull request #429 from rancher/deploy-renovate-2023-04-18-11-19-32
...
Add initial Renovate configuration
2023-04-28 11:54:00 -07:00
Ricardo Weir
d3552b0186
Merge pull request #431 from macedogm/bump-api-ui
...
Bump API-UI version
2023-04-26 14:11:26 -07:00
Guilherme Macedo
f26b9fcbeb
Bump API-UI version
...
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2023-04-25 16:33:01 -03:00
renovate-rancher[bot]
beda551098
Add initial Renovate configuration
2023-04-18 11:19:32 +00:00
Ricardo Weir
ae12f16649
Merge pull request #428 from rmweir/add-logs
...
Added logs to cluster extraction
2023-03-28 08:35:14 -07:00
Ricardo Weir
e7b7c9062f
Added logs to cluster extraction
2023-03-24 13:12:14 -07:00
Ricardo Weir
275a3e9219
Merge pull request #425 from rmweir/update-wrangler
...
Update wrangler to v1.1.0
2023-02-22 14:35:31 -07:00
Ricardo Weir
1c661fb05b
Update wrangler to v1.1.0
2023-02-21 15:43:20 -07:00
Ricardo Weir
34230bb278
Merge pull request #424 from rmweir/add-useragent-v2.7
...
[Forwardport] v2.7: Add ability to copy controller and add useragent
2023-01-09 17:44:59 -07:00
Ricardo Weir
2ab2ab38f4
Add ability to copy controller and add useragent
2022-12-28 18:18:58 -07:00
Chris Kim
32ef2e185b
Merge pull request #422 from jiaqiluo/support-125
...
Support K8s 1.25
2022-12-05 11:47:27 -07:00
Jiaqi Luo
29dae41a91
remove the checks on some return values, which was added recently by another PR, to make it work when being used in rancher
2022-12-02 20:27:19 -07:00
Jiaqi Luo
c943439888
ignore clusterName when it is not found(the metadata.clusterName field is completely removed in k8s 1.25)
2022-12-02 20:27:02 -07:00
Jiaqi Luo
7da3397589
bump k8s modules to support 1.25; bump rancher Lasso and Wrangler to the latest
2022-12-02 19:55:36 -07:00
Jiaqi Luo
711a86c497
bump the base image to Go 1.19 used for Dapper; and fix golangci-lint's compatibility issue when using GO 1.19
2022-12-02 19:55:36 -07:00
Jiaqi Luo
5d579d3486
bump Go to 1.19 and fix errores golangci-lint reports
2022-12-02 19:55:36 -07:00
Jiaqi Luo
a17959b3b8
remove the vendor directory as we do not use Go Vender anymore
2022-12-02 19:55:33 -07:00
Kinara Shah
19eed06537
Merge pull request #418 from steffantucker/dapper-update
...
Updated dapper files
2022-11-28 10:31:31 -08:00
Steffan Tucker
1e41884a06
Fix golangci-lint issues
...
As part of updating dapper files, golangci-lint was set to be used. This
caused a lot of lint issues to crop up, which this fixes.
2022-07-26 10:40:30 -06:00
Steffan Tucker
e8b47ab4c4
Updated dapper files
...
Migrated to SUSE containers, a newer version of Go, and using golangci-lint for all linting.
2022-07-26 10:40:30 -06:00
Colleen Murphy
e21cabdc65
Merge pull request #421 from rancher/EIO-1168-ignore-fossa-failures
...
EIO-1168: Ignore FOSSA failures
2022-07-19 12:31:18 -07:00
Lucas Ramage
fd0504752f
EIO-1168: Ignore FOSSA failures
2022-07-19 15:26:44 -04:00
Lucas Ramage
61b018639b
Merge pull request #409 from rancher/enable_fossa
...
enable fossa scanning
2022-07-01 11:06:27 -04:00
Kinara Shah
b74009fac3
Merge pull request #417 from kinarashah/k8s124
2022-06-27 15:25:20 -07:00
Kinara Shah
b38185fcf8
update k8s to v1.24
2022-06-27 13:11:30 -07:00
Kinara Shah
cba80063e7
Merge pull request #416 from jakefhyde/update-deprecated-message
2022-06-21 10:37:21 -07:00
Jake Hyde
7113b21724
Update Deprecated comment in controller template
...
Deprecated comments should begin with "Deprecated:" so it is recognized
by modern linters.
2022-06-10 18:30:15 -04:00
Colleen Murphy
6cf53c0913
Merge pull request #414 from KevinJoiner/cookie-token
...
updated cookie token size
2022-06-10 09:45:12 -07:00
Kevin Joiner
bbb7a54593
updated cookie token size
2022-06-09 11:34:57 -04:00
Ricardo Weir
4cc2f5a970
Merge pull request #413 from rmweir/only-update-change
...
[Forwardport] v2.6: Only update change
2022-05-20 15:57:14 -07:00
Ricardo Weir
c0d3c00cf1
Update lasso
2022-05-18 18:40:34 -07:00
Ricardo Weir
dd482e4939
Add generate package comment
2022-05-18 17:50:03 -07:00
Ricardo Weir
777953ddaf
Update template to use no change update env var
2022-05-18 17:50:03 -07:00
Ricardo Weir
5a324b6fc6
Merge pull request #412 from rmweir/remove-norman-metrics
...
Remove controller metrics
2022-05-17 16:04:00 -07:00
Ricardo Weir
20335edec8
Remove controller metrics
...
Norman metrics' labels have too high of a cardinality as they
include object key as a label. This is a problem because metrics
produces a data row for every combination of labels. This can
have a large impact on performance and is cautioned against in
the prometheus docs. Norman now uses lasso which has metrics with
matching functionality apart from the object key, so norman
metrics will be removed in favor of lasso metrics.
2022-04-27 11:45:54 -07:00