Skip to content

Commit

Permalink
Merge branch 'main' into session-ids
Browse files Browse the repository at this point in the history
* main:
  chore(deps): bump mkdocs-material from 8.2.7 to 9.2.8 (testcontainers#1580)
  feat: add Elasticsearch module (testcontainers#1574)
  • Loading branch information
mdelapenya committed Sep 6, 2023
2 parents 255a62a + 888c3f0 commit 1a5dd94
Show file tree
Hide file tree
Showing 17 changed files with 1,011 additions and 158 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@ updates:
all:
patterns:
- '*'
- package-ecosystem: gomod
directory: /modules/elasticsearch
schedule:
interval: monthly
day: sunday
open-pull-requests-limit: 3
rebase-strategy: disabled
groups:
all:
patterns:
- '*'
- package-ecosystem: gomod
directory: /modules/k3s
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
matrix:
go-version: [1.20.x, 1.x]
platform: [ubuntu-latest, macos-latest]
module: [artemis, clickhouse, compose, couchbase, k3s, localstack, mariadb, mongodb, mysql, nats, neo4j, postgres, pulsar, redis, redpanda, vault]
module: [artemis, clickhouse, compose, couchbase, elasticsearch, k3s, localstack, mariadb, mongodb, mysql, nats, neo4j, postgres, pulsar, redis, redpanda, vault]
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: ${{ matrix.go-version }}
Expand Down
4 changes: 4 additions & 0 deletions .vscode/.testcontainers-go.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"name": "module / couchbase",
"path": "../modules/couchbase"
},
{
"name": "module / elasticsearch",
"path": "../modules/elasticsearch"
},
{
"name": "module / k3s",
"path": "../modules/k3s"
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
mkdocs = "==1.5.2"
mkdocs-codeinclude-plugin = "==0.2.1"
mkdocs-material = "==9.2.6"
mkdocs-material = "==9.2.8"
mkdocs-markdownextradata-plugin = "==0.2.5"

[requires]
Expand Down
165 changes: 11 additions & 154 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a5dd94

Please sign in to comment.