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

chore(deps): update support-deps #989

Merged
merged 1 commit into from
Nov 9, 2024
Merged

chore(deps): update support-deps #989

merged 1 commit into from
Nov 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Type Update Change
aws required_provider minor ~> 5.74.0 -> ~> 5.75.0
defenseunicorns/lula minor v0.10.0 -> v0.11.0
defenseunicorns/uds-cli minor 0.18.0 -> 0.19.0
defenseunicorns/uds-cli minor v0.18.0 -> v0.19.0
defenseunicorns/uds-k3d minor 0.9.0 -> 0.10.1
ghcr.io/defenseunicorns/packages/uds-k3d minor 0.9.0 -> 0.10.1
ghcr.io/zarf-dev/packages/init patch v0.42.1 -> v0.42.2
github/codeql-action action patch v3.27.0 -> v3.27.1
terraform-aws-modules/s3-bucket/aws (source) module patch 4.2.1 -> 4.2.2
zarf-dev/zarf patch v0.42.1 -> v0.42.2

Release Notes

defenseunicorns/lula (defenseunicorns/lula)

v0.11.0

Compare Source

This release includes updates to the API domain as we look to mature the capability of API data-retrieval as well as a new lula tools print command that can assist in the retrieval of resources or validations associated with an assessment observation.

Other fixes include a modification to the underlying process of data collection - domains now allow for passing evidence in the form of empty objects in the event of error for debugging purposes. This improves a posture of post-error analysis of evidence to have the most provenant picture of your systems. It also includes a fix for the generation of components from catalogs with nested parameter templates - resolving a conflict between OSCAL catalogs parameter templating and Lula templating.

