Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update module github.com/nobl9/nobl9-go to v0.85.0 (#553)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/nobl9/nobl9-go](https://redirect.github.com/nobl9/nobl9-go) | `v0.84.0` -> `v0.85.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fnobl9%2fnobl9-go/v0.85.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fnobl9%2fnobl9-go/v0.85.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fnobl9%2fnobl9-go/v0.84.0/v0.85.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fnobl9%2fnobl9-go/v0.84.0/v0.85.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nobl9/nobl9-go (github.com/nobl9/nobl9-go)</summary> ### [`v0.85.0`](https://redirect.github.com/nobl9/nobl9-go/releases/tag/v0.85.0) [Compare Source](https://redirect.github.com/nobl9/nobl9-go/compare/v0.84.0...v0.85.0) ### What's Changed #### 🚀 Features - test: PC-13893 Make E2E tests forward compatible ([#​551](https://redirect.github.com/nobl9/nobl9-go/issues/551)) [@​ditrytus](https://redirect.github.com/ditrytus) - feat: PC-13696 add sdk end to end tests for budget adjustement ([#​538](https://redirect.github.com/nobl9/nobl9-go/issues/538)) [@​kubaceg](https://redirect.github.com/kubaceg) - feat: Add TimeRange to Replay \[PC-13699] ([#​528](https://redirect.github.com/nobl9/nobl9-go/issues/528)) [@​dawidwisn](https://redirect.github.com/dawidwisn) - feat: Add e2e tests for Reports, extend reports validation ([#​541](https://redirect.github.com/nobl9/nobl9-go/issues/541)) [@​natalialanga](https://redirect.github.com/natalialanga) - feat: PC-13758 Add limits for recurring events ([#​533](https://redirect.github.com/nobl9/nobl9-go/issues/533)) [@​kubaceg](https://redirect.github.com/kubaceg) > Added frequency validation in `BudgetAdjustments` rrule field. - feat: PC-13724 Add custom thresholds for SHR ([#​530](https://redirect.github.com/nobl9/nobl9-go/issues/530)) [@​lukasz-dobek](https://redirect.github.com/lukasz-dobek) > `Thresholds` object with three fields (`GreenGreaterThan`, > `RedLessThanOrEqualTo` and `ShowNoData`) was added to > `SystemHealthReviewConfig`. It allows users to define custom values for > `Healthy` (`Green`), `AtRisk` (`Yellow`) and `Exhausted` (`Red`) > thresholds and to decide whether to display or hide `NoData` SLOs on > System Health Review report. It will be available once Nobl9 platform > version 1.97.2 is released. - feat: Switch to govy for validation ([#​527](https://redirect.github.com/nobl9/nobl9-go/issues/527)) [@​nieomylnieja](https://redirect.github.com/nieomylnieja) > `nobl9-go` is switching to a brand new validation library, > [govy](https://redirect.github.com/nobl9/govy). > The library was previously part of nobl9-go, but is now being open > sourced! Go check it out ;) #### 🐞 Bug Fixes - fix: PC-14236 SHR thresholds validation for less than 1 ([#​547](https://redirect.github.com/nobl9/nobl9-go/issues/547)) [@​lukasz-dobek](https://redirect.github.com/lukasz-dobek) > System Health Review spec now allows for green and red thresholds to be > less than 1, not less than or equal to 1. #### 🧰 Maintenance <details> <summary>11 changes</summary> - chore: Update module github.com/nobl9/govy to v0.2.0 ([#​550](https://redirect.github.com/nobl9/nobl9-go/issues/550)) [@​renovate](https://redirect.github.com/renovate) - chore: Update module github.com/MicahParks/jwkset to v0.5.20 ([#​546](https://redirect.github.com/nobl9/nobl9-go/issues/546)) [@​renovate](https://redirect.github.com/renovate) - chore: Update dependency cspell to v8.14.4 ([#​545](https://redirect.github.com/nobl9/nobl9-go/issues/545)) [@​renovate](https://redirect.github.com/renovate) - chore: Update dependency cspell to v8.14.3 ([#​544](https://redirect.github.com/nobl9/nobl9-go/issues/544)) [@​renovate](https://redirect.github.com/renovate) - chore: Update minor and patch Golang dependencies ([#​542](https://redirect.github.com/nobl9/nobl9-go/issues/542)) [@​renovate](https://redirect.github.com/renovate) - chore: Add explicit generic arguments as workaround for GoLand IDE bug ([#​539](https://redirect.github.com/nobl9/nobl9-go/issues/539)) [@​ditrytus](https://redirect.github.com/ditrytus) - chore: export metric spec validation rules ([#​536](https://redirect.github.com/nobl9/nobl9-go/issues/536)) [@​kuklyy](https://redirect.github.com/kuklyy) - chore: Update module golang.org/x/tools/cmd/goimports to v0.25.0 ([#​540](https://redirect.github.com/nobl9/nobl9-go/issues/540)) [@​renovate](https://redirect.github.com/renovate) - chore: Update module golang.org/x/text to v0.18.0 ([#​535](https://redirect.github.com/nobl9/nobl9-go/issues/535)) [@​renovate](https://redirect.github.com/renovate) - chore: Update dependency yaml to v2.5.1 ([#​532](https://redirect.github.com/nobl9/nobl9-go/issues/532)) [@​renovate](https://redirect.github.com/renovate) - chore: Update minor and patch Golang dependencies ([#​491](https://redirect.github.com/nobl9/nobl9-go/issues/491)) [@​renovate](https://redirect.github.com/renovate) </details> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ29sYW5nIiwicmVub3ZhdGUiXX0=--> [PC-13699]: https://nobl9.atlassian.net/browse/PC-13699?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information