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: add flavor to pepr build task #238

Merged
merged 12 commits into from
Mar 13, 2024
Merged

Conversation

TristanHoladay
Copy link
Contributor

Description

Use the registry1 pepr controller image when creating a registry1 flavored uds package.

Warning
Iron Bank stays at least a few days behind on releasing
the latest version of pepr. So pepr is currently at 0.27.0,
but the latest IB image version is v0.26.2

Note
Wanted to do an options input but didn't have a clean way to
run the conditional check for setting the image at the top level
instead of in tasks that call pepr-build

Related Issue

Resolves #222

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@TristanHoladay TristanHoladay added the waiting on ironbank This PR is waiting on an image update for ironbank label Mar 8, 2024
@TristanHoladay TristanHoladay removed the waiting on ironbank This PR is waiting on an image update for ironbank label Mar 12, 2024
tasks/create.yaml Outdated Show resolved Hide resolved
tasks/create.yaml Outdated Show resolved Hide resolved
@TristanHoladay TristanHoladay requested a review from a team as a code owner March 13, 2024 01:58
renovate.json Show resolved Hide resolved
@TristanHoladay TristanHoladay merged commit 29bf8a3 into main Mar 13, 2024
7 checks passed
@TristanHoladay TristanHoladay deleted the chore-add-pepr-flavor branch March 13, 2024 23:36
mjnagel pushed a commit that referenced this pull request Mar 15, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.16.0](v0.15.1...v0.16.0)
(2024-03-15)


### Features

* add velero package
([#210](#210))
([a272945](a272945))
* **operator:** add events and improve lifecycle ops
([#245](#245))
([502c044](502c044))


### Bug Fixes

* ocsp lookup egress policy
([#255](#255))
([77c38f2](77c38f2))


### Miscellaneous

* add flavor to pepr build task
([#238](#238))
([29bf8a3](29bf8a3))
* **deps:** update grafana
([#144](#144))
([6987927](6987927))
* **deps:** update neuvector
([#73](#73))
([50f6c90](50f6c90))
* test artifacts before publish
([#198](#198))
([9732f32](9732f32))

---
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>
robmcelvenny pushed a commit to owen-grady/uds-core-slim-dev that referenced this pull request Jun 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.16.0](defenseunicorns/uds-core@v0.15.1...v0.16.0)
(2024-03-15)


### Features

* add velero package
([#210](defenseunicorns/uds-core#210))
([a272945](defenseunicorns/uds-core@a272945))
* **operator:** add events and improve lifecycle ops
([#245](defenseunicorns/uds-core#245))
([502c044](defenseunicorns/uds-core@502c044))


### Bug Fixes

* ocsp lookup egress policy
([#255](defenseunicorns/uds-core#255))
([77c38f2](defenseunicorns/uds-core@77c38f2))


### Miscellaneous

* add flavor to pepr build task
([#238](defenseunicorns/uds-core#238))
([29bf8a3](defenseunicorns/uds-core@29bf8a3))
* **deps:** update grafana
([#144](defenseunicorns/uds-core#144))
([6987927](defenseunicorns/uds-core@6987927))
* **deps:** update neuvector
([#73](defenseunicorns/uds-core#73))
([50f6c90](defenseunicorns/uds-core@50f6c90))
* test artifacts before publish
([#198](defenseunicorns/uds-core#198))
([9732f32](defenseunicorns/uds-core@9732f32))

---
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>
rjferguson21 pushed a commit that referenced this pull request Jul 11, 2024
## Description
Use the registry1 pepr controller image when creating a registry1
flavored uds package.

> Warning
> Iron Bank stays at least a few days behind on releasing 
> the latest version of pepr.  So pepr is currently at `0.27.0`,
> but the latest IB image version is `v0.26.2`


> Note
> Wanted to do an options `input` but didn't have a clean way to
> run the conditional check for setting the image at the top level 
> instead of in tasks that call `pepr-build`

## Related Issue

Resolves #222 

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed
rjferguson21 pushed a commit that referenced this pull request Jul 11, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.16.0](v0.15.1...v0.16.0)
(2024-03-15)


### Features

* add velero package
([#210](#210))
([a272945](a272945))
* **operator:** add events and improve lifecycle ops
([#245](#245))
([502c044](502c044))


### Bug Fixes

* ocsp lookup egress policy
([#255](#255))
([77c38f2](77c38f2))


### Miscellaneous

* add flavor to pepr build task
([#238](#238))
([29bf8a3](29bf8a3))
* **deps:** update grafana
([#144](#144))
([6987927](6987927))
* **deps:** update neuvector
([#73](#73))
([50f6c90](50f6c90))
* test artifacts before publish
([#198](#198))
([9732f32](9732f32))

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

Add registry1 flavor for Pepr in tasks
3 participants