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

Update README.md #12

Closed
wants to merge 1 commit into from
Closed

Update README.md #12

wants to merge 1 commit into from

Conversation

kaushalnavneet
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
github.com/IBM/ibm-cos-sdk-go require patch v1.9.1 -> v1.9.2
github.com/getkin/kin-openapi require minor v0.94.0 -> v0.103.0
github.com/go-playground/validator/v10 require patch v10.11.0 -> v10.11.1
github.ibm.com/project-fortress/gov-monitor-common-utils/redis require digest b3cb3fe -> 1b7bbcb
github.ibm.com/security-services/secrets-manager-iam require patch v0.0.14929 -> v0.0.15026

Release Notes

IBM/ibm-cos-sdk-go ### [`v1.9.2`](https://github.com/IBM/ibm-cos-sdk-go/releases/tag/v1.9.2) [Compare Source](https://github.com/IBM/ibm-cos-sdk-go/compare/v1.9.1...v1.9.2) #### Content ##### Defect Fixes - AWS Patches aligned to version 1.44.52 of the AWS SDK for Go
getkin/kin-openapi ### [`v0.103.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.103.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.102.0...v0.103.0) #### What's Changed - use %w to wrap the errors by [@​SVilgelm](https://github.com/SVilgelm) in https://github.com/getkin/kin-openapi/pull/596 - Expose request/response validation options in the middleware Validator by [@​sorintm](https://github.com/sorintm) in https://github.com/getkin/kin-openapi/pull/608 - fix: detects circular references that can't be handled at the moment to avoid infinite loops loading documents by [@​TristanSpeakEasy](https://github.com/TristanSpeakEasy) in https://github.com/getkin/kin-openapi/pull/607 #### New Contributors - [@​sorintm](https://github.com/sorintm) made their first contribution in https://github.com/getkin/kin-openapi/pull/608 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.102.0...v0.103.0 ### [`v0.102.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.102.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.101.0...v0.102.0) #### What's Changed - Examples validation by [@​danicc097](https://github.com/danicc097) in https://github.com/getkin/kin-openapi/pull/592 #### New Contributors - [@​danicc097](https://github.com/danicc097) made their first contribution in https://github.com/getkin/kin-openapi/pull/592 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.101.0...v0.102.0 ### [`v0.101.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.101.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.100.0...v0.101.0) #### What's Changed - feat: support validation options specifically for disabling pattern validation by [@​TristanSpeakEasy](https://github.com/TristanSpeakEasy) in https://github.com/getkin/kin-openapi/pull/590 - Add sponsor logo by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/595 #### New Contributors - [@​TristanSpeakEasy](https://github.com/TristanSpeakEasy) made their first contribution in https://github.com/getkin/kin-openapi/pull/590 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.100.0...v0.101.0 ### [`v0.100.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.100.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.99.0...v0.100.0) #### What's Changed - [#​482](https://github.com/getkin/kin-openapi/issues/482) integer support broken with yaml by [@​cboitel](https://github.com/cboitel) in https://github.com/getkin/kin-openapi/pull/577 - Match on overridden servers at the path level, fixes [#​564](https://github.com/getkin/kin-openapi/issues/564) by [@​sonu27](https://github.com/sonu27) in https://github.com/getkin/kin-openapi/pull/565 #### New Contributors - [@​cboitel](https://github.com/cboitel) made their first contribution in https://github.com/getkin/kin-openapi/pull/577 - [@​sonu27](https://github.com/sonu27) made their first contribution in https://github.com/getkin/kin-openapi/pull/565 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.99.0...v0.100.0 ### [`v0.99.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.99.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.98.0...v0.99.0) #### What's Changed - Use go1.19 formatting by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/584 - Fix `resolveSchemaRef()` to load correctly an other spec. file referenced by `$ref` by [@​masu-mi](https://github.com/masu-mi) in https://github.com/getkin/kin-openapi/pull/583 - Protect from recursion in openapi3.InternaliseRefs by [@​wtertius](https://github.com/wtertius) in https://github.com/getkin/kin-openapi/pull/578 - cleanup after [#​583](https://github.com/getkin/kin-openapi/issues/583) by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/585 - upgrade CI tools by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/586 #### New Contributors - [@​masu-mi](https://github.com/masu-mi) made their first contribution in https://github.com/getkin/kin-openapi/pull/583 - [@​wtertius](https://github.com/wtertius) made their first contribution in https://github.com/getkin/kin-openapi/pull/578 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.98.0...v0.99.0 ### [`v0.98.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.98.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.97.0...v0.98.0) #### What's Changed - fix: openapi2conv respects produces field by [@​nirhaas](https://github.com/nirhaas) in https://github.com/getkin/kin-openapi/pull/575 #### New Contributors - [@​nirhaas](https://github.com/nirhaas) made their first contribution in https://github.com/getkin/kin-openapi/pull/575 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.97.0...v0.98.0 ### [`v0.97.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.97.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.96.0...v0.97.0) #### What's Changed - Unit tests by [@​slessard](https://github.com/slessard) in https://github.com/getkin/kin-openapi/pull/556 - add gitlab.com/jamietanna/httptest-openapi to README.md by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/557 - fix: add deprecated field to openapi2.Operation by [@​FrimIdan](https://github.com/FrimIdan) in https://github.com/getkin/kin-openapi/pull/559 #### New Contributors - [@​FrimIdan](https://github.com/FrimIdan) made their first contribution in https://github.com/getkin/kin-openapi/pull/559 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.96.0...v0.97.0 ### [`v0.96.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.96.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.95.0...v0.96.0) #### What's Changed - Fix for CVE-2022-28948 by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/552 - TestIssue430: fix racey behavior by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/553 - Handle port number variable of servers given to gorillamux.NewRouter by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/524 - update README.md with newer router/validator example by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/554 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.95.0...v0.96.0 ### [`v0.95.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.95.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.94.0...v0.95.0) #### What's Changed - Add ExcludeSchema sentinel error for schemaCustomizer by [@​nguyer](https://github.com/nguyer) in https://github.com/getkin/kin-openapi/pull/522 - test link refs by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/525 - add missing validation of components: examples, links, callbacks by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/526 - openapi2: remove undefined tag by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/527 - testing: fix incorrect document by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/529 - testing: compare graphs using graph tools by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/528 - Fix some golints by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/530 - Internalize parameter references in the path as well by [@​hikhvar](https://github.com/hikhvar) in https://github.com/getkin/kin-openapi/pull/540 - fix bad error message on invalid value parse on query parameter by [@​kandaaaaa](https://github.com/kandaaaaa) in https://github.com/getkin/kin-openapi/pull/541 - Follow up to [#​540](https://github.com/getkin/kin-openapi/issues/540) with more tests by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/549 - feat: handling `default` in request body and parameter schema by [@​nic-6443](https://github.com/nic-6443) in https://github.com/getkin/kin-openapi/pull/544 - following up on [#​544](https://github.com/getkin/kin-openapi/issues/544): do not pass through on unhandled case by [@​fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/550 #### New Contributors - [@​nguyer](https://github.com/nguyer) made their first contribution in https://github.com/getkin/kin-openapi/pull/522 - [@​hikhvar](https://github.com/hikhvar) made their first contribution in https://github.com/getkin/kin-openapi/pull/540 - [@​nic-6443](https://github.com/nic-6443) made their first contribution in https://github.com/getkin/kin-openapi/pull/544 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.94.0...v0.95.0
go-playground/validator ### [`v10.11.1`](https://github.com/go-playground/validator/releases/tag/v10.11.1) [Compare Source](https://github.com/go-playground/validator/compare/v10.11.0...v10.11.1) #### What was fixed? Corrected/Enhanced is boolean check to take the field type into consideration. Thanks [@​V-R-Dighe](https://github.com/V-R-Dighe) for the [PR](https://github.com/go-playground/validator/pull/988)
security-services/secrets-manager-iam ### [`v0.0.15026`](https://github.ibm.com/security-services/secrets-manager-iam/releases/tag/v0.0.15026) [Compare Source](https://github.ibm.com/security-services/secrets-manager-iam/compare/v0.0.14929...v0.0.15026) [`cf8912f`](https://github.com/security-services/secrets-manager-iam/commit/cf8912f) Update module github.com/stretchr/testify to v1.8.0
--- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

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.

None yet

1 participant