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.2
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.9.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 23, 2024

  1. fix!: update doug ci credential for new identity config req (#184)

    zachariahmiller authored Jul 23, 2024
    Copy the full SHA
    71340f7 View commit details
  2. chore(main): release 0.9.0 (#185)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 23, 2024
    Copy the full SHA
    91515ef View commit details
Showing with 17 additions and 6 deletions.
  1. +1 −1 .release-please-manifest.json
  2. +11 −0 CHANGELOG.md
  3. +2 −2 bundle/uds-bundle.yaml
  4. +1 −1 tasks.yaml
  5. +1 −1 tasks/setup.yaml
  6. +1 −1 zarf.yaml
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.2"
".": "0.9.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.9.0](https://github.com/defenseunicorns/uds-common/compare/v0.8.2...v0.9.0) (2024-07-23)


### ⚠ BREAKING CHANGES

* update doug ci credential for new identity config req

### Bug Fixes

* update doug ci credential for new identity config req ([71340f7](https://github.com/defenseunicorns/uds-common/commit/71340f7d4fc0cd8fd6c44335b54e0b12769965d1))

## [0.8.2](https://github.com/defenseunicorns/uds-common/compare/v0.8.1...v0.8.2) (2024-07-23)


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

packages:
- name: podinfo
path: ../
# x-release-please-start-version
ref: 0.8.2
ref: 0.9.0
# x-release-please-end
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.2
version: 0.9.0
# x-release-please-end

- name: test
2 changes: 1 addition & 1 deletion tasks/setup.yaml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ tasks:
"credentials": [
{
"type": "password",
"value": "unicorn123!@#",
"value": "unicorn123!@#UN",
"temporary": 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.8.2
version: 0.9.0
# x-release-please-end

components: