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

chore: Update minor and patch Golang dependencies #586

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/goccy/go-yaml v1.13.4 -> v1.15.13 age adoption passing confidence
github.com/nobl9/govy v0.9.1 -> v0.11.0 age adoption passing confidence
github.com/nobl9/nobl9-go v0.88.0 -> v0.92.3 age adoption passing confidence
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence
golang.org/x/sync v0.8.0 -> v0.10.0 age adoption passing confidence
golang.org/x/text v0.19.0 -> v0.21.0 age adoption passing confidence
golang.org/x/time v0.7.0 -> v0.8.0 age adoption passing confidence

Release Notes

goccy/go-yaml (github.com/goccy/go-yaml)

v1.15.13: 1.15.13

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.12...v1.15.13

v1.15.12: 1.15.12

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.11...v1.15.12

v1.15.11: 1.15.11

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.10...v1.15.11

v1.15.10: 1.15.10

Compare Source

What's Changed
New Contributors

Full Changelog: goccy/go-yaml@v1.15.9...v1.15.10

v1.15.9: 1.15.9

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.8...v1.15.9

v1.15.8: 1.15.8

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.7...v1.15.8

v1.15.7: 1.15.7

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.6...v1.15.7

v1.15.6: 1.15.6

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.5...v1.15.6

v1.15.5: 1.15.5

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.4...v1.15.5

v1.15.4: 1.15.4

Compare Source

What's Changed

Pass 300 tests of YAML Test Suite 🎉

  • Details: total:[402] passed:[300] failure:[102] passedRate:[74.626862%]

We’ve finally surpassed go-yaml/yaml.

  • gopkg.in/yaml.v3: total:[402] passed:[295] failure:[107] passedRate:[73.383087%]

Full Changelog: goccy/go-yaml@v1.15.3...v1.15.4

v1.15.3: 1.15.3

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.2...v1.15.3

v1.15.2: 1.15.2

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.1...v1.15.2

v1.15.1: 1.15.1

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.0...v1.15.1

v1.15.0: 1.15.0

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.14.3...v1.15.0

v1.14.3: 1.14.3

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.14.2...v1.14.3

v1.14.2: 1.14.2

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.14.1...v1.14.2

v1.14.1: 1.14.1

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.14.0...v1.14.1

v1.14.0: 1.14.0

Compare Source

What's Changed

Breaking Changes

Previously, using the same map key did not result in a parsing error, but from now on, it will throw an error by default. If you want to keep the previous behavior, specify the parser.AllowDuplicateMapKey() option.
Similarly, during Decode, it will also throw an error by default. To keep the previous behavior, specify the yaml.AllowDuplicateMapKey() option when decoding.

Also, yaml.DisallowDuplicateKey option is deprecated.

Full Changelog: goccy/go-yaml@v1.13.10...v1.14.0

v1.13.10: 1.13.10

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.9...v1.13.10

v1.13.9: 1.13.9

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.8...v1.13.9

v1.13.8: 1.13.8

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.7...v1.13.8

v1.13.7: 1.13.7

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.6...v1.13.7

v1.13.6: 1.13.6

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.5...v1.13.6

v1.13.5: 1.13.5

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.4...v1.13.5

nobl9/govy (github.com/nobl9/govy)

v0.11.0

Compare Source

What's Changed

