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.8.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.8.1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 15, 2024

  1. chore: fix version matching for UDS packages (#176)

    Racer159 authored Jul 15, 2024
    Copy the full SHA
    e068b6a View commit details

Commits on Jul 18, 2024

  1. chore: add cgr identity assume to setup action (#180)

    mjnagel authored Jul 18, 2024
    Copy the full SHA
    2ec74fb View commit details
  2. chore(main): release 0.8.1 (#177)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 18, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    arthurpar06 Arthur Parienté
    Copy the full SHA
    a7549ad View commit details
Showing with 24 additions and 6 deletions.
  1. +8 −0 .github/actions/setup/action.yaml
  2. +1 −1 .release-please-manifest.json
  3. +8 −0 CHANGELOG.md
  4. +2 −2 bundle/uds-bundle.yaml
  5. +3 −1 config/renovate.json5
  6. +1 −1 tasks.yaml
  7. +1 −1 zarf.yaml
8 changes: 8 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@ inputs:
description: The uds-cli version to install
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
default: 0.13.0
chainguardIdentity:
description: ID for Chainguard Identity to assume

runs:
using: composite
@@ -43,6 +45,12 @@ runs:
run: echo "${{ env.REGISTRY_PASSWORD }}" | uds zarf tools registry login -u "${{ env.REGISTRY_USERNAME }}" --password-stdin registry1.dso.mil
shell: bash

- name: Chainguard Login
if: ${{ inputs.chainguardIdentity != '' }}
uses: chainguard-dev/setup-chainctl@fc62b08dfd3179dd694b50f672bc371f878fbd1e # v0.2.1
with:
identity: ${{ inputs.chainguardIdentity }}

- name: GHCR Login
if: ${{ inputs.ghToken != '' }}
env:
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.8.0"
".": "0.8.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.1](https://github.com/defenseunicorns/uds-common/compare/v0.8.0...v0.8.1) (2024-07-18)


### Miscellaneous

* add cgr identity assume to setup action ([#180](https://github.com/defenseunicorns/uds-common/issues/180)) ([2ec74fb](https://github.com/defenseunicorns/uds-common/commit/2ec74fbe496c5cdcc88cd3f424951f11271fe5d6))
* fix version matching for UDS packages ([#176](https://github.com/defenseunicorns/uds-common/issues/176)) ([e068b6a](https://github.com/defenseunicorns/uds-common/commit/e068b6a255cc856e313485826a2140a3977c6b03))

## [0.8.0](https://github.com/defenseunicorns/uds-common/compare/v0.7.1...v0.8.0) (2024-07-12)


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.8.0
version: 0.8.1
# x-release-please-end

packages:
- name: podinfo
path: ../
# x-release-please-start-version
ref: 0.8.0
ref: 0.8.1
# x-release-please-end
4 changes: 3 additions & 1 deletion config/renovate.json5
Original file line number Diff line number Diff line change
@@ -248,7 +248,9 @@
// Match the parts of a chart entry. Test: https://regex101.com/r/IFgEw0/1
"(?m)repository: [\"']?(?<depName>.+?)[\"']?$(.)*(\n.*){0,2}ref: [\"']?(?<currentValue>.+?)[\"']?$"
],
"datasourceTemplate": "docker"
"datasourceTemplate": "docker",
// Match versioning used on UDS packages. Test: https://regex101.com/r/BGkYHX/3
"versioning": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-uds\\.(?<build>\\d)(-.*?)?)?(.*?)?$"
}
],
"packageRules": [
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.8.0
version: 0.8.1
# x-release-please-end

- name: test
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.8.0
version: 0.8.1
# x-release-please-end

components: