-
Notifications
You must be signed in to change notification settings - Fork 63
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
test: bump the testsuite group across 1 directory with 5 updates #197
Conversation
@dependabot rebase |
Bumps the testsuite group with 4 updates in the / directory: [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest), [github.com/zitadel/zitadel-go/v2](https://github.com/zitadel/zitadel-go), [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `github.com/gruntwork-io/terratest` from 0.46.13 to 0.46.14 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.46.13...v0.46.14) Updates `github.com/zitadel/zitadel-go/v2` from 2.1.11 to 2.2.1 - [Release notes](https://github.com/zitadel/zitadel-go/releases) - [Changelog](https://github.com/zitadel/zitadel-go/blob/main/.releaserc.js) - [Commits](zitadel/zitadel-go@v2.1.11...v2.2.1) Updates `k8s.io/api` from 0.29.3 to 0.30.0 - [Commits](kubernetes/api@v0.29.3...v0.30.0) Updates `k8s.io/apimachinery` from 0.29.3 to 0.30.0 - [Commits](kubernetes/apimachinery@v0.29.3...v0.30.0) Updates `k8s.io/client-go` from 0.29.3 to 0.30.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.3...v0.30.0) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testsuite - dependency-name: github.com/zitadel/zitadel-go/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testsuite - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testsuite - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testsuite - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testsuite ... Signed-off-by: dependabot[bot] <support@github.com>
b889945
to
5f11e01
Compare
Waiting for helm/chart-testing#591 |
@stebenz In order to be able to merge this PR without a version bump, I separated the linting into its own workflow. It only runs on changed chart templates, so it doesn't complain about a version bump anymore if only test files are changed. I also restricted the tests to only run if relevant files changed. With these restrictions, it's not worth it anymore to check for changes using the chart-testing tool anymore. This means, if only a comment changes, the tests are still run. But that's good enough. I also smuggled in a retry fix for the service port that should eliminate some flakiness. |
…adel#197) * test: bump the testsuite group across 1 directory with 5 updates Bumps the testsuite group with 4 updates in the / directory: [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest), [github.com/zitadel/zitadel-go/v2](https://github.com/zitadel/zitadel-go), [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `github.com/gruntwork-io/terratest` from 0.46.13 to 0.46.14 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.46.13...v0.46.14) Updates `github.com/zitadel/zitadel-go/v2` from 2.1.11 to 2.2.1 - [Release notes](https://github.com/zitadel/zitadel-go/releases) - [Changelog](https://github.com/zitadel/zitadel-go/blob/main/.releaserc.js) - [Commits](zitadel/zitadel-go@v2.1.11...v2.2.1) Updates `k8s.io/api` from 0.29.3 to 0.30.0 - [Commits](kubernetes/api@v0.29.3...v0.30.0) Updates `k8s.io/apimachinery` from 0.29.3 to 0.30.0 - [Commits](kubernetes/apimachinery@v0.29.3...v0.30.0) Updates `k8s.io/client-go` from 0.29.3 to 0.30.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.3...v0.30.0) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testsuite - dependency-name: github.com/zitadel/zitadel-go/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testsuite - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testsuite - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testsuite - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testsuite ... Signed-off-by: dependabot[bot] <support@github.com> * tidy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elio Bischof <elio@zitadel.com>
Bumps the testsuite group with 4 updates in the / directory: github.com/gruntwork-io/terratest, github.com/zitadel/zitadel-go/v2, k8s.io/api and k8s.io/client-go.
Updates
github.com/gruntwork-io/terratest
from 0.46.13 to 0.46.14Release notes
Sourced from github.com/gruntwork-io/terratest's releases.
Commits
df790da
Merge pull request #1404 from gruntwork-io/CVE-2024-38174160e31
Updated go-getter to 1.7.4Updates
github.com/zitadel/zitadel-go/v2
from 2.1.11 to 2.2.1Release notes
Sourced from github.com/zitadel/zitadel-go/v2's releases.
Commits
f2115fe
fix: update zitadel api to v2.50.5 (#330)b08e163
chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#327)25019b3
chore(deps): bump actions/add-to-project from 0.6.1 to 1.0.1 (#328)b706706
feat: add custom dial options to grpc connection (#325)891b673
fix: update zitadel api to v2.50.0 (#326)ce371c7
chore(workflow): ignore zitadel-workflow-bot for project board (#317)81f268f
chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.2 (#324)f7c2782
chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#321)53beb53
fix: update zitadel api to v2.49.0 (#320)7c1ebaf
chore(deps): bump actions/add-to-project from 0.6.1 to 1.0.0 (#319)Updates
k8s.io/api
from 0.29.3 to 0.30.0Commits
fb932d2
Update dependencies to v0.30.0 tagd014286
Merge remote-tracking branch 'origin/master' into release-1.30581c1b8
Update x/net for CVE-2023-4528835ca1f4
Merge pull request #123932 from pohly/dra-api-resource-model-renameb048bd8
Merge pull request #123909 from AkihiroSuda/fix-123906f06d24a
dra api: NodeResourceModel -> ResourceModel30e3187
api: NodeStatus: rename RuntimeClasses to RuntimeHandlers96558b9
Merge pull request #123792 from mimowo/propose-api-comments-fix089c7ca
Merge pull request #123180 from AkihiroSuda/rrob50824d
api: KEP-3857: Recursive Read-only (RRO) mountsUpdates
k8s.io/apimachinery
from 0.29.3 to 0.30.0Commits
37988e5
Merge remote-tracking branch 'origin/master' into release-1.30c857a38
Update x/net for CVE-2023-452880407311
followup to allow special characters25164f7
Merge pull request #123435 from tallclair/apparmor-gacbfe0a1
Merge pull request #123758 from liggitt/protobump21d26b6
Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.00c29f84
Merge pull request #123385 from HirazawaUi/allow-special-characters60d24f2
Merge pull request #123708 from p0lyn0mial/upstream-const-watchlist-bookmark-...513d23a
apimachinery/meta/types.go: define InitialEventsAnnotationKey const67cb3a8
Merge pull request #123413 from seans3/tunneling-spdy-websocketsUpdates
k8s.io/client-go
from 0.29.3 to 0.30.0Commits
3aa4577
Update dependencies to v0.30.0 tag2df4de1
Merge remote-tracking branch 'origin/master' into release-1.30ade2ae2
Update x/net for CVE-2023-45288b4632b7
Merge pull request #123932 from pohly/dra-api-resource-model-rename4467b1e
Merge pull request #123909 from AkihiroSuda/fix-123906650f392
dra api: NodeResourceModel -> ResourceModel00e4609
api: NodeStatus: rename RuntimeClasses to RuntimeHandlers7ebe0ea
Merge pull request #123180 from AkihiroSuda/rro3be09aa
api: KEP-3857: Recursive Read-only (RRO) mounts110b75b
Merge pull request #123344 from nilekhc/svm-controllerDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions