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

fix(deps): update controller testing #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DreamingRaven
Copy link
Owner

@DreamingRaven DreamingRaven commented Mar 4, 2024

This PR contains the following updates:

Package Type Update Change
github.com/onsi/ginkgo/v2 require minor v2.15.0 -> v2.20.0
github.com/onsi/gomega require minor v1.31.1 -> v1.34.1

Release Notes

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.20.0

Compare Source

2.20.0

Features
Maintenance
  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]

v2.19.1

Compare Source

2.19.1

Fixes
  • update supported platforms for race conditions [63c8c30]
  • [build] Allow custom name for binaries. [ff41e27]
Maintenance

v2.19.0

Compare Source

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

v2.18.0

Compare Source

2.18.0

Features
  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]
Fixes
  • Fix table entry context edge case [42013d6]
Maintenance

v2.17.3

Compare Source

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

v2.17.2

Compare Source

2.17.2

Fixes
  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]
Maintenance

v2.17.1

Compare Source

2.17.1

Fixes
  • If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]

v2.17.0

Compare Source

2.17.0

Features
  • add --github-output for nicer output in github actions [e8a2056]
Maintenance

v2.16.0

Compare Source

2.16.0

Features
  • add SpecContext to reporting nodes
Fixes
Maintenance
onsi/gomega (github.com/onsi/gomega)

v1.34.1

Compare Source

1.34.1

Maintenance
  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]

v1.34.0

Compare Source

1.34.0

Features
  • Add RoundTripper method to ghttp.Server [c549e0d]
Fixes
  • fix incorrect handling of nil slices in HaveExactElements (fixes #​771) [878940c]
  • issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]
Maintenance

v1.33.1

Compare Source

1.33.1

Fixes
  • fix confusing eventually docs [3a66379]
Maintenance
  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]

v1.33.0

Compare Source

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance

v1.32.0

Compare Source

1.32.0

Maintenance
  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#​733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#​717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#​732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@DreamingRaven DreamingRaven self-assigned this Mar 4, 2024
@DreamingRaven DreamingRaven force-pushed the renovate/testing branch 2 times, most recently from b48cc27 to 554fbb1 Compare March 18, 2024 16:01
@DreamingRaven DreamingRaven changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.16.0 fix(deps): update controller testing Mar 18, 2024
@DreamingRaven DreamingRaven force-pushed the renovate/testing branch 2 times, most recently from 72a8801 to 1d0dcc4 Compare March 24, 2024 15:01
@DreamingRaven DreamingRaven force-pushed the renovate/testing branch 2 times, most recently from 56270cd to 6ae9fab Compare April 3, 2024 19:01
@DreamingRaven DreamingRaven force-pushed the renovate/testing branch 3 times, most recently from f51cd01 to 3cff8bf Compare April 17, 2024 14:01
@DreamingRaven DreamingRaven force-pushed the renovate/testing branch 2 times, most recently from c59bbea to 7978dc6 Compare April 30, 2024 03:01
@DreamingRaven DreamingRaven force-pushed the renovate/testing branch 2 times, most recently from 0bf8b88 to 3c9b7f9 Compare May 24, 2024 14:01
@DreamingRaven
Copy link
Owner Author

ℹ Artifact update notice

File name: operator/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/go-logr/logr v1.3.0 -> v1.4.1
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 -> v0.0.0-20240424215950-a892ee059fd6
golang.org/x/crypto v0.17.0 -> v0.23.0
golang.org/x/net v0.19.0 -> v0.25.0
golang.org/x/sync v0.5.0 -> v0.7.0
golang.org/x/sys v0.15.0 -> v0.20.0
golang.org/x/term v0.15.0 -> v0.20.0
golang.org/x/text v0.14.0 -> v0.15.0
golang.org/x/tools v0.16.1 -> v0.21.0

@DreamingRaven DreamingRaven changed the title fix(deps): update controller testing fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0 Jul 21, 2024
@DreamingRaven DreamingRaven changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0 fix(deps): update controller testing Jul 21, 2024
@DreamingRaven DreamingRaven force-pushed the renovate/testing branch 3 times, most recently from 70fac69 to ea1e9e6 Compare July 29, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants