Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: defenseunicorns/uds-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: defenseunicorns/uds-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.1
Choose a head ref
  • 7 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 5, 2024

  1. chore: fix codeowners (#196)

    mjnagel authored Aug 5, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    zhukovgreen zhukovgreen
    Copy the full SHA
    856ef22 View commit details
  2. chore: add renovate support for org ghcr packages (#199)

    mjnagel authored Aug 5, 2024
    Copy the full SHA
    2c5de9c View commit details
  3. fix: update renovate creds (#200)

    mjnagel authored Aug 5, 2024
    Copy the full SHA
    1c6eb24 View commit details
  4. fix: renovate ghcr host docker type (#201)

    mjnagel authored Aug 5, 2024
    Copy the full SHA
    9c298e0 View commit details

Commits on Aug 6, 2024

  1. fix: renovate typo token/password (#202)

    mjnagel authored Aug 6, 2024
    Copy the full SHA
    5d7ea03 View commit details
  2. chore(deps): update uds common support dependencies (#195)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 6, 2024
    Copy the full SHA
    04b6409 View commit details
  3. chore(main): release 0.11.1 (#198)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 6, 2024
    Copy the full SHA
    2536a06 View commit details
2 changes: 1 addition & 1 deletion .github/actions/save-logs/action.yaml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ runs:
sudo chown $USER /tmp/uds-*.log || echo ""
shell: bash

- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: debug-log${{ inputs.suffix }}
path: |
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
@@ -33,10 +33,10 @@ runs:
run: curl -o /usr/local/bin/uds -L https://github.com/defenseunicorns/uds-cli/releases/download/v${{ inputs.udsCliVersion }}/uds-cli_v${{ inputs.udsCliVersion }}_Linux_${{steps.setUdsCliArch.outputs.ARCH}} && chmod +x /usr/local/bin/uds

- name: Install Lula
uses: defenseunicorns/lula-action/setup@939e0a3d3a5f72321245a040207152dced5238f2
uses: defenseunicorns/lula-action/setup@6febc81992841c920b94b0613ad6b42c2bca8d2f
with:
# renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced
version: v0.4.4
version: v0.4.5

- name: Iron Bank Login
if: ${{ inputs.registry1Username != '' }}
1 change: 1 addition & 0 deletions .github/workflows/ci-docs-shim.yaml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ on:
- LICENSE
- CONTRIBUTING.md
- SECURITY.md
- config/renovate.json5

jobs:
run-test:
1 change: 1 addition & 0 deletions .github/workflows/test-deploy.yaml
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ on:
- LICENSE
- CONTRIBUTING.md
- SECURITY.md
- config/renovate.json5

concurrency:
group: test-${{ github.ref }}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.11.0"
".": "0.11.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.11.1](https://github.com/defenseunicorns/uds-common/compare/v0.11.0...v0.11.1) (2024-08-06)


### Bug Fixes

* renovate ghcr host docker type ([#201](https://github.com/defenseunicorns/uds-common/issues/201)) ([9c298e0](https://github.com/defenseunicorns/uds-common/commit/9c298e08417ce928dbbf4356c23182f8b1a62ffb))
* renovate typo token/password ([#202](https://github.com/defenseunicorns/uds-common/issues/202)) ([5d7ea03](https://github.com/defenseunicorns/uds-common/commit/5d7ea03815929a662c529b2078bdf895d8f3ac1b))
* update renovate creds ([#200](https://github.com/defenseunicorns/uds-common/issues/200)) ([1c6eb24](https://github.com/defenseunicorns/uds-common/commit/1c6eb24f37b4059589a70c9addeffb80895d450b))


### Miscellaneous

* add renovate support for org ghcr packages ([#199](https://github.com/defenseunicorns/uds-common/issues/199)) ([2c5de9c](https://github.com/defenseunicorns/uds-common/commit/2c5de9cc41cad9d1e02faf39c0cad364933f335f))
* **deps:** update uds common support dependencies ([#195](https://github.com/defenseunicorns/uds-common/issues/195)) ([04b6409](https://github.com/defenseunicorns/uds-common/commit/04b64091ba0528463713f66d8167572a533e0c3d))
* fix codeowners ([#196](https://github.com/defenseunicorns/uds-common/issues/196)) ([856ef22](https://github.com/defenseunicorns/uds-common/commit/856ef221b39e65070e966942b42e79d408f59b76))

## [0.11.0](https://github.com/defenseunicorns/uds-common/compare/v0.10.0...v0.11.0) (2024-08-02)


6 changes: 3 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @defenseunicorns/uds-core @defenseunicorns/swf @defenseunicorns/zarf @defenseunicorns/pepr @defenseunicorns/lula-dev @defenseunicorns/uds @defenseunicorns/leapfrogai
* @defenseunicorns/uds-core @defenseunicorns/swf @defenseunicorns/zarf @defenseunicorns/pepr @defenseunicorns/lula-dev @defenseunicorns/uds @defenseunicorns/leapfrogai

# Common Renovate Configuration (updates as soon as it hits `main`)
/config/renovate.json5 @defenseunicorns/uds-core @defenseunicorns/swf @defenseunicorns/tech-leads
@@ -8,5 +8,5 @@
/docs/uds-package-practices.md @defenseunicorns/tech-leads

# Additional privileged files
/CODEOWNERS @jeff-mccoy @austenbryan
/LICENSE @jeff-mccoy @austenbryan
/CODEOWNERS @jeff-mccoy @daveworth
/LICENSE @jeff-mccoy @daveworth
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -16,9 +16,9 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching
## Supported Tool Versions

- UDS CLI: 0.14.0
- UDS Core: 0.24.1
- UDS Core: 0.25.1
- K3D: 5.7.3
- Lula: 0.4.4
- Lula: 0.4.5

NOTE: Zarf is not required for tasks in this repo, the vendored zarf (`uds zarf`) included with UDS CLI is used instead to prevent version mismatches.

4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@ metadata:
name: test
description: The testing UDS bundle
# x-release-please-start-version
version: 0.11.0
version: 0.11.1
# x-release-please-end

packages:
- name: podinfo
path: ../
# x-release-please-start-version
ref: 0.11.0
ref: 0.11.1
# x-release-please-end
23 changes: 13 additions & 10 deletions config/renovate.json5
Original file line number Diff line number Diff line change
@@ -32,19 +32,22 @@
{
"matchHost": "registry1.dso.mil",
"hostType": "docker",
"description": "Encrypted creds for registry1, scoped to this Github org using: https://github.com/renovatebot/renovate/blob/main/docs/usage/configuration-options.md#encrypted",
"encrypted": {
"username": "wcFMA/xDdHCJBTolAQ/+PxbkYaUY7kT7zKPQtr36yJkmEOprPC6HnehmYLopwvpFYTiUmiVkWxNpsec7+Mrujx4avodXIyLPM2hUHRKZl2C/KEjJmoMbp0hh4p8kEFpd+0KZidI5xRe1JxLmUYS6g53jiN7yO6P8OGXabPZt3+8t33AL6PzNkaUXUmSpRl6InXqMbwIlNq0GG0ud2bB1OOXUPzCl1ANfhYKwNLLdDDOHr+kYupExAyp1z2pWSO5KJ0RbIWymKJyTIbRN9Pl/7guZGneZXv6neWP8WxaiN1gBQMiHWeUW9AHNuKcZEmHWvL0gCVP9DXlAKpoy5fcZfEQj9xy1mwO4+cfg1aYEnImECgVryCWjt2+ZJNYx+/JlUQJYimDwUt3OJ74mAPxsdNM5HTj5m7F3bNTFkl2ss8LnJ2oP3IzV8bsmdIF+KsB8aFeMm/SjGUDH+tmtwwtZXVJzJEmBRGw5jsPvOwb1KmEGvT/zNPP19cR57syKBhCw09fXzMC4FV7esfTtakcG9gGlM7mGaj5yyoCVKeeuMFueFpc2zASi1udm7DA9vn9gDbgfD3EpE1Gx6n/7Bp4uIhwlJU1ymqQ3W1Hke7iIe3OSaffbqxfZV0MFFwxvNnocwyWAxD/4KqA4+N8G2KmyU/sj/nG15UFQnU9CMTqJU2xsbZ1QnoUxIbIuYPa/Wv7SdgFcY6qiXySvuoUoPf7YSZ+z8mkKRWTGVW6FchbjfcgWQ7e//a6BY8gHA+i/JCKjhb8iGupUVNS64X9D1A1bIOgPLQmR4GKc4pj3ihGpssscvBjcbeRmvgy03iY3jIb7JTXC2EVgObao64bNJwyVfBepqYMRS88",
"password": "wcFMA/xDdHCJBTolAQ/8DgMyRTHUFZCU4bb5pz0475W1AcyUglR1a8aXgDJdYXgcNxWDirm1+ZUg4c9fyC1NaGn8S+a4eUzax2Qhh4tE8/yjoqgtDgf4XHpu7biI0Sej8t+4GSjg+x2mlaQXX3RX8meHCyXB6bp1W6QQZzLzIDi69ZFRGnfm+WcgH7OjX2PYwDexr0kWMItYClSwlfQSoLmkDhFfjlYoUkIh5O2UiqlXhUkECyNvFBIUTm9lCqOksB8nJ2LkJP5sjOcvxtXtANdBhlAWMndSla+Q635/L3HJ9aR/25+Bz4JhWdtP3nVU0NYRmqMx7ZrwqlIAylSSFyL9DHi6nUuV4/zwe3vcQxIMuJLVwuTqi5svkFm4g7JkDP+O7hteuH+0H4QkWvd8Ubifi6cpgLBlS46yPTP4vaF8POmtw51Ui0A1SgQkbh3x2Nf6P3BcT2forb1kxj3fVbqTiki64k8ry/JHsMA2uCU4YNz4kk4W2wL2DA6k8k3HIswgvKvrrcJV3HpDrjWKzxdTCxFgf0HbSELdH9bhdxWF91Kmg4uHnMttowvzqTHP+Z0RCX1nhlf/uIIkPRnxbDLV1HnN7RFsffl9TcObrSHfx0bJdB8TJQJ95oM7/HZt3BGFtUuXRJTkbYDgyBJjwmJUPJLVGHCW8v2RmBrLKxMyGJQWyZU0o3ruGFv8UGvSdgG/+jTnvXrU2PjdxgjcjH7Y8sZ9UBEsjN4kOF898pH7hTbNX7nhMsGWHCEQvSkAobnJkGQjJFWHZ5qZybuTXHFu/Z7bgdbGvhDoo3L4aHCNpk7s5Zbtt2YKBJgQTNttb2UGNl6CVuQ1souWQCKuPc+kEEo9mJY"
}
"description": "Encrypted creds for registry1, scoped to this Github org using: https://docs.renovatebot.com/getting-started/migrating-secrets/#migrate-your-secrets-in-encrypted-form",
"username": "{{ secrets.IRONBANK_USERNAME }}",
"password": "{{ secrets.IRONBANK_PASSWORD }}"
},
{
"matchHost": "cgr.dev",
"description": "Encrypted creds for cgr.dev, scoped to this Github org using: https://github.com/renovatebot/renovate/blob/main/docs/usage/configuration-options.md#encrypted",
"encrypted": {
"username": "wcFMA/xDdHCJBTolAQ//UwgwvxniKenqcBHxKs/7bBUFGBbfQRyo0dmvbMVmEWqByTPAEUAPT/l92D6gtgEZC5cP4pejuUQD/GIXmbGfBfWneqyierrWRaY/zX/zJHHiTbg2cZ2fz7kwItN82mQOT58V2bnFnsrPlE+LZUiqHAIvXrHIW4+waO4CxE7gpv0YucQn2FVXmtkJgiA5e1WQDskwq1BeIbL6/rB5Wl7HrNAU2rUoGVGQUqZFZ/fysFNLEeXsegvgO200AWZHNb65FdfUIbt7JFubnOxlFGVNRRxr4z65idFkVmYBcjwtNbiLR0hkhTKruQOVZ3fB5gJYl1xx28U2z84Kew9YYvW02oWGj3sQZHHdLq3CIAJvBTbcgKVwi5FFh0CWwMyVUW8F5m5M7qitCHpL9gqGUfBP7Wjo2fxhkg+bqg3NAcJuMehZT5bquwOav7L+wz+UnfwwiV9IS64Q9byMF9KZjt/H30+XTuIYaNjAUtjCrlwcUunZ7SQ9Say1LYE1+WQVCdRxQrFSFu1nFD3HD07ZagczgOQ++BnixFqRM9W1vfUTaWdNTNidDRfiKcb1lvmnKGd0sJgit+P80rY+mrlmvjUx3GFpBo9IPfAX0IqHEmgRrX2fm3og0ar4X6QTbIWxnR4p0mBhzyLO0D9rEjbQ9mK5KlWQxbQAfyooIwNspDoeUnbSjwGYTpNgiXJnAyQoWs1FlGQnyQqLLFrWleilpaePIAwxOkHFCrIclDf1+eF5nNMr/UmIsMMr6DUnfejoMhc+YgYqqL6qRifJkXu45qmbv311oE5c0tEFIIeEMpibuDHdYGhfwMI/noLg5aFG4wISd8oo9IVFq5o49KZ7GdueStu5cwjUfPPvvgWfNm17+tT0",
"password": "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"
}
"description": "Encrypted creds for cgr.dev, scoped to this Github org using: https://docs.renovatebot.com/getting-started/migrating-secrets/#migrate-your-secrets-in-encrypted-form",
"username": "{{ secrets.CHAINGUARD_USERNAME }}",
"password": "{{ secrets.CHAINGUARD_PASSWORD }}"
},
{
"matchHost": "ghcr.io",
"hostType": "docker",
"description": "Encrypted creds for ghcr.io, scoped to this Github org using: https://docs.renovatebot.com/getting-started/migrating-secrets/#migrate-your-secrets-in-encrypted-form",
"username": "renovate",
"password": "{{ secrets.DEFENSEUNICORNS_PACKAGE_READ_PAT }}"
}
],
"regexManagers": [
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: 0.11.0
version: 0.11.1
# x-release-please-end

- name: test
4 changes: 2 additions & 2 deletions tasks/setup.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ tasks:
version:
description: The version of k3d-core-slim-dev to deploy
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
default: 0.24.1
default: 0.25.1
snapshots:
description: Whether to pull from the nightly snapshot repository
default: "false"
@@ -20,7 +20,7 @@ tasks:
version:
description: The version of k3d-core-demo to deploy
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
default: 0.24.1
default: 0.25.1
snapshots:
description: Whether to pull from the nightly snapshot repository
default: "false"
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ kind: ZarfPackageConfig
metadata:
name: podinfo
# x-release-please-start-version
version: 0.11.0
version: 0.11.1
# x-release-please-end

components: