fix(deps): update uds package kit support dependencies #40
+51
−34
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.12.0
->8.12.1
10.4.2
->10.5.1
8.12.0
->8.12.1
v0.21.0
->v0.22.0
0.21.0
->0.22.0
v1.8.0
->v1.9.1
v0.21.0
->v0.22.0
v1.15.20
->v1.15.23
v66.0.0
->v69.2.0
v69.0.0
->v69.2.0
v1.8.1
->v1.9.1
v0.48.1
->v0.49.0
v3.28.9
->v3.28.10
1.23.6
->1.24.0
2.6.68
->2.6.69
10.5.0
->10.5.1
10.4.2
->10.5.1
Release Notes
curl/curl-container (curlimages/curl)
v8.12.1
Compare Source
Changed
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.23Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.22...v1.15.23
v1.15.22
: 1.15.22Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.15.21...v1.15.22
v1.15.21
: 1.15.21Compare 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:
v69.1.0
Compare Source
This minor release contains the following changes:
v69.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
Create*Ruleset
andUpdate*Ruleset
now passruleset
parameter by-value instead of by-reference.BREAKING CHANGE:
Rerequstable
=>Rerequestable
,RunsRerequstable
=>RunsRerequestable
BREAKING CHANGE:
MergablePulls
=>MergeablePulls
,UnmergablePulls
=>UnmergeablePulls
BREAKING CHANGE: Some error strings are slightly modified - please do not rely on error text in general.
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
BREAKING CHANGE:
ListOAuthApps
now returns([]*OAuthApp, error)
instead of([]OAuthApp, error)
.BREAKING CHANGE:
User.InheritedFrom
is changed from a*Team
to a[]*Team
....and the following additional changes:
X-Ratelimit-Resource
headers (#3453)v68.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE: All support for "Project (classic)" is removed and
Project
responses are replaced byProjectV2
(renamed fromProjectsV2
).BREAKING CHANGE: The unused
Stats
field is removed from theCommit
struct....and the following additional changes:
v67.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
opts
argument toActionsService.ListArtifacts
changed fromListOptions
toListArtifactsOptions
.BREAKING CHANGE: Rename
RuleRequiredCodeScanningTools
toRuleRequiredCodeScanningTool
.BREAKING CHANGE: Change
RulesetRepositoryPropertyTargetParameters.Source
fromstring
to*string
....and the following additional changes:
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
pflag
dependencies for v1.9.0 by @jpmcb in https://github.com/spf13/cobra/pull/2233Thank 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
yaml
andtoml
are being deprecatedzarf connect
default execution has a UX change--cli-only
flag has been removed - this behavior is now the default--open
flagThe 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
make build-examples
in e2e tests by @AustinAbro321 in https://github.com/zarf-dev/zarf/pull/3494📦 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
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.
This PR was generated by Mend Renovate. View the repository job log.