Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#116)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.3.0](v0.2.7...v0.3.0)
(2024-10-25)


### Bug Fixes

* increase gitlab webservice mem limit to recommended min
([#102](#102))
([17e1ad4](17e1ad4))


### Miscellaneous

* badge, add renovate, update READMEs/workflow permissions
([#110](#110))
([258dbca](258dbca))
* **deps:** update swf bundle dependencies
([#100](#100))
([5f6dbc7](5f6dbc7))
* **deps:** update swf bundle dependencies
([#103](#103))
([f2e9b16](f2e9b16))
* **deps:** update swf bundle dependencies
([#109](#109))
([03b33dc](03b33dc))
* **deps:** update swf bundle dependencies
([#115](#115))
([ac4e1bd](ac4e1bd))
* fix the arm64 publish task
([#113](#113))
([58a4d7e](58a4d7e))
* set fail-fast to true on test matrix
([#111](#111))
([13c3b6e](13c3b6e))

---
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>
Co-authored-by: Wayne Starr <[email protected]>
  • Loading branch information
github-actions[bot] and Racer159 authored Oct 29, 2024
1 parent ac4e1bd commit 62d9ce3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci-docs-shim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ permissions:
contents: read # Allows reading the content of the repository.

jobs:
validate:
run:
strategy:
matrix:
type: [install, upgrade]
flavor: [upstream]
uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@5a59ac893e45f6844d6b82eebebda31cf7da8600 # v1.2.1
with:
flavor: ${{ matrix.flavor }}
type: ${{ matrix.type }}
secrets: inherit # Inherits all secrets from the parent workflow.
bundle: [k3d-demo, dev]
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Shim for ${{ matrix.type }} ${{ matrix.bundle }}
run: |
echo "Documentation-only change detected; marking ${{ matrix.type }} ${{ matrix.bundle }} as successful."
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* **deps:** update swf bundle dependencies ([#100](https://github.com/defenseunicorns/uds-software-factory/issues/100)) ([5f6dbc7](https://github.com/defenseunicorns/uds-software-factory/commit/5f6dbc7c4a5fd942e3c73a5019ecbb66f2c82983))
* **deps:** update swf bundle dependencies ([#103](https://github.com/defenseunicorns/uds-software-factory/issues/103)) ([f2e9b16](https://github.com/defenseunicorns/uds-software-factory/commit/f2e9b166fa99461a9a977c072427b5112a12f73c))
* **deps:** update swf bundle dependencies ([#109](https://github.com/defenseunicorns/uds-software-factory/issues/109)) ([03b33dc](https://github.com/defenseunicorns/uds-software-factory/commit/03b33dc4bfd730eba8a22e5a0deabce9dcc665a0))
* **deps:** update swf bundle dependencies ([#115](https://github.com/defenseunicorns/uds-software-factory/issues/115)) ([ac4e1bd](https://github.com/defenseunicorns/uds-software-factory/commit/ac4e1bdab4c877898cadf5918e0e6218961877cf))
* fix the arm64 publish task ([#113](https://github.com/defenseunicorns/uds-software-factory/issues/113)) ([58a4d7e](https://github.com/defenseunicorns/uds-software-factory/commit/58a4d7ec2449d6ed5a08ea923c611281e1f4486d))
* set fail-fast to true on test matrix ([#111](https://github.com/defenseunicorns/uds-software-factory/issues/111)) ([13c3b6e](https://github.com/defenseunicorns/uds-software-factory/commit/13c3b6eb892048adfa0ba602d7fc5a56608b56fc))

Expand Down

0 comments on commit 62d9ce3

Please sign in to comment.