This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-kubernetes-provider.git
from 848ac99e Fix for
service.beta.kubernetes.io/cloudstack-load-balancer-proxy-protocol (#74)
add d574db85 Update golangci configuration to latest version
add 95521ebd Update github actions
add ab5f23d4 Add instructions for debugging
add e3a86b60 Update dockerfile to use caching for go modules
add 8db1bc6f Minor fixups
add 649bbe7e add license to .golangci.yml
add 5da36a7b Add CodeQL & test coverage on PRs
new db5721ce Update debugging docs, GitHub Actions and golangci config #84
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build-docker-image.yml | 4 +-
.github/workflows/build.yml | 14 ++++-
.../{golangci-lint.yml => codeql-analysis.yml} | 32 ++++++----
.github/workflows/golangci-lint.yml | 6 +-
.gitignore | 29 +++++++++
.golangci.yml | 70 +++++++++++++---------
Dockerfile | 7 ++-
Makefile | 15 +++--
README.md | 41 ++++++++++++-
cloudstack_loadbalancer.go | 4 +-
10 files changed, 165 insertions(+), 57 deletions(-)
copy .github/workflows/{golangci-lint.yml => codeql-analysis.yml} (61%)