Skip to content

Commit

Permalink
chore: Update module github.com/nobl9/nobl9-go to v0.85.0 (#553)
Browse files Browse the repository at this point in the history
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
([#&#8203;551](https://redirect.github.com/nobl9/nobl9-go/issues/551))
[@&#8203;ditrytus](https://redirect.github.com/ditrytus)
- feat: PC-13696 add sdk end to end tests for budget adjustement
([#&#8203;538](https://redirect.github.com/nobl9/nobl9-go/issues/538))
[@&#8203;kubaceg](https://redirect.github.com/kubaceg)
- feat: Add TimeRange to Replay \[PC-13699]
([#&#8203;528](https://redirect.github.com/nobl9/nobl9-go/issues/528))
[@&#8203;dawidwisn](https://redirect.github.com/dawidwisn)
- feat: Add e2e tests for Reports, extend reports validation
([#&#8203;541](https://redirect.github.com/nobl9/nobl9-go/issues/541))
[@&#8203;natalialanga](https://redirect.github.com/natalialanga)
- feat: PC-13758 Add limits for recurring events
([#&#8203;533](https://redirect.github.com/nobl9/nobl9-go/issues/533))
[@&#8203;kubaceg](https://redirect.github.com/kubaceg)
    > Added frequency validation in `BudgetAdjustments` rrule field.
- feat: PC-13724 Add custom thresholds for SHR
([#&#8203;530](https://redirect.github.com/nobl9/nobl9-go/issues/530))
[@&#8203;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
([#&#8203;527](https://redirect.github.com/nobl9/nobl9-go/issues/527))
[@&#8203;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
([#&#8203;547](https://redirect.github.com/nobl9/nobl9-go/issues/547))
[@&#8203;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
([#&#8203;550](https://redirect.github.com/nobl9/nobl9-go/issues/550))
[@&#8203;renovate](https://redirect.github.com/renovate)
- chore: Update module github.com/MicahParks/jwkset to v0.5.20
([#&#8203;546](https://redirect.github.com/nobl9/nobl9-go/issues/546))
[@&#8203;renovate](https://redirect.github.com/renovate)
- chore: Update dependency cspell to v8.14.4
([#&#8203;545](https://redirect.github.com/nobl9/nobl9-go/issues/545))
[@&#8203;renovate](https://redirect.github.com/renovate)
- chore: Update dependency cspell to v8.14.3
([#&#8203;544](https://redirect.github.com/nobl9/nobl9-go/issues/544))
[@&#8203;renovate](https://redirect.github.com/renovate)
- chore: Update minor and patch Golang dependencies
([#&#8203;542](https://redirect.github.com/nobl9/nobl9-go/issues/542))
[@&#8203;renovate](https://redirect.github.com/renovate)
- chore: Add explicit generic arguments as workaround for GoLand IDE bug
([#&#8203;539](https://redirect.github.com/nobl9/nobl9-go/issues/539))
[@&#8203;ditrytus](https://redirect.github.com/ditrytus)
- chore: export metric spec validation rules
([#&#8203;536](https://redirect.github.com/nobl9/nobl9-go/issues/536))
[@&#8203;kuklyy](https://redirect.github.com/kuklyy)
- chore: Update module golang.org/x/tools/cmd/goimports to v0.25.0
([#&#8203;540](https://redirect.github.com/nobl9/nobl9-go/issues/540))
[@&#8203;renovate](https://redirect.github.com/renovate)
- chore: Update module golang.org/x/text to v0.18.0
([#&#8203;535](https://redirect.github.com/nobl9/nobl9-go/issues/535))
[@&#8203;renovate](https://redirect.github.com/renovate)
- chore: Update dependency yaml to v2.5.1
([#&#8203;532](https://redirect.github.com/nobl9/nobl9-go/issues/532))
[@&#8203;renovate](https://redirect.github.com/renovate)
- chore: Update minor and patch Golang dependencies
([#&#8203;491](https://redirect.github.com/nobl9/nobl9-go/issues/491))
[@&#8203;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
renovate[bot] authored Sep 24, 2024
1 parent eef86e8 commit 7be1bed
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 24 deletions.
20 changes: 12 additions & 8 deletions docs/mock_example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module mock_example
go 1.22

require (
github.com/nobl9/nobl9-go v0.84.0
github.com/nobl9/nobl9-go v0.85.0
github.com/stretchr/testify v1.9.0
go.uber.org/mock v0.4.0
)

require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/MicahParks/jwkset v0.5.18 // indirect
github.com/MicahParks/keyfunc/v3 v3.3.3 // indirect
github.com/aws/aws-sdk-go v1.54.17 // indirect
github.com/MicahParks/jwkset v0.5.20 // indirect
github.com/MicahParks/keyfunc/v3 v3.3.5 // indirect
github.com/aws/aws-sdk-go v1.55.5 // indirect
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.17.0 // indirect
Expand All @@ -23,14 +23,18 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nobl9/go-yaml v1.0.1 // indirect
github.com/nobl9/govy v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/teambition/rrule-go v1.8.2 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.24.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
40 changes: 24 additions & 16 deletions docs/mock_example/go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/MicahParks/jwkset v0.5.18 h1:WLdyMngF7rCrnstQxA7mpRoxeaWqGzPM/0z40PJUK4w=
github.com/MicahParks/jwkset v0.5.18/go.mod h1:q8ptTGn/Z9c4MwbcfeCDssADeVQb3Pk7PnVxrvi+2QY=
github.com/MicahParks/keyfunc/v3 v3.3.3 h1:c6j9oSu1YUo0k//KwF1miIQlEMtqNlj7XBFLB8jtEmY=
github.com/MicahParks/keyfunc/v3 v3.3.3/go.mod h1:f/UMyXdKfkZzmBeBFUeYk+zu066J1Fcl48f7Wnl5Z48=
github.com/aws/aws-sdk-go v1.54.17 h1:ZV/qwcCIhMHgsJ6iXXPVYI0s1MdLT+5LW28ClzCUPeI=
github.com/aws/aws-sdk-go v1.54.17/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/MicahParks/jwkset v0.5.20 h1:gTIKx9AofTqQJ0srd8AL7ty9NeadP5WUXSPOZadTpOI=
github.com/MicahParks/jwkset v0.5.20/go.mod h1:q8ptTGn/Z9c4MwbcfeCDssADeVQb3Pk7PnVxrvi+2QY=
github.com/MicahParks/keyfunc/v3 v3.3.5 h1:7ceAJLUAldnoueHDNzF8Bx06oVcQ5CfJnYwNt1U3YYo=
github.com/MicahParks/keyfunc/v3 v3.3.5/go.mod h1:SdCCyMJn/bYqWDvARspC6nCT8Sk74MjuAY22C7dCST8=
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/bmatcuk/doublestar/v4 v4.6.1 h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=
github.com/bmatcuk/doublestar/v4 v4.6.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down Expand Up @@ -42,8 +42,10 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/nobl9/go-yaml v1.0.1 h1:Aj1kSaYdRQTKlvS6ihvXzQJhCpoHhtf9nfA95zqWH4Q=
github.com/nobl9/go-yaml v1.0.1/go.mod h1:t7vCO8ctYdBweZxU5lUgxzAw31+ZcqJYeqRtrv+5RHI=
github.com/nobl9/nobl9-go v0.84.0 h1:2mwwegUx/gAltbNmx4STq5A4iVahGVLZ7UI6QZepu0U=
github.com/nobl9/nobl9-go v0.84.0/go.mod h1:Jq840pSewkS1xvbwOENjqvNKugs3p3ZAdZG+iWZksGQ=
github.com/nobl9/govy v0.2.0 h1:KXZRzHte3uJSpB2i0wBD+3fUoON5ptvlfMrkvtRO8Sc=
github.com/nobl9/govy v0.2.0/go.mod h1:O+xSiKwZ6gs/orRvH5qLkfkgyT7CkuXprRIq3C5uNXQ=
github.com/nobl9/nobl9-go v0.85.0 h1:si9QSiriR3xs00waBo6YWSzuLhd/iVTIsDi3Yuq1U7Y=
github.com/nobl9/nobl9-go v0.85.0/go.mod h1:DPGLjkUkf2BHDj72BbKFuJzD/gxO/qTLtgFU9wKtqzE=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand All @@ -57,16 +59,22 @@ go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU=
go.uber.org/mock v0.4.0/go.mod h1:a6FSlNadKUHUa9IP5Vyt1zh4fC7uAwxMutEAscFbkZc=
golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 h1:LoYXNGAShUG3m/ehNk4iFctuhGX/+R1ZpfJ4/ia80JM=
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8/go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI=
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa h1:ELnwvuAXPNtPk1TJRuGkI9fDTwym6AYBu0qzT8AcHdI=
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0=
golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224=
golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24=
golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ=
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU=
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
Expand Down

0 comments on commit 7be1bed

Please sign in to comment.