Skip to content

deps(aerospike): replace core module in go.mod#3116

Merged
mdelapenya merged 1 commit intotestcontainers:mainfrom
mdelapenya:update-aerospike
Apr 21, 2025
Merged

deps(aerospike): replace core module in go.mod#3116
mdelapenya merged 1 commit intotestcontainers:mainfrom
mdelapenya:update-aerospike

Conversation

@mdelapenya
Copy link
Member

@mdelapenya mdelapenya commented Apr 21, 2025

What does this PR do?

It replaces the core dependency in the go.mod file of the aerospike module.

Why is it important?

Keep modules in sync with core development.

Related issues

@mdelapenya mdelapenya requested a review from a team as a code owner April 21, 2025 22:55
@netlify
Copy link

netlify bot commented Apr 21, 2025

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 62c6828
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/6806ccd7f5e14300082aeed8
😎 Deploy Preview https://deploy-preview-3116--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mdelapenya mdelapenya added the dependencies Dependencies or external services label Apr 21, 2025
@mdelapenya mdelapenya self-assigned this Apr 21, 2025
@mdelapenya mdelapenya merged commit a1d9ba0 into testcontainers:main Apr 21, 2025
16 checks passed
@mdelapenya mdelapenya deleted the update-aerospike branch April 21, 2025 23:05
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Apr 22, 2025
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Apr 22, 2025
* main:
  deps(aerospike): replace core module in go.mod (testcontainers#3116)
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Apr 23, 2025
* main:
  deps(aerospike): replace core module in go.mod (testcontainers#3116)
mdelapenya added a commit that referenced this pull request Apr 24, 2025
* chore: move existint options to its own file

* feat(redis): add TLS support

* docs: enrich

* fix: connection string example

* docs: explain tls certs

* chore: bump go-redis to v9

* chore: rename variable

* chore: append TLS args to CMD

* chore: be opinionated on TLS setup

For more advanced use cases, please use the different functional options to override the CMD or the Entrypoint

* deps(aerospike): replace core module in go.mod (#3116)

* docs: document TLS options

* chore: use WithCmdArgs for the log level option

* chore: use WithCmdArgs for the snapshotting option

* chore: remove unused

* chore: use WithCmdArgs for the WithConfig option

* fix: document withLogLevel properly

* fix: redis-stack was incorrectly used

We were overriding the default CMD, when the image is not defining an entrypoint. So we were not honouring the entrypoint.sh script in the stack images

* fix: use proper schema

* chore: just declare options

* chore: disable redis port if TLS is enabled

Always use the 6379 port for the connection string

* chore: fold tmp dir creation

* chore: chore: remove direct import

* docs: typos

* docs: use doc links

* fix: remove tls certs on container termination

* docs: remove comment about internal details

* chore: bump tlscert to v0.2.0

* chore: handle errors while creating the certs

* chore: do not save the test certs to disk

* docs: fix comment

* chore: name returned elements for readability
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Apr 24, 2025
* main:
  feat(redis): add TLS support (testcontainers#3115)
  feat: add Docker Model Runner module (testcontainers#3106)
  feat: add toxiproxy module (testcontainers#3092)
  chore(ci): run core tests on Testcontainers Cloud (testcontainers#3117)
  deps(aerospike): replace core module in go.mod (testcontainers#3116)
  chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /modules and /examples (testcontainers#3114)
  chore(ci): revert codeql improvements for CI resiliency (testcontainers#3112)
  docs(socat): add missing version marker for new options (testcontainers#3111)
mdelapenya added a commit to xBlaz3kx/testcontainers-go that referenced this pull request Apr 24, 2025
* main:
  feat(postgres): add WithOrderedInitScripts for Postgres testcontainers (testcontainers#3121)
  feat(redis): add TLS support (testcontainers#3115)
  feat: add Docker Model Runner module (testcontainers#3106)
  feat: add toxiproxy module (testcontainers#3092)
  chore(ci): run core tests on Testcontainers Cloud (testcontainers#3117)
  deps(aerospike): replace core module in go.mod (testcontainers#3116)
  chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /modules and /examples (testcontainers#3114)
  chore(ci): revert codeql improvements for CI resiliency (testcontainers#3112)
  docs(socat): add missing version marker for new options (testcontainers#3111)
  deps: use pinned dependencies on GH actions (testcontainers#3110)
  chore(deps): bump jinja2 from 3.1.5 to 3.1.6 (testcontainers#3109)
  chore(ci): reduce GH runners usage by calling codeql in the lint stage (testcontainers#3108)
  deps(ci): use python 3.13 on Netlify deployments (testcontainers#3107)
mdelapenya added a commit to jm96441n/testcontainers-go that referenced this pull request Apr 24, 2025
* main:
  feat(postgres): add WithOrderedInitScripts for Postgres testcontainers (testcontainers#3121)
  feat(redis): add TLS support (testcontainers#3115)
  feat: add Docker Model Runner module (testcontainers#3106)
  feat: add toxiproxy module (testcontainers#3092)
  chore(ci): run core tests on Testcontainers Cloud (testcontainers#3117)
  deps(aerospike): replace core module in go.mod (testcontainers#3116)
  chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /modules and /examples (testcontainers#3114)
  chore(ci): revert codeql improvements for CI resiliency (testcontainers#3112)
  docs(socat): add missing version marker for new options (testcontainers#3111)
mdelapenya added a commit to georgespalding/testcontainers-go that referenced this pull request Apr 25, 2025
* main:
  feat(postgres): add WithOrderedInitScripts for Postgres testcontainers (testcontainers#3121)
  feat(redis): add TLS support (testcontainers#3115)
  feat: add Docker Model Runner module (testcontainers#3106)
  feat: add toxiproxy module (testcontainers#3092)
  chore(ci): run core tests on Testcontainers Cloud (testcontainers#3117)
  deps(aerospike): replace core module in go.mod (testcontainers#3116)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies or external services

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant