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 package kit support dependencies #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
cgr.dev/du-uds-defenseunicorns/curl-fips (source) patch 8.12.0 -> 8.12.1 age adoption passing confidence
cgr.dev/du-uds-defenseunicorns/mattermost (source) minor 10.4.2 -> 10.5.1 age adoption passing confidence
curlimages/curl patch 8.12.0 -> 8.12.1 age adoption passing confidence
defenseunicorns/uds-cli minor v0.21.0 -> v0.22.0 age adoption passing confidence
defenseunicorns/uds-cli minor 0.21.0 -> 0.22.0 age adoption passing confidence
defenseunicorns/uds-common minor v1.8.0 -> v1.9.1 age adoption passing confidence
github.com/defenseunicorns/uds-cli require minor v0.21.0 -> v0.22.0 age adoption passing confidence
github.com/goccy/go-yaml require patch v1.15.20 -> v1.15.23 age adoption passing confidence
github.com/google/go-github/v66 require major v66.0.0 -> v69.2.0 age adoption passing confidence
github.com/google/go-github/v69 require minor v69.0.0 -> v69.2.0 age adoption passing confidence
github.com/spf13/cobra require minor v1.8.1 -> v1.9.1 age adoption passing confidence
github.com/zarf-dev/zarf require minor v0.48.1 -> v0.49.0 age adoption passing confidence
github/codeql-action action patch v3.28.9 -> v3.28.10 age adoption passing confidence
go (source) toolchain minor 1.23.6 -> 1.24.0 age adoption passing confidence
mattermost-enterprise-edition (source) patch 2.6.68 -> 2.6.69 age adoption passing confidence
mattermost/mattermost-enterprise-edition patch 10.5.0 -> 10.5.1 age adoption passing confidence
registry1.dso.mil/ironbank/opensource/mattermost/mattermost (source) minor 10.4.2 -> 10.5.1 age adoption passing confidence

Release Notes

curl/curl-container (curlimages/curl)

v8.12.1

Compare Source

Changed
  • bump to curl 8.12.1
defenseunicorns/uds-cli (defenseunicorns/uds-cli)

v0.22.0

Compare Source

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

v1.9.1

Compare Source

Miscellaneous

v1.9.0

Compare Source

Features
Bug Fixes

v1.8.1

Compare Source

Miscellaneous
goccy/go-yaml (github.com/goccy/go-yaml)

v1.15.23: 1.15.23

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.22...v1.15.23

v1.15.22: 1.15.22

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.21...v1.15.22

v1.15.21: 1.15.21

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.20...v1.15.21

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

v69.2.0

Compare Source

This minor release contains the following changes:

  • Add helper to get runID from Custom Deployment Protection Rule Event (#​3476)
  • feat: Add JSON marshal tests for dependabot alerts (#​3480)
  • feat: Add sorting list options for secret scanning (#​3481)
  • Bump version of go-github to v69.2.0 (#​3482)

v69.1.0

Compare Source

This minor release contains the following changes:

  • Bump go-github from v68 to v69 in /scrape (#​3464)
  • Use a max retry after duration for secondary rate limit if specified (#​3438)
  • docs: Clarify ListPullRequestsWithCommit usage (#​3465)
  • fix: go 1.22 test breakage (#​3459)
  • feat: Add link to bored-engineer/github-conditional-http-transport to conditional requests documentation (#​3469)
  • build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 in /tools (#​3472)
  • build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 in /scrape (#​3470)
  • build(deps): bump github.com/alecthomas/kong from 1.7.0 to 1.8.0 in /tools (#​3471)
  • Update workflow and tools to use Go1.24 and 1.23 (#​3474)
  • chore: Only use master test runs for status badge (#​3475)
  • feat: Add ListProvisionedScimGroupsForEnterprise inside SCIM service (#​3467)
  • fix: Add missing query params to AlertListOptions (#​3477)
  • Bump version of go-github to v69.1.0 (#​3478)

v69.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Add support for enterprise rulesets (#​3417)
    BREAKING CHANGE: Create*Ruleset and Update*Ruleset now pass ruleset parameter by-value instead of by-reference.
  • fix!: Typo in field names in the CheckSuite struct (#​3444)
    BREAKING CHANGE: Rerequstable=>Rerequestable, RunsRerequstable=>RunsRerequestable
  • fix!: Typo in field names in the PullStats struct (#​3445)
    BREAKING CHANGE: MergablePulls=>MergeablePulls, UnmergablePulls=>UnmergeablePulls
  • refactor!: Do not capitalize error strings (#​3446)
    BREAKING CHANGE: Some error strings are slightly modified - please do not rely on error text in general.
  • fix!: Refactor the repository ruleset code (#​3430)
    BREAKING CHANGES: The following types have been renamed:
    • Ruleset -> RepositoryRuleset
    • RulesetLink -> RepositoryRulesetLink
    • RulesetLinks -> RepositoryRulesetLinks
    • RulesetRefConditionParameters -> RepositoryRulesetRefConditionParameters
    • RulesetRepositoryNamesConditionParameters -> RepositoryRulesetRepositoryNamesConditionParameters
    • RulesetRepositoryIDsConditionParameters -> RepositoryRulesetRepositoryIDsConditionParameters
    • RulesetRepositoryPropertyTargetParameters -> Repository
    • RulesetRepositoryPropertyConditionParameters -> RepositoryRulesetRepositoryPropertyConditionParameters
    • RulesetOrganizationNamesConditionParameters -> RepositoryRulesetOrganizationNamesConditionParameters
    • RulesetOrganizationIDsConditionParameters -> RepositoryRulesetOrganizationIDsConditionParameters
    • RulesetConditions -> RepositoryRulesetConditions
    • RepositoryRulesetEditedChanges -> RepositoryRulesetChanges
    • RepositoryRulesetEditedSource -> RepositoryRulesetChangeSource
    • RepositoryRulesetEditedSources -> RepositoryRulesetChangeSources
    • RepositoryRulesetEditedConditions -> RepositoryRulesetUpdatedConditions
    • RepositoryRulesetUpdatedConditionsEdited -> RepositoryRulesetUpdatedCondition
    • RepositoryRulesetEditedRules -> RepositoryRulesetChangedRules
    • RepositoryRulesetUpdatedRules -> RepositoryRulesetUpdatedRules
    • RepositoryRulesetEditedRuleChanges -> RepositoryRulesetChangedRule
  • chore!: Add sliceofpointers custom linter (#​3447)
    BREAKING CHANGE: ListOAuthApps now returns ([]*OAuthApp, error) instead of ([]OAuthApp, error).
  • feat!: Change User.InheritedFrom to a slice (#​3460)
    BREAKING CHANGE: User.InheritedFrom is changed from a *Team to a []*Team.

...and the following additional changes:

  • Bump go-github from v67 to v68 in /scrape (#​3398)
  • build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 in /scrape (#​3400)
  • build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#​3401)
  • Bump golang.org/x/net to v0.33.0 (#​3402)
  • Add TokenID and TokenName to PersonalAccessToken struct (#​3404)
  • Bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.1 in /scrape (#​3408)
  • Bump Go to 1.22.10 or 1.23.4 in go.mod files (#​3410)
  • Add opt-in rate limit support on endpoints returning 302s (#​3411)
  • Update OpenAPI (#​3419)
  • build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 in /scrape (#​3420)
  • Permit toggling rate limit check by consumers (#​3386)
  • build(deps): Pin and group actions/* (#​3424)
  • Add deprecation messages to security managers APIs (#​3426)
  • fix: Relax go directive in go.mod to 1.22.0 (#​3423)
  • Enforce toolchain requirement in generate.sh (#​3428)
  • feat: Add missing notification_setting to Team (#​3431)
  • chore: Add reviewers file (#​3435)
  • gen-accessors: Update dumping of getters (#​3437)
  • chore: Fix codecov upload (#​3440)
  • chore: Spell "unmarshal" consistently with one el (#​3441)
  • fix: Typos in func parameter, vars, error, and comments (#​3442)
  • feat: Add manage_ghes endpoints introduced in 3.15 (#​3433)
  • Fix minor typo (#​3448)
  • chore: Check and fix license headers (#​3449)
  • Add new fields for IssueType (#​3451)
  • ci: update golangci-lint to v1.63.4 (#​3452)
  • Extend Rate and Rate Limiting with X-Ratelimit-Used and X-Ratelimit-Resource headers (#​3453)
  • build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 in the actions group (#​3454)
  • build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 (#​3455)
  • docs: Add clarifications for mergeable field in pull requests (#​3396)
  • build(deps): bump github.com/alecthomas/kong from 1.6.0 to 1.7.0 in /tools (#​3458)
  • Bump version of go-github to v69.0.0 (#​3463)

v68.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Remove Project (classic) support (#​3380)
    BREAKING CHANGE: All support for "Project (classic)" is removed and Project responses are replaced by ProjectV2 (renamed from ProjectsV2).
  • fix!: Remove unused Stats field from Commit struct (#​3395)
    BREAKING CHANGE: The unused Stats field is removed from the Commit struct.

...and the following additional changes:

  • Bump go-github from v66 to v67 in /scrape (#​3361)
  • Map more missing installation permissions (#​3363)
  • build(deps): bump github.com/alecthomas/kong from 1.4.0 to 1.5.0 in /tools (#​3365)
  • fix: Preserve HTTP Response in URL Errors (#​3369)
  • Update OpenAPI (#​3374)
  • feat: Add assignment for org role associations (#​3371)
  • build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#​3375)
  • build(deps): bump github.com/alecthomas/kong from 1.5.0 to 1.6.0 in /tools (#​3376)
  • build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /tools (#​3377)
  • build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in /scrape (#​3378)
  • chore: Deprecate legacy ID-based team methods (#​3373)
  • feat: Support resolution_comment to update alert API (#​3357)
  • feat: Add custom_property events (#​3379)
  • feat: Deprecate and replace Bool,Int,Int64,String with Ptr using generics (#​3355)
  • feat: Add GET for custom org repo role (#​3372)
  • chore: Remove commented out test code (#​3381)
  • build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /example in the go_modules group (#​3383)
  • feat: Add enterprise custom properties (#​3382)
  • Change header keys to be canonical (#​3389)
  • chore: Sort std imports (#​3390)
  • feat: Document review request events in Timeline struct (#​3391)
  • fix: DownloadReleaseAsset handles renamed repository (#​3392)
  • Bump version of go-github to v68.0.0 (#​3397)

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)
spf13/cobra (github.com/spf13/cobra)

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

Full Changelog: spf13/cobra@v1.8.1...v1.9.0

zarf-dev/zarf (github.com/zarf-dev/zarf)

v0.49.0

Compare Source

This release includes a number of project adjustments as well as fixes.

Breaking Changes

  • Configuration file formats other than yaml and toml are being deprecated
    • See Proposed ZEP-0015 for background on limitations driving this decision
  • zarf connect default execution has a UX change
    • The --cli-only flag has been removed - this behavior is now the default
    • Browsers can be automatically opened with the command using the --open flag

The update to zarf connect is with consideration of zarf behaviors defaulting to fully-encapsulated execution. As a general principle we want zarf to have minimal dependency on external/system tooling by default.

What's Changed

🚀 Updates
📦 Dependencies

Full Changelog: zarf-dev/zarf@v0.48.1...v0.49.0

github/codeql-action (github/codeql-action)

v3.28.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.10 - 21 Feb 2025
  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

golang/go (go)

v1.24.0

mattermost/mattermost-helm (mattermost-enterprise-edition)

v2.6.69

Compare Source

Mattermost Enterprise server with high availitibity.


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 February 14, 2025 13:35
@renovate renovate bot force-pushed the renovate/uds-package-kit-support-dependencies branch 9 times, most recently from e6895c7 to 20b60eb Compare February 20, 2025 20:37
Copy link
Contributor Author

renovate bot commented Feb 20, 2025

ℹ 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):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/text v0.21.0 -> v0.22.0

@renovate renovate bot force-pushed the renovate/uds-package-kit-support-dependencies branch 3 times, most recently from f574e56 to ad07707 Compare February 25, 2025 01:06
| datasource     | package                                                     | from     | to       |
| -------------- | ----------------------------------------------------------- | -------- | -------- |
| docker         | cgr.dev/du-uds-defenseunicorns/curl-fips                    | 8.12.0   | 8.12.1   |
| docker         | cgr.dev/du-uds-defenseunicorns/mattermost                   | 10.4.2   | 10.5.1   |
| docker         | curlimages/curl                                             | 8.12.0   | 8.12.1   |
| github-tags    | defenseunicorns/uds-cli                                     | v0.21.0  | v0.22.0  |
| github-tags    | defenseunicorns/uds-common                                  | v1.8.0   | v1.9.1   |
| go             | github.com/defenseunicorns/uds-cli                          | v0.21.0  | v0.22.0  |
| go             | github.com/goccy/go-yaml                                    | v1.15.20 | v1.15.23 |
| go             | github.com/google/go-github/v66                             | v66.0.0  | v69.2.0  |
| go             | github.com/google/go-github/v69                             | v69.0.0  | v69.2.0  |
| go             | github.com/spf13/cobra                                      | v1.8.1   | v1.9.1   |
| go             | github.com/zarf-dev/zarf                                    | v0.48.1  | v0.49.0  |
| github-tags    | github/codeql-action                                        | v3.28.9  | v3.28.10 |
| golang-version | go                                                          | 1.23.6   | 1.24.0   |
| helm           | mattermost-enterprise-edition                               | 2.6.68   | 2.6.69   |
| docker         | mattermost/mattermost-enterprise-edition                    | 10.5.0   | 10.5.1   |
| docker         | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 10.4.2   | 10.5.1   |
@renovate renovate bot force-pushed the renovate/uds-package-kit-support-dependencies branch from ad07707 to bc538e7 Compare February 25, 2025 20:45
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