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 module github.com/oapi-codegen/oapi-codegen/v2 to v2.4.0 #788

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/oapi-codegen/oapi-codegen/v2 require minor v2.3.0 -> v2.4.0

Release Notes

oapi-codegen/oapi-codegen (github.com/oapi-codegen/oapi-codegen/v2)

v2.4.0: : OpenAPI Overlay, improved import-mapping functionality, and a whole host of other great things 🚀

Compare Source

🎉 Notable changes
Modifying the input OpenAPI Specification, without needing to modify it directly

Prior to oapi-codegen v2.4.0, users wishing to override specific configuration, for instance taking advantage of extensions such as x-go-type would need to modify the OpenAPI specification they are using.

In a lot of cases, this OpenAPI specification would be produced by a different team to the consumers (or even a different company) and so asking them to make changes like this were unreasonable.

This would lead to the API consumers needing to vendor the specification from the producer (which is our recommendation anyway) and then make any number of local changes to the specification to make it generate code that looks reasonable.

However, in the case that a consumer would update their specification, they would likely end up with a number of merge conflicts.

Now, as of oapi-codegen v2.4.0, it is now possible to make changes to the input OpenAPI specification without needing to modify it directly.

This takes advantage of the OpenAPI Overlay specification, which is a stable specification.

We're very excited for y'all to be able to take advantage of this, and to be able to manipulate complex specifications you don't have control over.

Using a single package, with multiple OpenAPI spec for a given package

Since oapi-codegen v2.4.0, it is now possible to split large OpenAPI specifications into the same Go package, using the "self" mapping (denoted by a -) when using Import Mapping.

This is an improvement on the previous model, which would require splitting files across multiple packages.

This should improve the ability to use a multi-file OpenAPI specification.

Reverting a breaking change to Strict servers using text/plain

Changes in https://github.com/oapi-codegen/oapi-codegen/pull/1132 had unintended side effects, and so we have reverted this.

This will be a breaking change to anyone who had pulled in this change, since it landed in v1.13.1.

Minimum version of Go needed for oapi-codegen is now 1.21

Does what it says on the tin.

This was required for a new dependency, and given Go 1.21 is now End-of-Life, this isn't too bad a requirement, without requiring folks unnecessarily bump their minimum supported version higher.

Starting work towards the OpenSSF Best Practices badge

As a means to better understand the compliance of oapi-codegen with OpenSSF's Best Practices guide, we've started work towards the "passing" badge.

OpenSSF Best Practices

This gives us some insight into where we have gaps, and makes it known for our users, too.

PR Builds now have required status checks

Previously, PR builds did not have a required status check.

Although as maintainers we would only merge changes after the CI checks had passed, this now gives us - and you as our users - greater confidence in the stability of the project.

Previously raised PRs - before 2024-09-20 - will need to merge in the latest changes in main before these status checks will pass.

🚀 New features and improvements
🐛 Bug fixes
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
9 changes
Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Speakeasy logo

Elastic logo

Cybozu logo


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

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


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

This PR has been generated by Renovate Bot.

@elastic-renovate-prod
Copy link
Contributor Author

ℹ Artifact update notice

File name: tools/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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/getkin/kin-openapi v0.124.0 -> v0.127.0
github.com/invopop/yaml v0.2.0 -> v0.3.1
File name: 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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/text v0.16.0 -> v0.18.0

@tobio tobio merged commit a62b3f2 into main Sep 24, 2024
41 checks passed
@tobio tobio deleted the renovate/github.com-oapi-codegen-oapi-codegen-v2-2.x branch September 24, 2024 09:05
tobio added a commit that referenced this pull request Sep 30, 2024
* origin/main: (39 commits)
  chore(deps): update golang:1.23.1 docker digest to 4f063a2 (#804)
  fix(deps): update module github.com/go-resty/resty/v2 to v2.15.3 (#781)
  fix for http/tcp monitor produces inconsistent result after apply (#801)
  chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8.15.2 (#798)
  chore(deps): update docker.elastic.co/kibana/kibana docker tag to v8.15.2 (#799)
  Bump github.com/oapi-codegen/oapi-codegen/v2 in /tools (#808)
  Bump github.com/oapi-codegen/oapi-codegen/v2 from 2.4.0 to 2.4.1 (#806)
  Bump actions/checkout from 4.1.7 to 4.2.0 (#807)
  more fleet framework migrations (#785)
  Apply the sys_monitoring attribute during creation (#792)
  fix(deps): update module github.com/oapi-codegen/oapi-codegen/v2 to v2.4.0 (#788)
  fix(docs): indices datesource example field (#786)
  fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.12.0 (#782)
  chore(deps): pin golang docker tag to 2fe82a3 (#783)
  Remove GO_VERSION indirection
  Fix release pipeline
  Prepare release v0.11.7
  fix(deps): update module github.com/goreleaser/goreleaser/v2 to v2.3.2 (#776)
  impl framework data_source.fleet_enrollment_tokens (#778)
  Add support for the `alerts_filter` param in the Create Rule API (#774)
  ...
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.

1 participant