Skip to content

Commit 856a14e

Browse files
committed
fix: cleanup
Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent ecc1a06 commit 856a14e

File tree

188 files changed

+7852
-7769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+7852
-7769
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
#
1515
# SPDX-License-Identifier: Apache-2.0
1616

17-
.secrets/** filter=git-crypt diff=git-crypt
17+
.secrets/** filter=git-crypt diff=git-crypt

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,20 @@ about: Create a report to help us improve
44
title: ''
55
labels: kind/bug, needs/cloud, needs/priority, needs/triage
66
assignees: ''
7-
87
---
98

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
9+
**Describe the bug** A clear and concise description of what the bug is.
1210

13-
**To Reproduce**
14-
Steps to reproduce the behavior:
11+
**To Reproduce** Steps to reproduce the behavior:
1512

16-
**Expected behavior**
17-
A clear and concise description of what you expected to happen.
13+
**Expected behavior** A clear and concise description of what you expected to
14+
happen.
1815

19-
**Screenshots**
20-
If applicable, add screenshots to help explain your problem.
16+
**Screenshots** If applicable, add screenshots to help explain your problem.
2117

2218
**Configuration (please complete the following information):**
2319

2420
- Kubernetes: [e.g. GKE]
2521
- Version [e.g. 22]
2622

27-
**Additional context**
28-
Add any other context about the problem here.
23+
**Additional context** Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ about: Suggest an idea for this project
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
98

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
**Is your feature request related to a problem? Please describe.** A clear and
10+
concise description of what the problem is. Ex. I'm always frustrated when [...]
1211

13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
12+
**Describe the solution you'd like** A clear and concise description of what you
13+
want to happen.
1514

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
15+
**Describe alternatives you've considered** A clear and concise description of
16+
any alternative solutions or features you've considered.
1817

19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
18+
**Additional context** Add any other context or screenshots about the feature
19+
request here.

.github/actions/tools/Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -15,15 +15,15 @@
1515
FROM alpine:3.19
1616

1717
LABEL maintainer="Nicolas Lamirault <[email protected]>" \
18-
org.opencontainers.image.title="Tools for Portefaix project" \
19-
org.opencontainers.image.description="Tools from the Kubernetes ecosystem" \
20-
org.opencontainers.image.authors="Nicolas Lamirault <[email protected]>" \
21-
org.opencontainers.image.vendor="Portefaix" \
22-
org.opencontainers.image.documentation="https://github.com/portefaix/portefaix" \
23-
org.opencontainers.image.licenses="Apache 2.0" \
24-
org.opencontainers.image.url="https://github.com/portefaix/portefaix" \
25-
org.opencontainers.image.source="https://github.com/portefaix/portefaix" \
26-
org.opencontainers.image.version="0.1.0"
18+
org.opencontainers.image.title="Tools for Portefaix project" \
19+
org.opencontainers.image.description="Tools from the Kubernetes ecosystem" \
20+
org.opencontainers.image.authors="Nicolas Lamirault <[email protected]>" \
21+
org.opencontainers.image.vendor="Portefaix" \
22+
org.opencontainers.image.documentation="https://github.com/portefaix/portefaix" \
23+
org.opencontainers.image.licenses="Apache 2.0" \
24+
org.opencontainers.image.url="https://github.com/portefaix/portefaix" \
25+
org.opencontainers.image.source="https://github.com/portefaix/portefaix" \
26+
org.opencontainers.image.version="0.1.0"
2727

2828
RUN apk add --no-cache ca-certificates curl bash tar jq
2929

.github/workflows/cicd-otel.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
---
25
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
36
name: OpenTelemetry / Export
47

58
on:
69
workflow_run:
710
workflows:
8-
- "Argo / Build"
9-
- "Flux / Build"
10-
- "Project / Release Drafter"
11-
- "Project / Release labels"
12-
- "Project / Size PR"
11+
- "Argo / Build"
12+
- "Flux / Build"
13+
- "Project / Release Drafter"
14+
- "Project / Release labels"
15+
- "Project / Size PR"
1316

1417
types: [completed]
1518

@@ -40,17 +43,16 @@ jobs:
4043
# otlpHeaders: ${{ secrets.AXIOM_OTLP_HEADERS }}
4144
# githubToken: ${{ secrets.GITHUB_TOKEN }}
4245
# runId: ${{ github.event.workflow_run.id }}
43-
4446
otel-export-honeycomb:
4547
runs-on: ubuntu-latest
4648
steps:
47-
- uses: actions/checkout@v4
48-
- name: Export workflow to Honeycomb
49-
uses: corentinmusard/otel-cicd-action@v2
50-
with:
51-
otlpEndpoint: grpc://api.honeycomb.io:443/
52-
# Example value for HONEYCOMB_OTLP_HEADERS:
53-
# x-honeycomb-team=YOUR_API_KEY,x-honeycomb-dataset=YOUR_DATASET
54-
otlpHeaders: ${{ secrets.HONEYCOMB_OTLP_HEADERS }}
55-
githubToken: ${{ secrets.GITHUB_TOKEN }}
56-
runId: ${{ github.event.workflow_run.id }}
49+
- uses: actions/checkout@v4
50+
- name: Export workflow to Honeycomb
51+
uses: corentinmusard/otel-cicd-action@v2
52+
with:
53+
otlpEndpoint: grpc://api.honeycomb.io:443/
54+
# Example value for HONEYCOMB_OTLP_HEADERS:
55+
# x-honeycomb-team=YOUR_API_KEY,x-honeycomb-dataset=YOUR_DATASET
56+
otlpHeaders: ${{ secrets.HONEYCOMB_OTLP_HEADERS }}
57+
githubToken: ${{ secrets.GITHUB_TOKEN }}
58+
runId: ${{ github.event.workflow_run.id }}

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ repos:
127127
- repo: https://github.com/python-jsonschema/check-jsonschema
128128
rev: 0.33.3
129129
hooks:
130-
- id: check-github-actions
131-
name: "✅ github-actions / Validate Github Actions configuration"
132-
stages: [pre-commit]
130+
- id: check-github-actions
131+
name: "✅ github-actions / Validate Github Actions configuration"
132+
stages: [pre-commit]
133133
- repo: https://github.com/python-jsonschema/check-jsonschema
134134
rev: 0.33.3
135135
hooks:
136-
- id: check-github-workflows
137-
name: "✅ github-actions / Validate Github Actions workflow"
138-
stages: [pre-commit]
136+
- id: check-github-workflows
137+
name: "✅ github-actions / Validate Github Actions workflow"
138+
stages: [pre-commit]
60 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)