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 #898

Merged
merged 2 commits into from
Oct 15, 2024
Merged

chore(deps): update support-deps #898

merged 2 commits into from
Oct 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Type Update Change
aws required_provider minor ~> 5.70.0 -> ~> 5.71.0
defenseunicorns/lula minor v0.8.0 -> v0.9.1
defenseunicorns/uds-common minor v1.0.0 -> v1.1.0
terraform-aws-modules/s3-bucket/aws (source) module patch 4.2.0 -> 4.2.1

Release Notes

defenseunicorns/lula (defenseunicorns/lula)

v0.9.1

Compare Source

Bug Fixes

What's Changed

Full Changelog: defenseunicorns/lula@v0.9.0...v0.9.1

v0.9.0

Compare Source

⚠ BREAKING CHANGES
  • kubernetes: wait logic kubernetes version support (#​718)
Features
Bug Fixes
Miscellaneous
  • add global command context for program cancelation and everything else (#​696) (df81cf7)
  • deps: update actions/checkout action to v4.2.1 (#​713) (802601a)
  • deps: update actions/upload-artifact action to v4.4.3 (#​711) (a954664)
  • deps: update github/codeql-action action to v3.26.12 (#​691) (0efb120)
  • deps: update module github.com/open-policy-agent/opa to v0.69.0 (#​692) (e08d695)
  • deps: update module sigs.k8s.io/cli-utils to v0.37.2 (#​721) (5fd0f32)
  • update getting started doc to include brew install (#​720) (26c3f8d)
defenseunicorns/uds-common (defenseunicorns/uds-common)

v1.1.0

Compare Source

⚠ BREAKING CHANGES
  • update the license to AGPLv3 or Commercial (#​286)
Bug Fixes
Miscellaneous
terraform-aws-modules/terraform-aws-s3-bucket (terraform-aws-modules/s3-bucket/aws)

v4.2.1

Compare Source

Bug Fixes

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 October 10, 2024 22:30
@renovate renovate bot changed the title chore(deps): update support dependencies to ~> 5.71.0 chore(deps): update support-deps Oct 11, 2024
@renovate renovate bot force-pushed the renovate/support-deps branch 2 times, most recently from 4f5c38a to ca05151 Compare October 11, 2024 19:37
| datasource         | package                             | from   | to     |
| ------------------ | ----------------------------------- | ------ | ------ |
| terraform-provider | hashicorp/aws                       | 5.70.0 | 5.71.0 |
| github-tags        | defenseunicorns/lula                | v0.8.0 | v0.9.1 |
| github-tags        | defenseunicorns/uds-common          | v1.0.0 | v1.1.0 |
| terraform-module   | terraform-aws-modules/s3-bucket/aws | 4.2.0  | 4.2.1  |
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.

Had to resolve a release-please issue but this should be g2g now.

Copy link
Contributor Author

renovate bot commented Oct 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@UnicornChance UnicornChance merged commit 380af83 into main Oct 15, 2024
28 checks passed
@UnicornChance UnicornChance deleted the renovate/support-deps branch October 15, 2024 13:57
docandrew pushed a commit that referenced this pull request Oct 17, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| aws | required_provider | minor | `~> 5.70.0` -> `~> 5.71.0` |
|
[defenseunicorns/lula](https://github.com/defenseunicorns/lula)
| | minor | `v0.8.0` -> `v0.9.1` |
|
[defenseunicorns/uds-common](https://github.com/defenseunicorns/uds-common)
| | minor | `v1.0.0` -> `v1.1.0` |
|
[terraform-aws-modules/s3-bucket/aws](https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws)
([source](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket))
| module | patch | `4.2.0` -> `4.2.1` |

---

### Release Notes

<details>
<summary>defenseunicorns/lula (defenseunicorns/lula)</summary>

###
[`v0.9.1`](https://github.com/defenseunicorns/lula/releases/tag/v0.9.1)

[Compare
Source](https://github.com/defenseunicorns/lula/compare/v0.9.0...v0.9.1)

##### Bug Fixes

- **release:** add environment to push job
([#&#8203;735](https://github.com/defenseunicorns/lula/issues/735))
([1ed52f1](https://github.com/defenseunicorns/lula/commit/1ed52f1cf36214ef20ac5a95cee5d5f266232192))

#### What's Changed

- fix(release): add environment to push job by
[@&#8203;brandtkeller](https://github.com/brandtkeller) in
[https://github.com/defenseunicorns/lula/pull/735](https://github.com/defenseunicorns/lula/pull/735)
- chore(main): release 0.9.1 by
[@&#8203;github-actions](https://github.com/github-actions) in
[https://github.com/defenseunicorns/lula/pull/734](https://github.com/defenseunicorns/lula/pull/734)

**Full Changelog**:
defenseunicorns/lula@v0.9.0...v0.9.1

###
[`v0.9.0`](https://github.com/defenseunicorns/lula/releases/tag/v0.9.0)

[Compare
Source](https://github.com/defenseunicorns/lula/compare/v0.8.0...v0.9.0)

##### ⚠ BREAKING CHANGES

- **kubernetes:** wait logic kubernetes version support
([#&#8203;718](https://github.com/defenseunicorns/lula/issues/718))

##### Features

- **compose:** template files during compose operations
([#&#8203;686](https://github.com/defenseunicorns/lula/issues/686))
([c1745a4](https://github.com/defenseunicorns/lula/commit/c1745a41ff15b9cf8d6f5c4bf459be88bc84cbf9))
- **domains:** file domain
([#&#8203;703](https://github.com/defenseunicorns/lula/issues/703))
([bd4f577](https://github.com/defenseunicorns/lula/commit/bd4f57778c5e5bac539d14955e594ee15312c39c))
- **file domain:** add support for reading arbitrary files as strings
([#&#8203;726](https://github.com/defenseunicorns/lula/issues/726))
([0b1c0c8](https://github.com/defenseunicorns/lula/commit/0b1c0c8ddf7c0f5de8e23a0b42ca2348efaaef78))
- **kubernetes:** support running both create resources and resources in
the kubernetes spec
([#&#8203;714](https://github.com/defenseunicorns/lula/issues/714))
([6839d20](https://github.com/defenseunicorns/lula/commit/6839d205ea0f4434d6af2071f3f3ed444b131944))
- **kubernetes:** wait logic kubernetes version support
([#&#8203;718](https://github.com/defenseunicorns/lula/issues/718))
([cc06251](https://github.com/defenseunicorns/lula/commit/cc06251e75facf6f321ad4ca2f8609f782dcfb29))
- **release:** add brew install for lula
([#&#8203;707](https://github.com/defenseunicorns/lula/issues/707))
([fd1d3e0](https://github.com/defenseunicorns/lula/commit/fd1d3e08754a845e25c849b280ed6390a377e138))
- **validate:** template oscal during runtime
([#&#8203;708](https://github.com/defenseunicorns/lula/issues/708))
([3f5a110](https://github.com/defenseunicorns/lula/commit/3f5a110ecf692d99e1511ac82b737d82764321c2))

##### Bug Fixes

- add goreleaser pin version annotate
([#&#8203;712](https://github.com/defenseunicorns/lula/issues/712))
([68bc101](https://github.com/defenseunicorns/lula/commit/68bc1014edb701da12ddde6ae83ba90c8e19e774))
- **composition:** nil pointer in composition
([#&#8203;733](https://github.com/defenseunicorns/lula/issues/733))
([8ad4209](https://github.com/defenseunicorns/lula/commit/8ad420970cd6bd72ee0c18e6c25a4578e9db4432))
- **console:** refactor, retries, sleep to address flaky tests
([#&#8203;698](https://github.com/defenseunicorns/lula/issues/698))
([02101a5](https://github.com/defenseunicorns/lula/commit/02101a5633c009ff46083651745b6aa40ac62448))
- **console:** reset compdef when editing
([#&#8203;701](https://github.com/defenseunicorns/lula/issues/701))
([4e25f01](https://github.com/defenseunicorns/lula/commit/4e25f014d8ba9bd88df3317ec51ce3fa783203d0))
- **read:** error checking prior to file writes
([#&#8203;687](https://github.com/defenseunicorns/lula/issues/687))
([1ab0eef](https://github.com/defenseunicorns/lula/commit/1ab0eefdeeb1d59f16f33249b1a6fce141ef5942))

##### Miscellaneous

- add global command context for program cancelation and everything else
([#&#8203;696](https://github.com/defenseunicorns/lula/issues/696))
([df81cf7](https://github.com/defenseunicorns/lula/commit/df81cf7a74e6f78c27055b82c20375f53976cea8))
- **deps:** update actions/checkout action to v4.2.1
([#&#8203;713](https://github.com/defenseunicorns/lula/issues/713))
([802601a](https://github.com/defenseunicorns/lula/commit/802601a70fadfc142a47cc6e8528478a6aac3291))
- **deps:** update actions/upload-artifact action to v4.4.3
([#&#8203;711](https://github.com/defenseunicorns/lula/issues/711))
([a954664](https://github.com/defenseunicorns/lula/commit/a954664d0b2e25d58097425dfbeac193a200b6c5))
- **deps:** update github/codeql-action action to v3.26.12
([#&#8203;691](https://github.com/defenseunicorns/lula/issues/691))
([0efb120](https://github.com/defenseunicorns/lula/commit/0efb120a6f50e650a5e2962125a7495a21236fb8))
- **deps:** update module github.com/open-policy-agent/opa to v0.69.0
([#&#8203;692](https://github.com/defenseunicorns/lula/issues/692))
([e08d695](https://github.com/defenseunicorns/lula/commit/e08d695ea6629e2c60a33ae85edf076bbb49ee68))
- **deps:** update module sigs.k8s.io/cli-utils to v0.37.2
([#&#8203;721](https://github.com/defenseunicorns/lula/issues/721))
([5fd0f32](https://github.com/defenseunicorns/lula/commit/5fd0f3244e5543e5302fce2ea4a42afc87026217))
- update getting started doc to include brew install
([#&#8203;720](https://github.com/defenseunicorns/lula/issues/720))
([26c3f8d](https://github.com/defenseunicorns/lula/commit/26c3f8dd1d9a5e31d7bf3936b453a3e0edfd2755))

</details>

<details>
<summary>defenseunicorns/uds-common
(defenseunicorns/uds-common)</summary>

###
[`v1.1.0`](https://github.com/defenseunicorns/uds-common/releases/tag/v1.1.0)

[Compare
Source](https://github.com/defenseunicorns/uds-common/compare/v1.0.0...v1.1.0)

##### ⚠ BREAKING CHANGES

- update the license to AGPLv3 or Commercial
([#&#8203;286](https://github.com/defenseunicorns/uds-common/issues/286))

##### Bug Fixes

- modified jq command
([#&#8203;292](https://github.com/defenseunicorns/uds-common/issues/292))
([d566e86](https://github.com/defenseunicorns/uds-common/commit/d566e86c5a78f2124116113ea3ed35695caec5be))
- simplify git command for flavor checks
([#&#8203;290](https://github.com/defenseunicorns/uds-common/issues/290))
([72c4e35](https://github.com/defenseunicorns/uds-common/commit/72c4e35d5f9f6ed877c184cf748e67a77e4fa771))
- upgrade test not cloning in private repos
([#&#8203;295](https://github.com/defenseunicorns/uds-common/issues/295))
([1dde808](https://github.com/defenseunicorns/uds-common/commit/1dde808b943c554edcd401fb814d504ee74117c0))

##### Miscellaneous

- **badging:** include unicorn flavor suggstion for bronze
([#&#8203;288](https://github.com/defenseunicorns/uds-common/issues/288))
([f668b06](https://github.com/defenseunicorns/uds-common/commit/f668b06f1597efd3c701a47ce28de1d8f298b1b8))
- **deps:** update support-deps to v4.4.3
([#&#8203;282](https://github.com/defenseunicorns/uds-common/issues/282))
([13d35ef](https://github.com/defenseunicorns/uds-common/commit/13d35ef9831c71cc217ef43f2c13562f40a3ec5b))
- **deps:** update uds common package dependencies to v1.27.2
([#&#8203;229](https://github.com/defenseunicorns/uds-common/issues/229))
([5b6a722](https://github.com/defenseunicorns/uds-common/commit/5b6a7223469bddf79be079baab1e3333a01c71e5))
- disable stale PR rebasing for renovate
([#&#8203;284](https://github.com/defenseunicorns/uds-common/issues/284))
([27ca69e](https://github.com/defenseunicorns/uds-common/commit/27ca69e53d980672b655b03ee854d2e7ea0462dc))
- have addlicense ignore gitignored files
([#&#8203;294](https://github.com/defenseunicorns/uds-common/issues/294))
([1bf662e](https://github.com/defenseunicorns/uds-common/commit/1bf662e890a238bf49234e9768d5fa7078d4fdb3))
- make all Maru references local includes
([#&#8203;287](https://github.com/defenseunicorns/uds-common/issues/287))
([727db0f](https://github.com/defenseunicorns/uds-common/commit/727db0fae26a4397361bab84de18dd253a755c79))
- update the license to AGPLv3 or Commercial
([#&#8203;286](https://github.com/defenseunicorns/uds-common/issues/286))
([2a9ca00](https://github.com/defenseunicorns/uds-common/commit/2a9ca00409f3bb513d2f256bcf1a91146b94d514))

</details>

<details>
<summary>terraform-aws-modules/terraform-aws-s3-bucket
(terraform-aws-modules/s3-bucket/aws)</summary>

###
[`v4.2.1`](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/HEAD/CHANGELOG.md#421-2024-10-11)

[Compare
Source](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/compare/v4.2.0...v4.2.1)

##### Bug Fixes

- Update CI workflow versions to latest
([#&#8203;293](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/issues/293))
([522fcff](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/commit/522fcffdf90b1325501e021548962f41978aeefc))

</details>

---

### 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](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel <[email protected]>
mjnagel pushed a commit that referenced this pull request Oct 18, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.29.1](v0.29.0...v0.29.1)
(2024-10-18)


### Bug Fixes

* adr link in func layers doc
([#903](#903))
([c42ccf8](c42ccf8))
* codespell config
([#934](#934))
([73eb385](73eb385))
* decompose istio oscal
([#826](#826))
([83c6ae5](83c6ae5))
* don't add duplicate policy names to `uds-core.pepr.dev/mutated`
annotation
([#916](#916))
([99d1c83](99d1c83))
* istio proxy exiting early when Pod has restart policy
([#914](#914))
([f87e3d4](f87e3d4))
* release-please for aks
([#941](#941))
([5c77285](5c77285))
* test ci license check
([#924](#924))
([c5b1d54](c5b1d54))


### Miscellaneous

* add e2e playwright tests for grafana
([#844](#844))
([1af5a8f](1af5a8f))
* add local lula compose task
([#892](#892))
([075b519](075b519))
* add nightly testing for AKS
([#908](#908))
([105aea6](105aea6))
* add playwright deps to support-deps renovate
([#937](#937))
([94655cd](94655cd))
* **deps:** revert pepr to 0.37.2
([#940](#940))
([3317bbe](3317bbe))
* **deps:** update grafana helm chart to v8.5.5
([#905](#905))
([ca9a485](ca9a485))
* **deps:** update pepr to v0.38.0
([#870](#870))
([de8419c](de8419c))
* **deps:** update pepr to v0.38.0
([#915](#915))
([6fe4e57](6fe4e57))
* **deps:** update pepr to v0.38.1
([#922](#922))
([3c5d341](3c5d341))
* **deps:** update prometheus-stack
([#863](#863))
([d3f03b4](d3f03b4))
* **deps:** update prometheus-stack to v65.3.1
([#920](#920))
([0b80107](0b80107))
* **deps:** update runtime to v0.6.1
([#910](#910))
([be63105](be63105))
* **deps:** update support dependencies to v0.192.0
([#906](#906))
([8dfd362](8dfd362))
* **deps:** update support-deps
([#898](#898))
([380af83](380af83))
* **deps:** update support-deps
([#912](#912))
([bf23a89](bf23a89))
* **docs:** custom resource docs generation
([#902](#902))
([e73597d](e73597d))
* ensure http2 watch config is used by internal exemption watch
([#909](#909))
([25bfd59](25bfd59))
* group setup action in support deps
([#930](#930))
([d0a0123](d0a0123))
* group vscode/settings.json with support-deps
([#933](#933))
([81e41d8](81e41d8))

---
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.

2 participants