Features
  • api domain: accept any API response and include reponse status code in domain resources (#​788) (6c6fcb3)
  • api domain: extend options for Get requests (#​766) (a480235)
  • dev: observation print commands (#​762) (0e9337e)
Bug Fixes
  • generate: template nested prose with params (#​780) (cd0fc1f)
  • validate: support returning empty resources object/slice (#​704) (9f29146)
Miscellaneous
  • deps: update actions/github-script digest to 4020e46 (#​778) (7c85ec9)
  • deps: update anchore/sbom-action action to v0.17.6 (#​768) (f55c890)
  • deps: update anchore/sbom-action action to v0.17.7 (#​781) (28247ea)
  • deps: update dependency go to v1.23.3 (#​785) (70de474)
  • deps: update github.com/charmbracelet/x/exp/teatest digest to 317c90d (#​791) (1d0ebff)
  • deps: update github.com/charmbracelet/x/exp/teatest digest to eee4c46 (#​705) (2ecc6ce)
  • deps: update github/codeql-action action to v3.27.1 (#​790) (c86e426)
  • deps: update goreleaser/goreleaser-action action to v6.1.0 (#​786) (fae5e4c)
  • deps: update module github.com/charmbracelet/bubbletea to v1.2.1 (#​783) (73690be)
  • deps: update module github.com/charmbracelet/lipgloss to v1 (#​774) (0213f3d)
  • deps: update module github.com/evertras/bubble-table to v0.17.1 (#​773) (8dc2196)
  • deps: update module github.com/open-policy-agent/opa to v0.70.0 (#​775) (63bf029)
  • file domain: add network.DownloadFile and use go-getter to download files (#​760) (9654993)

What's Changed

Full Changelog: defenseunicorns/lula@v0.10.0...v0.11.0

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

v0.19.0

Compare Source

What's Changed
New Contributors

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

defenseunicorns/uds-k3d (defenseunicorns/uds-k3d)

v0.10.1

Compare Source

Bug Fixes

v0.10.0

Compare Source

[!WARNING]
Published OCI artifacts for this release are not available due to a workflow bug. You can build this release from source or consume the patch release 0.10.1 instead which has no additional changes beyond the workflow fix.

Features
  • add ability to support additional gateway/domain (#​115) (4c62e6c)
  • implement graceful, modifiable CoreDNS helm overrides (#​112) (7fe1876)
Bug Fixes
Miscellaneous
github/codeql-action (github/codeql-action)

v3.27.1

Compare Source

CodeQL Action Changelog

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

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.1 - 08 Nov 2024

  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

terraform-aws-modules/terraform-aws-s3-bucket (terraform-aws-modules/s3-bucket/aws)

v4.2.2

Compare Source

Bug Fixes
  • Remove ACL in analytics, inventory, and replication examples (#​292) (1986daa)
zarf-dev/zarf (zarf-dev/zarf)

v0.42.2

Compare Source

What's Changed

New Contributors

Full Changelog: zarf-dev/zarf@v0.42.1...v0.42.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 a review from a team as a code owner November 7, 2024 18:18
@renovate renovate bot changed the title chore(deps): update support-deps to v0.42.2 chore(deps): update support-deps Nov 7, 2024
@renovate renovate bot force-pushed the renovate/support-deps branch 5 times, most recently from 9550c88 to bfca8bc Compare November 8, 2024 18:13
mjnagel
mjnagel previously approved these changes Nov 8, 2024
Copy link
Contributor

@mjnagel mjnagel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tentative approval, watching CI though.

| datasource         | package                                  | from    | to      |
| ------------------ | ---------------------------------------- | ------- | ------- |
| terraform-provider | hashicorp/aws                            | 5.74.0  | 5.75.0  |
| github-tags        | defenseunicorns/lula                     | v0.10.0 | v0.11.0 |
| github-tags        | defenseunicorns/uds-cli                  | 0.18.0  | 0.19.0  |
| github-tags        | defenseunicorns/uds-cli                  | v0.18.0 | v0.19.0 |
| github-tags        | defenseunicorns/uds-k3d                  | v0.9.0  | v0.10.1 |
| docker             | ghcr.io/defenseunicorns/packages/uds-k3d | 0.9.0   | 0.10.1  |
| docker             | ghcr.io/zarf-dev/packages/init           | v0.42.1 | v0.42.2 |
| github-tags        | github/codeql-action                     | v3.27.0 | v3.27.1 |
| terraform-module   | terraform-aws-modules/s3-bucket/aws      | 4.2.1   | 4.2.2   |
| github-tags        | zarf-dev/zarf                            | v0.42.1 | v0.42.2 |
@mjnagel mjnagel enabled auto-merge (squash) November 8, 2024 23:53
@mjnagel mjnagel merged commit 7a1c74e into main Nov 9, 2024
28 of 30 checks passed
@mjnagel mjnagel deleted the renovate/support-deps branch November 9, 2024 00:57
UnicornChance pushed a commit that referenced this pull request Nov 12, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.31.0](v0.30.0...v0.31.0)
(2024-11-12)


### ⚠ BREAKING CHANGES

* Remove the generated exception block from the remoteCidr generation.
This change means that a cidr containing the META_IP could be set.

### Bug Fixes

* avoids memory leak in istio sidecar termination
([#972](#972))
([bfd415e](bfd415e))
* ensure grafana does not install plugins from the internet
([#993](#993))
([f3def45](f3def45))
* remove remoteCidr exception block
([#987](#987))
([264fbf6](264fbf6))
* renovate config updated to track tests
([#981](#981))
([2494448](2494448))
* sets `fail-fast` to `false` for matrix workflows
([#995](#995))
([3008788](3008788))
* sort auth chains when building the authservice config
([#969](#969))
([15487fb](15487fb))


### Miscellaneous

* add prometheus, loki, and vector e2e testing
([#939](#939))
([f271ce2](f271ce2))
* add the scorecard supply chain security workflow
([#917](#917))
([5626f2f](5626f2f))
* **deps:** update authservice to v1.0.3
([#893](#893))
([5585a3c](5585a3c))
* **deps:** update grafana curl-fips image to v8.11.0
([#994](#994))
([dfc4c8c](dfc4c8c))
* **deps:** update grafana to 11.3.0
([#921](#921))
([7cdd742](7cdd742))
* **deps:** update loki to 3.2.1
([#918](#918))
([5fa6a24](5fa6a24))
* **deps:** update loki to v6.19.0
([#990](#990))
([8bbac53](8bbac53))
* **deps:** update pepr to v0.39.0
([#932](#932))
([27eb1bd](27eb1bd))
* **deps:** update support dependencies to v3.27.2
([#1001](#1001))
([8702952](8702952))
* **deps:** update support dependencies to v3.3.0
([#985](#985))
([4636a38](4636a38))
* **deps:** update support dependencies to v3.3.1
([#1002](#1002))
([8c20b49](8c20b49))
* **deps:** update support-deps
([#928](#928))
([a9cf1f2](a9cf1f2))
* **deps:** update support-deps
([#983](#983))
([dc3084b](dc3084b))
* **deps:** update support-deps
([#989](#989))
([7a1c74e](7a1c74e))
* **deps:** update velero
([#956](#956))
([7746092](7746092))
* regroup renovate support dependencies
([#979](#979))
([6491be9](6491be9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant