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

Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 #1645

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps github.com/onsi/gomega from 1.35.1 to 1.36.0.

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.36.0

1.36.0

Features

  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]

Maintenance

  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.36.0

Features

  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]

Maintenance

  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]
Commits
  • f1ff459 v1.36.0
  • 4c964c6 new: make collection-related matchers Go 1.23 iterator aware
  • ece6872 Replace min/max helpers with built-in min/max
  • 8e924d7 Fix some typos in docs
  • See full diff in compare view

Dependabot compatibility score

Dependabot 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from alvneiayu as a code owner November 25, 2024 21:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
@dependabot dependabot bot requested a review from agarcia-oss as a code owner November 25, 2024 21:17
@dependabot dependabot bot added the go Pull requests that update Go code label Nov 25, 2024
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.35.1 to 1.36.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.35.1...v1.36.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/onsi/gomega-1.36.0 branch from 80b932c to 5916356 Compare December 4, 2024 14:51
@alvneiayu alvneiayu merged commit 186ba50 into main Dec 5, 2024
15 checks passed
@alvneiayu alvneiayu deleted the dependabot/go_modules/github.com/onsi/gomega-1.36.0 branch December 5, 2024 08:55
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Dec 6, 2024
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami-labs/sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) | patch | `v0.27.2` -> `v0.27.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>bitnami-labs/sealed-secrets (bitnami-labs/sealed-secrets)</summary>

### [`v0.27.3`](https://github.com/bitnami-labs/sealed-secrets/blob/HEAD/RELEASE-NOTES.md#v0273)

[Compare Source](bitnami-labs/sealed-secrets@v0.27.2...v0.27.3)

-   Bump k8s.io/apimachinery from 0.31.2 to 0.31.3 ([#&#8203;1642](bitnami-labs/sealed-secrets#1642))
-   Bump k8s.io/code-generator from 0.31.2 to 0.31.3 ([#&#8203;1643](bitnami-labs/sealed-secrets#1643))
-   Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 ([#&#8203;1645](bitnami-labs/sealed-secrets#1645))
-   re-introduce install instructions with to releases ([#&#8203;1649](bitnami-labs/sealed-secrets#1649))
-   Properly error out when input file doesn't exist ([#&#8203;1640](bitnami-labs/sealed-secrets#1640))
-   Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 ([#&#8203;1641](bitnami-labs/sealed-secrets#1641))
-   Bump golang.org/x/crypto from 0.28.0 to 0.29.0 ([#&#8203;1635](bitnami-labs/sealed-secrets#1635))
-   Configure max retries ([#&#8203;1633](bitnami-labs/sealed-secrets#1633))
-   Label "app.kubernetes.io/instance" in the Prometheus metric ([#&#8203;1620](bitnami-labs/sealed-secrets#1620))
-   Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 ([#&#8203;1624](bitnami-labs/sealed-secrets#1624))
-   Adding keyttl and keycutofftime options to helm chart ([#&#8203;1610](bitnami-labs/sealed-secrets#1610))
-   Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 ([#&#8203;1623](bitnami-labs/sealed-secrets#1623))

</details>

---

### 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant