Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use fixed version in k3s module #1225

Merged

Conversation

mritunjaysharma394
Copy link
Contributor

@mritunjaysharma394 mritunjaysharma394 commented May 23, 2023

What does this PR do?

Fixes version of k3s to pull its docker image.

cc @mdelapenya

Signed-off-by: Mritunjay <mritunjaysharma394@gmail.com>
@mritunjaysharma394 mritunjaysharma394 requested a review from a team as a code owner May 23, 2023 14:03
@netlify
Copy link

netlify bot commented May 23, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit ad98f0e
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/646cc79ff319a40008981c7d
😎 Deploy Preview https://deploy-preview-1225--testcontainers-go.netlify.app/modules/k3s
📱 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 settings.

Copy link
Collaborator

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the quick fix 👏

@mdelapenya mdelapenya self-assigned this May 23, 2023
@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label May 23, 2023
@mdelapenya mdelapenya changed the title k3s modules: fixes image version chore: use fixed version in k3s module May 23, 2023
@sonarcloud
Copy link

sonarcloud bot commented May 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mdelapenya
Copy link
Collaborator

I tested it locally, and it works. I'm merging it without the CI checks because the CI is currently under heavy load.

@mdelapenya mdelapenya merged commit 59feffc into testcontainers:main May 23, 2023
57 of 58 checks passed
mdelapenya added a commit that referenced this pull request May 24, 2023
…ent-go-0.27.2

* main:
  chore(deps): bump google.golang.org/api from 0.121.0 to 0.123.0 in /examples (#1229)
  chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1228)
  chore: use fixed version in k3s module (#1225)
mdelapenya added a commit that referenced this pull request May 24, 2023
…go-0.3.15

* main:
  chore(deps): bump k8s.io/client-go from 0.22.5 to 0.27.2 in /modules/k3s (#1211)
  chore(deps): bump go.mongodb.org/mongo-driver in /examples/mongodb (#1092)
  chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 in /modules/neo4j (#1206)
  chore(deps): bump github.com/twmb/franz-go in /modules/redpanda (#1201)
  chore(deps): bump google.golang.org/api from 0.121.0 to 0.123.0 in /examples (#1229)
  chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1228)
  chore: use fixed version in k3s module (#1225)
mdelapenya added a commit that referenced this pull request May 24, 2023
* main:
  chore(deps): bump k8s.io/client-go from 0.22.5 to 0.27.2 in /modules/k3s (#1211)
  chore(deps): bump go.mongodb.org/mongo-driver in /examples/mongodb (#1092)
  chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 in /modules/neo4j (#1206)
  chore(deps): bump github.com/twmb/franz-go in /modules/redpanda (#1201)
  chore(deps): bump google.golang.org/api from 0.121.0 to 0.123.0 in /examples (#1229)
  chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1228)
  chore: use fixed version in k3s module (#1225)
mdelapenya added a commit that referenced this pull request May 25, 2023
…containerd-1.7.1

* main:
  chore(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 (#1202)
  chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1232)
  chore(deps): bump cloud.google.com/go/spanner in /examples/spanner (#1226)
  chore: Removes the refercence about docker 22.06 from the docker-compose docs and updates the replace directive for the compose module. (#1243)
  chore(deps): bump go.mongodb.org/mongo-driver in /examples/mongodb (#1233)
  chore(deps): bump google.golang.org/api from 0.123.0 to 0.124.0 in /examples (#1244)
  chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (#1241)
  chore(deps): bump github.com/aws/aws-sdk-go in /modules/localstack (#1242)
  added NATS JetStream example (#1190)
  chore(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.15 (#1204)
  chore(deps): bump cloud.google.com/go/firestore in /examples/firestore (#1216)
  chore(deps): bump k8s.io/client-go from 0.22.5 to 0.27.2 in /modules/k3s (#1211)
  chore(deps): bump go.mongodb.org/mongo-driver in /examples/mongodb (#1092)
  chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 in /modules/neo4j (#1206)
  chore(deps): bump github.com/twmb/franz-go in /modules/redpanda (#1201)
  chore(deps): bump google.golang.org/api from 0.121.0 to 0.123.0 in /examples (#1229)
  chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1228)
  chore: use fixed version in k3s module (#1225)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not impact the existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants