Skip to content

Commit ad6b7ed

Browse files
authored
Merge branch 'main' into fix-do-not-expose-ports-from-image
2 parents 94c1f8e + 44d970c commit ad6b7ed

File tree

207 files changed

+4942
-1420
lines changed

Some content is hidden

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

207 files changed

+4942
-1420
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/go
33
{
44
"name": "Go",
5-
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",
5+
"image": "mcr.microsoft.com/devcontainers/go:1.24-trixie",
66

77
// Features to add to the dev container. More info: https://containers.dev/features.
88
// "features": {},

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ updates:
2929
- /modules/couchbase
3030
- /modules/databend
3131
- /modules/dind
32+
- /modules/dockermcpgateway
3233
- /modules/dockermodelrunner
3334
- /modules/dolt
3435
- /modules/dynamodb
@@ -52,6 +53,7 @@ updates:
5253
- /modules/mssql
5354
- /modules/mysql
5455
- /modules/nats
56+
- /modules/nebulagraph
5557
- /modules/neo4j
5658
- /modules/ollama
5759
- /modules/openfga
@@ -67,6 +69,7 @@ updates:
6769
- /modules/registry
6870
- /modules/scylladb
6971
- /modules/socat
72+
- /modules/solace
7073
- /modules/surrealdb
7174
- /modules/toxiproxy
7275
- /modules/valkey

.github/workflows/ci-lint-go.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
make generate
4646
git --no-pager diff && [[ 0 -eq $(git status --porcelain | wc -l) ]]
4747
48+
- name: generate project files by modulegen
49+
if: ${{ inputs.project-directory == 'modulegen' }}
50+
working-directory: ./${{ inputs.project-directory }}
51+
shell: bash
52+
run: go run . refresh
53+
4854
- name: modTidy
4955
working-directory: ./${{ inputs.project-directory }}
5056
shell: bash

.github/workflows/ci-test-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Decide if Sonar must be run
119119
if: ${{ matrix.platform == 'ubuntu-latest' }}
120120
run: |
121-
if [[ "1.23.x" == "${{ inputs.go-version }}" ]] && \
121+
if [[ "1.24.x" == "${{ inputs.go-version }}" ]] && \
122122
[[ "true" != "${{ inputs.rootless-docker }}" ]] && \
123123
[[ "true" != "${{ inputs.testcontainers-cloud }}" ]] && \
124124
[[ "true" != "${{ inputs.ryuk-disabled }}" ]] && \

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- id: changed-files
2424
name: Get changed files
25-
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46.0.3
25+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
2626

2727
- id: set-modified-modules
2828
name: Set all modified modules
@@ -61,7 +61,7 @@ jobs:
6161
# We don't want to fail the build the soonest but identify which modules passed and failed.
6262
fail-fast: false
6363
matrix:
64-
go-version: [1.23.x, 1.24.x]
64+
go-version: [1.24.x, 1.25.x]
6565
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
6666
permissions:
6767
contents: read # for actions/checkout to fetch code
@@ -88,7 +88,7 @@ jobs:
8888
# We don't want to fail the build the soonest but identify which modules passed and failed.
8989
fail-fast: false
9090
matrix:
91-
go-version: [1.23.x, 1.24.x]
91+
go-version: [1.24.x, 1.25.x]
9292
uses: ./.github/workflows/ci-test-go.yml
9393
with:
9494
go-version: ${{ matrix.go-version }}
@@ -109,7 +109,7 @@ jobs:
109109
name: "Test with reaper off"
110110
strategy:
111111
matrix:
112-
go-version: [1.23.x, 1.24.x]
112+
go-version: [1.24.x, 1.25.x]
113113
uses: ./.github/workflows/ci-test-go.yml
114114
with:
115115
go-version: ${{ matrix.go-version }}
@@ -130,7 +130,7 @@ jobs:
130130
name: "Test with Rootless Docker"
131131
strategy:
132132
matrix:
133-
go-version: [1.23.x, 1.24.x]
133+
go-version: [1.24.x, 1.25.x]
134134
uses: ./.github/workflows/ci-test-go.yml
135135
with:
136136
go-version: ${{ matrix.go-version }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
56+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -67,7 +67,7 @@ jobs:
6767
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6868
# If this step fails, then you should remove it and run the build manually (see below)
6969
- name: Autobuild
70-
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
70+
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
7171

7272
# ℹ️ Command-line programs to run using the OS shell.
7373
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -80,6 +80,6 @@ jobs:
8080
# ./location_of_script_within_repo/buildscript.sh
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
83+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
8484
with:
8585
category: "/language:${{matrix.language}}"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151

5252
# required for Code scanning alerts
5353
- name: "Upload SARIF results to code scanning"
54-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
54+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5555
with:
5656
sarif_file: results.sarif

.vscode/.testcontainers-go.code-workspace

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
"name": "module / dind",
6666
"path": "../modules/dind"
6767
},
68+
{
69+
"name": "module / dockermcpgateway",
70+
"path": "../modules/dockermcpgateway"
71+
},
6872
{
6973
"name": "module / dockermodelrunner",
7074
"path": "../modules/dockermodelrunner"
@@ -157,6 +161,10 @@
157161
"name": "module / nats",
158162
"path": "../modules/nats"
159163
},
164+
{
165+
"name": "module / nebulagraph",
166+
"path": "../modules/nebulagraph"
167+
},
160168
{
161169
"name": "module / neo4j",
162170
"path": "../modules/neo4j"
@@ -217,6 +225,10 @@
217225
"name": "module / socat",
218226
"path": "../modules/socat"
219227
},
228+
{
229+
"name": "module / solace",
230+
"path": "../modules/solace"
231+
},
220232
{
221233
"name": "module / surrealdb",
222234
"path": "../modules/surrealdb"

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ verify_ssl = true
88
[packages]
99
mkdocs = "==1.5.3"
1010
mkdocs-codeinclude-plugin = "==0.2.1"
11-
mkdocs-include-markdown-plugin = "==7.1.5"
11+
mkdocs-include-markdown-plugin = "==7.1.7"
1212
mkdocs-material = "==9.5.18"
1313
mkdocs-markdownextradata-plugin = "==0.2.6"
1414

0 commit comments

Comments
 (0)