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

fix(deps): update uds releaser support dependencies - autoclosed #24

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anchore/sbom-action action patch v0.17.6 -> v0.17.8 age adoption passing confidence
defenseunicorns/uds-cli minor v0.18.0 -> v0.19.2 age adoption passing confidence
defenseunicorns/uds-cli minor 0.18.0 -> 0.19.2 age adoption passing confidence
defenseunicorns/uds-common minor v1.2.2 -> v1.5.1 age adoption passing confidence
github.com/defenseunicorns/uds-cli require minor v0.18.0 -> v0.19.2 age adoption passing confidence
github.com/goccy/go-yaml require minor v1.13.0 -> v1.15.8 age adoption passing confidence
github.com/google/go-github/v66 require major v66.0.0 -> v67.0.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0 age adoption passing confidence
github.com/xanzy/go-gitlab require minor v0.112.0 -> v0.115.0 age adoption passing confidence
github.com/zarf-dev/zarf require minor v0.42.0 -> v0.44.0 age adoption passing confidence
github/codeql-action action patch v3.27.0 -> v3.27.7 age adoption passing confidence
go (source) toolchain patch 1.23.2 -> 1.23.4 age adoption passing confidence
goreleaser/goreleaser-action action minor v6.0.0 -> v6.1.0 age adoption passing confidence

Release Notes

anchore/sbom-action (anchore/sbom-action)

v0.17.8

Compare Source

Changes in v0.17.8

v0.17.7

Compare Source

Changes in v0.17.7

defenseunicorns/uds-cli (defenseunicorns/uds-cli)

v0.19.2

Compare Source

What's Changed

Full Changelog: defenseunicorns/uds-cli@v0.19.1...v0.19.2

v0.19.1

Compare Source

v0.19.0

Compare Source

What's Changed

NOTE:


New Contributors

Full Changelog: defenseunicorns/uds-cli@v0.18.0...v0.19.0

defenseunicorns/uds-common (defenseunicorns/uds-common)

v1.5.1

Compare Source

Miscellaneous

v1.5.0

Compare Source

