-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: validator-labs/validator-plugin-oci
base: v0.2.1
head repository: validator-labs/validator-plugin-oci
compare: v0.3.0
- 5 commits
- 14 files changed
- 4 contributors
Commits on Aug 19, 2024
-
feat!: enforce that at least 1 artifact is added to the OciRegistryRu…
…le (#270) ## Issue N/A ## Description Validating just an oci registry and not specifying any artifact is a very niche use case. The only reason anyone should care about a registry is if it actually contains artifact(s) they care about, and in that case, they should just validate that the artifact exists and can be pulled. This PR enforces that at lease 1 artifact is included in the OciRegistryRule
Configuration menu - View commit details
-
Copy full SHA for 8bf6d7a - Browse repository at this point
Copy the full SHA 8bf6d7aView commit details -
deps(deps): update module github.com/validator-labs/validator to v0.1…
….6 (#269) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/validator-labs/validator](https://togithub.com/validator-labs/validator) | `v0.1.5` -> `v0.1.6` | [](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>validator-labs/validator (github.com/validator-labs/validator)</summary> ### [`v0.1.6`](https://togithub.com/validator-labs/validator/releases/tag/v0.1.6) [Compare Source](https://togithub.com/validator-labs/validator/compare/v0.1.5...v0.1.6) ##### Other - bump plugin versions ([#​395](https://togithub.com/validator-labs/validator/issues/395)) ([ae540cb](https://togithub.com/validator-labs/validator/commit/ae540cb9ba9a19e1792a1573de5b5b77d38470a5)) ##### Dependency Updates - **deps:** update module github.com/slack-go/slack to v0.14.0 ([#​393](https://togithub.com/validator-labs/validator/issues/393)) ([b3ecb8b](https://togithub.com/validator-labs/validator/commit/b3ecb8b4a40449005c733bc9080804cedc9926f3)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validator-plugin-oci). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7e22d45 - Browse repository at this point
Copy the full SHA 7e22d45View commit details
Commits on Aug 21, 2024
-
deps(deps): update module github.com/onsi/ginkgo/v2 to v2.20.1 (#272)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/onsi/ginkgo/v2](https://togithub.com/onsi/ginkgo) | `v2.20.0` -> `v2.20.1` | [](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>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary> ### [`v2.20.1`](https://togithub.com/onsi/ginkgo/releases/tag/v2.20.1) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.20.0...v2.20.1) #### 2.20.1 ##### Fixes - make BeSpecEvent duration matcher more forgiving \[[`d6f9640`](https://togithub.com/onsi/ginkgo/commit/d6f9640)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validator-plugin-oci). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2eeac2e - Browse repository at this point
Copy the full SHA 2eeac2eView commit details
Commits on Aug 22, 2024
-
refactor: make each rule implement
validationrule.Interface(#273)## Description Makes each rule in the plugin implement `validationrule.Interface` from validator@v0.1.7. Signed-off-by: Matt Welke <matt.welke@spectrocloud.com>
Configuration menu - View commit details
-
Copy full SHA for d0a661b - Browse repository at this point
Copy the full SHA d0a661bView commit details -
chore(main): release 0.3.0 (#271)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](v0.2.1...v0.3.0) (2024-08-22) ### ⚠ BREAKING CHANGES * enforce that at least 1 artifact is added to the OciRegistryRule ([#270](#270)) ### Features * enforce that at least 1 artifact is added to the OciRegistryRule ([#270](#270)) ([8bf6d7a](8bf6d7a)) ### Dependency Updates * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([#272](#272)) ([2eeac2e](2eeac2e)) * **deps:** update module github.com/validator-labs/validator to v0.1.6 ([#269](#269)) ([7e22d45](7e22d45)) ### Refactoring * make each rule implement `validationrule.Interface` ([#273](#273)) ([d0a661b](d0a661b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 7b50486 - Browse repository at this point
Copy the full SHA 7b50486View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.1...v0.3.0