Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .aspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ allowed:
- namespaces
- http
- CORS
- dataplaneapi
- usr
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: commit-policy
uses: docker://ghcr.io/haproxytech/commit-check:5.1.1
uses: docker://ghcr.io/haproxytech/commit-check:5.2.0
env:
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
generate:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ commit-policy:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
image:
name: $CI_REGISTRY_GO/commit-check:5.1.1
name: $CI_REGISTRY_GO/commit-check:5.2.0
entrypoint: [""]
tags:
- go
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TARGETPLATFORM?=linux/amd64
GOOS?=linux
GOARCH?=amd64
GOLANGCI_LINT_VERSION=1.64.5
CHECK_COMMIT=5.0.4
CHECK_COMMIT=5.2.0

.PHONY: test
test:
Expand Down
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ COPY /fs /

RUN apk --no-cache add socat openssl util-linux htop tzdata curl libcap && \
rm -f /usr/local/bin/dataplaneapi /usr/bin/dataplaneapi /etc/haproxy/dataplaneapi.yml && \
rm -f /usr/local/bin/dataplaneapi-v2 /usr/bin/dataplaneapi-v2 && \
chgrp -R haproxy /usr/local/etc/haproxy /run /var && \
chmod -R ug+rwx /usr/local/etc/haproxy /run /var && \
setcap 'cap_net_bind_service=+ep' /usr/local/sbin/haproxy && \
Expand Down
Loading