-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: nobl9/nobl9-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.80.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nobl9/nobl9-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.81.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 54 files changed
- 3 contributors
Commits on Apr 5, 2024
-
chore: Update minor and patch golang dependencies (#360)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) | `v1.51.15` -> `v1.51.16` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/nobl9/nobl9-go](https://togithub.com/nobl9/nobl9-go) | `v0.79.2` -> `v0.80.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aws/aws-sdk-go (github.com/aws/aws-sdk-go)</summary> ### [`v1.51.16`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15116-2024-04-05) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.51.15...v1.51.16) \=== ##### Service Client Updates - `service/quicksight`: Updates service API and documentation - Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription - `service/resource-groups`: Updates service API and documentation - `service/verifiedpermissions`: Updates service API and documentation </details> <details> <summary>nobl9/nobl9-go (github.com/nobl9/nobl9-go)</summary> ### [`v0.80.0`](https://togithub.com/nobl9/nobl9-go/releases/tag/v0.80.0) [Compare Source](https://togithub.com/nobl9/nobl9-go/compare/v0.79.2...v0.80.0) ### What's Changed #### 🚀 Features - feat: Allow for mocking sdk.Client ([#​355](https://togithub.com/nobl9/nobl9-go/issues/355)) [@​nieomylnieja](https://togithub.com/nieomylnieja) - feat: Add rules for maps in validation ([#​345](https://togithub.com/nobl9/nobl9-go/issues/345)) [@​nieomylnieja](https://togithub.com/nieomylnieja) #### 🐞 Bug Fixes - fix: reorder objective validation rules to produce more adequate composite objective validation messages \[PC-12021] ([#​339](https://togithub.com/nobl9/nobl9-go/issues/339)) [@​nikodemrafalski](https://togithub.com/nikodemrafalski) #### 🧰 Maintenance <details> <summary>5 changes</summary> - chore: Update module golang.org/x/tools/cmd/goimports to v0.20.0 ([#​358](https://togithub.com/nobl9/nobl9-go/issues/358)) [@​renovate](https://togithub.com/renovate) - chore: Update module github.com/aws/aws-sdk-go to v1.51.15 ([#​357](https://togithub.com/nobl9/nobl9-go/issues/357)) [@​renovate](https://togithub.com/renovate) - chore: Update module github.com/aws/aws-sdk-go to v1.51.14 ([#​353](https://togithub.com/nobl9/nobl9-go/issues/353)) [@​renovate](https://togithub.com/renovate) - chore: Update Go to 1.22 ([#​356](https://togithub.com/nobl9/nobl9-go/issues/356)) [@​nieomylnieja](https://togithub.com/nieomylnieja) - chore: Update module github.com/aws/aws-sdk-go to v1.51.13 ([#​352](https://togithub.com/nobl9/nobl9-go/issues/352)) [@​renovate](https://togithub.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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> [PC-12021]: https://nobl9.atlassian.net/browse/PC-12021?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d40bfd - Browse repository at this point
Copy the full SHA 1d40bfdView commit details
Commits on Apr 8, 2024
-
feat: Improve labels validation (#359)
## Summary Improved `v1alpha.Labels` validation which now relies entirely on `validation` package ensuring consistent and informative errors. Removed old checks for whole error message in object's validation in favour of regex check. Labels validation is now performed against each object supporting labels.
Configuration menu - View commit details
-
Copy full SHA for 30c24b4 - Browse repository at this point
Copy the full SHA 30c24b4View commit details
Commits on Apr 9, 2024
-
chore: Update module github.com/aws/aws-sdk-go to v1.51.17 (#363)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) | `v1.51.16` -> `v1.51.17` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aws/aws-sdk-go (github.com/aws/aws-sdk-go)</summary> ### [`v1.51.17`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15117-2024-04-08) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.51.16...v1.51.17) \=== ##### Service Client Updates - `service/controlcatalog`: Adds new service - `service/mgn`: Updates service API and documentation - `service/networkmonitor`: Updates service API and documentation </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd47b38 - Browse repository at this point
Copy the full SHA fd47b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55aa67 - Browse repository at this point
Copy the full SHA a55aa67View commit details
There are no files selected for viewing