⚠ BREAKING CHANGES
  • fix the release process permissions (contents: write) (#​355)
  • deps: update uds common support dependencies (ubuntu-latest can no longer be used) (#​354)
Features
  • provide uds-releaser option for publishing uds packages (#​341) (62f8c28)
Bug Fixes
Miscellaneous

v1.4.0

Compare Source

Features
  • login to ghcr from gitlab for upgrade tests and avoiding rate limiting (#​343) (e299d1c)
Miscellaneous
  • deps: update uds common support dependencies (#​344) (9365b36)
  • deps: update uds common support dependencies to v0.32.0 (#​347) (14f4841)
  • fix broken links and change name of package integration guide (#​346) (c470dea)
  • update uds-package-requirements with new CODEOWNERS reqs (#​339) (462b7e9)

v1.3.0

Compare Source

Features
  • allow keycloak_group to be specified as input in create-doug-user task (#​332) (cf7cbdd)
Bug Fixes
  • add git reset in upgrade-test directory for better local devx (#​337) (2c0ca17)
  • gitlab publish being broken due to bash weirdness (#​329) (e7a3c69)
  • update UDS Opeator link in guide.md (#​336) (66cbe6f)
  • use flavor from inputs instead of $FLAVOR variable (#​335) (398bbe5)
Miscellaneous
goccy/go-yaml (github.com/goccy/go-yaml)

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

v1.13.4: 1.13.4

Compare Source

What's Changed

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

v1.13.3: 1.13.3

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.13.2...v1.13.3

v1.13.2: 1.13.2

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.1...v1.13.2

v1.13.1: 1.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.13.0...v1.13.1

google/go-github (github.com/google/go-github/v66)

v67.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Add name query parameter to ActionsService.ListArtifacts (#​3330)
    BREAKING CHANGE: opts argument to ActionsService.ListArtifacts changed from ListOptions to ListArtifactsOptions.
  • feat!: Rename code scanning params from plural to singular (#​3331)
    BREAKING CHANGE: Rename RuleRequiredCodeScanningTools to RuleRequiredCodeScanningTool.
  • feat!: Fix source property on Repo Custom Properties (#​3333)
    BREAKING CHANGE: Change RulesetRepositoryPropertyTargetParameters.Source from string to *string.

...and the following additional changes:

  • Bump go-github from v65 to v66 in /scrape (#​3311)
  • build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 in /scrape (#​3313)
  • build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#​3312)
  • build(deps): bump github.com/getkin/kin-openapi from 0.127.0 to 0.128.0 in /tools (#​3314)
  • refactor: Remove unneeded strings.Join calls (#​3317)
  • feat: Add CreatedAt and UpdatedAt to Ruleset (#​3316)
  • feat: Add Expired to RepositoryInvitation (#​3320)
  • Update openapi_operations.yaml (#​3322)
  • refactor: Enable perfsprint; fix appeared lint issues (#​3324)
  • refactor: Replace 'println' with 'fmt.Println' (#​3326)
  • docs: Add dots at the end of sentences (#​3325)
  • scrape: refactor tests with t.Fatal (#​3299)
  • feat: Support Code Security Configurations API (#​3319)
  • Add Copilot Usage Summary for Organization (#​3321)
  • chore: Remove deprecated build constraints (#​3306)
  • refactor: Replace 'print' with 'fmt.Print' (#​3327)
  • Add Webhook for Repository ruleset (#​3305)
  • feat: Add support for code_scanning (#​3256)
  • docs: put a space between // and comment text (#​3329)
  • Add support for fetching artifact attestations at the org, repo and user levels (#​3334)
  • Add BranchProtectionConfigurationEvent and SecretScanningAlertLocationEvent (#​3332)
  • build(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.0.0 to 2.0.1 in /example in the go_modules group (#​3338)
  • Allow RemoveReviewers to remove only teams (#​3337)
  • build(deps): bump github.com/alecthomas/kong from 1.2.1 to 1.3.0 in /tools (#​3342)
  • build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in /example in the go_modules group (#​3343)
  • feat(secret scanning): Support pull_request_comment_url (#​3344)
  • build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 in /scrape (#​3348)
  • build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /tools (#​3347)
  • build(deps): bump github.com/alecthomas/kong from 1.3.0 to 1.4.0 in /tools (#​3346)
  • refactor: Enable revive linter and fix up lint issues (#​3345)
  • Add missing permissions to InstallationPermissions struct (#​3349)
  • build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#​3351)
  • Update OpenAPI (#​3352)
  • Add missing Deployment field to workflow_job event type (#​3353)
  • feat: Support Copilot metrics endpoints (#​3350)
  • feat: Remove the beta endpoint for Copilot usage (#​3354)
  • build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 (#​3358)
  • Update AUTHORS (#​3359)
  • Bump version of go-github to v67.0.0 (#​3360)
stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI
  • .gitignore: igno

Configuration

📅 Schedule: Branch creation - "after 7am and before 9am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 requested review from a team as code owners October 31, 2024 11:47
@renovate renovate bot changed the title fix(deps): update support-deps to v1.13.1 fix(deps): update uds releaser support dependencies Oct 31, 2024
@renovate renovate bot force-pushed the renovate/uds-releaser-support-dependencies branch from 4fd1162 to 63d3a6f Compare October 31, 2024 18:29
Copy link
Contributor Author

renovate bot commented Oct 31, 2024

ℹ Artifact update notice

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

  • 7 additional dependencies were updated

Details:

Package Change
github.com/ProtonMail/go-crypto v1.0.0 -> v1.1.2
github.com/cyphar/filepath-securejoin v0.3.1 -> v0.3.4
github.com/go-git/go-billy/v5 v5.5.0 -> v5.6.0
golang.org/x/crypto v0.28.0 -> v0.30.0
golang.org/x/net v0.30.0 -> v0.31.0
golang.org/x/sys v0.26.0 -> v0.28.0
golang.org/x/time v0.6.0 -> v0.7.0

@renovate renovate bot force-pushed the renovate/uds-releaser-support-dependencies branch 5 times, most recently from 09bd187 to 16cb416 Compare November 5, 2024 16:55
@renovate renovate bot changed the title fix(deps): update uds releaser support dependencies chore(deps): update uds releaser support dependencies Nov 5, 2024
@renovate renovate bot force-pushed the renovate/uds-releaser-support-dependencies branch 12 times, most recently from c90cfb3 to 3a4fa72 Compare November 13, 2024 11:10
@renovate renovate bot force-pushed the renovate/uds-releaser-support-dependencies branch 6 times, most recently from aa9a600 to 63dd050 Compare November 18, 2024 18:47
@renovate renovate bot force-pushed the renovate/uds-releaser-support-dependencies branch 5 times, most recently from 8c4821f to 6bb76f1 Compare November 23, 2024 12:11
@renovate renovate bot force-pushed the renovate/uds-releaser-support-dependencies branch 9 times, most recently from 2e0567c to 077b0fc Compare December 3, 2024 14:41
@renovate renovate bot force-pushed the renovate/uds-releaser-support-dependencies branch 8 times, most recently from 3ddd0c6 to bbbcc93 Compare December 10, 2024 14:30
@renovate renovate bot changed the title chore(deps): update uds releaser support dependencies fix(deps): update uds releaser support dependencies Dec 10, 2024
| datasource     | package                            | from     | to       |
| -------------- | ---------------------------------- | -------- | -------- |
| github-tags    | anchore/sbom-action                | v0.17.6  | v0.17.8  |
| github-tags    | defenseunicorns/uds-cli            | v0.18.0  | v0.19.2  |
| github-tags    | defenseunicorns/uds-common         | v1.2.2   | v1.5.1   |
| go             | github.com/defenseunicorns/uds-cli | v0.18.0  | v0.19.2  |
| go             | github.com/goccy/go-yaml           | v1.13.0  | v1.15.8  |
| go             | github.com/google/go-github/v66    | v66.0.0  | v67.0.0  |
| go             | github.com/stretchr/testify        | v1.9.0   | v1.10.0  |
| go             | github.com/xanzy/go-gitlab         | v0.112.0 | v0.115.0 |
| go             | github.com/zarf-dev/zarf           | v0.42.0  | v0.44.0  |
| github-tags    | github/codeql-action               | v3.27.0  | v3.27.7  |
| golang-version | go                                 | 1.23.2   | 1.23.4   |
| github-tags    | goreleaser/goreleaser-action       | v6.0.0   | v6.1.0   |
@renovate renovate bot force-pushed the renovate/uds-releaser-support-dependencies branch from bbbcc93 to 56f8888 Compare December 10, 2024 16:58
@renovate renovate bot changed the title fix(deps): update uds releaser support dependencies fix(deps): update uds releaser support dependencies - autoclosed Dec 10, 2024
@renovate renovate bot closed this Dec 10, 2024
@renovate renovate bot deleted the renovate/uds-releaser-support-dependencies branch December 10, 2024 21:15
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.

0 participants