🚀 Features

  • feat: Add EqualProperties rule (#​54) @​nieomylnieja

    Added rules.EqualProperties rule which helps ensure selected properties are equal.
    The equality check is performed via a configurable function.
    Two builtin functions are provided out of the box: rules.CompareFunc which operates on comparable types and rules.CompareDeepEqualFunc which uses reflect.DeepEqual and operates on any type.

🧰 Maintenance

v0.10.0

Compare Source

What's Changed

🚀 Features

  • feat: Add alphanumeric rules (#​52) @​nieomylnieja

    Added rules.StringAlpha, rules.StringAlphanumeric, rules.StringAlphaUnicode and rules.StringAlphanumericUnicode which help ensure strings contain only letters and numbers (either ASCII or Unicode).

nobl9/nobl9-go (github.com/nobl9/nobl9-go)

v0.92.3

Compare Source

What's Changed

🐞 Bug Fixes

v0.92.2

Compare Source

What's Changed

💻 Fixed Vulnerabilities

🐞 Bug Fixes

  • fix: PC-15140 Add at least second time resolution for firstEventStart field (#​608) @​kubaceg

🧰 Maintenance

v0.92.1

Compare Source

What's Changed

🐞 Bug Fixes

v0.92.0

Compare Source

What's Changed

🚀 Features

  • feat: PC-13893 Deprecate usage of objective's value field for Composite SLOs (#​549) @​ditrytus

    Usage of spec.objective[0].value field for Composite SLOs becomes
    deprecated.

    • New Composite SLOs should not set value field.
    • New Composite SLOs will still accept value: 0 for backward
      compatibility with older versions of Nobl9 SDK and Nobl9 Terrafrom
      Provider.
    • If value was previously set to 0 for Composite SLO then it should
      be omitted going forward.
    • If value was previously set in Composite SLO to a number other than
      0 then it can no longer be updated but still will be accepted for
      backward compatibility.
      The usage of value for SLOs using ratio or threshold SLIs does not
      change.

🧰 Maintenance

v0.91.1

Compare Source

What's Changed

🐞 Bug Fixes

v0.91.0

Compare Source

What's Changed

⚠️ Breaking Changes

🚀 Features

  • feat: PC-14959 Extend kind SLO with QueryValidationStatus (#​598) @​lukasz-dobek

    Add QueryValidationStatus definition to kind SLO status field.

  • feat: Update Honeycomb config to support only single query good over total [PC-14879] (#​591) @​nieomylnieja

    Added spec.objectives[*].goodTotal.honeycomb single query count
    metrics support for Honeycomb SLOs.
    This configuration only supports attribute property and does not
    support calculation property.

🧰 Maintenance

5 changes

v0.90.1

Compare Source

What's Changed

🐞 Bug Fixes

v0.90.0

Compare Source

What's Changed

🚀 Features

  • feat: Extend list of alert method template variables with alert_id (#​590) @​nobl9-adam-szymanski
  • feat: Add Replay support to Elasticsearch (#​585) @​nuusk

    Adds Replay support to Elasticsearch data source (Agent connection
    only).

🐞 Bug Fixes

  • fix: CountMetrics validation (#​587) @​kskitek

    Fixed CountMetrics validation for cases when only one metric was
    provided.

🧰 Maintenance

v0.89.0

Compare Source

What's Changed

⚠️ Breaking Changes

  • feat: extend SLO status by most recent process status [PC-14514] (#​570) @​mkaras-nobl9
  • feat: Add standardized API errors (#​567) @​nieomylnieja

    The former sdk.APIError has been renamed sdk.HTTPError. The
    sdk.HTTPError.Message field has been removed. Run gofmt -r 'sdk.APIError -> sdk.HTTPError' to apply the change to your codebase.

🚀 Features

  • feat: add PromQL to GCM metric spec (#​564) @​kuklyy

    Add support for Prometheus query language in GCM integration.

  • feat: PC-13791 Add validation to SLO History report's time frame (#​577) @​natalialanga

    Validation added to SLO History time frame options.

  • feat: allow constant keyword in ServiceNow Obs (Lightstep) UQL queries [PC-14700] (#​581) @​mkaras-nobl9
  • feat: Add APIErrors struct (#​579) @​nieomylnieja

    Added APIErrors struct which aggregates individual APIError and is
    embedded into HTTPError.

  • feat: add Duration() to v1alpha.HistoricalRetrievalDuration (#​578) @​mkaras-nobl9
  • feat: extend SLO status by most recent process status [PC-14514] (#​570) @​mkaras-nobl9

    Added new fields for SLO kind status, which reflect the current state of
    the last process for the given type - replay, errorBudgetAdjustment,
    compositeSlo.

  • feat: Add standardized API errors (#​567) @​nieomylnieja

    sdk.APIError is now an application level error. It can be accessed
    through sdk.HTTPError.Errors field.

  • feat: PC-14087 Add SLO Status API to SDK (#​537) @​BSski

🐞 Bug Fixes

🧰 Maintenance

13 changes
stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0


Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) November 6, 2024 00:30
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 2 times, most recently from c0fc790 to 40eeb0b Compare November 6, 2024 19:58
@renovate renovate bot changed the title chore: Update minor and patch Golang dependencies chore: Update module github.com/nobl9/govy to v0.8.0 Nov 7, 2024
@renovate renovate bot changed the title chore: Update module github.com/nobl9/govy to v0.8.0 chore: Update minor and patch Golang dependencies Nov 8, 2024
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 7 times, most recently from 46ce453 to bceaaad Compare November 13, 2024 19:43
Copy link
Contributor Author

renovate bot commented Nov 14, 2024

ℹ Artifact update notice

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

  • 4 additional dependencies were updated

Details:

Package Change
github.com/bmatcuk/doublestar/v4 v4.6.1 -> v4.7.1
github.com/fatih/color v1.17.0 -> v1.18.0
github.com/nobl9/govy v0.3.0 -> v0.9.1
golang.org/x/time v0.6.0 -> v0.7.0

@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 6 times, most recently from 0f0ad66 to 3a23a4c Compare November 20, 2024 19:06
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 2 times, most recently from 2972e5c to 7e1e95a Compare November 23, 2024 13:59
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 7 times, most recently from 0ad9fde to 4447511 Compare December 2, 2024 08:02
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 7 times, most recently from e005a95 to a6cd350 Compare December 9, 2024 14:11
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 5 times, most recently from 6f22d35 to 3f83226 Compare December 14, 2024 18:49
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 2 times, most recently from effb21f to 928f1a9 Compare December 20, 2024 13:31
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch from 928f1a9 to f4bd5d6 Compare December 21, 2024 17:04
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.

1 participant