Skip to content

[deps] Dependency update: go - #6073

Open
replicated-software-factory[bot] wants to merge 4 commits into
mainfrom
deps/kots-update-go
Open

replicated-software-factory[bot] wants to merge 4 commits into
mainfrom
deps/kots-update-go

Conversation

@replicated-software-factory

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

Updates the Go dependency graph, including Open Policy Agent from v1.20.2 to v1.21.0.

Which issue(s) this PR fixes:

NONE

Does this PR require a test?

Yes. go mod tidy -diff passes and go test ./pkg/rbac passes. go test ./pkg/lint/validators currently fails to compile: OPA v1.21.0 upgrades github.com/gobwas/glob to v1.0.0, which removes glob.Glob, still referenced by pinned github.com/replicatedhq/troubleshoot v0.134.1. This environment also lacks pkg-config and btrfs headers needed by other dependencies.

Does this PR require a release note?

NONE

Does this PR require documentation?

NONE

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


ElasticClaw Factory seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

await login(page);
await uploadLicense(page, expect);
await expect(page.locator('#app')).toContainText('Configure No Required Config', { timeout: 15000 });
await expect(page.locator('#app')).toContainText('Configure No Required Config', { timeout: 120000 });

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'd want more evidence for increasing this timeout, there are many flakey tests in this repo and increasing timeouts that are already long doesn't solve that.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants