Kjeld Schouten
2d66accacf
Update common.release.yaml
2024-01-01 17:15:19 +01:00
Kjeld Schouten
b827c4867b
oci set-to-public test
2024-01-01 16:26:16 +01:00
Kjeld Schouten
d6a24cc1f8
try limiting push to tgz
2024-01-01 16:23:56 +01:00
Kjeld Schouten
63134a01ce
yet another OCI fix
2024-01-01 16:20:50 +01:00
Kjeld Schouten
70897ed90e
another fix for OCI
2024-01-01 16:20:18 +01:00
Kjeld Schouten
28a39abb4e
im an idiot
2024-01-01 16:18:48 +01:00
Kjeld Schouten
904420bec5
hmm
2024-01-01 16:02:19 +01:00
Kjeld Schouten
a82b945e2a
use different oci upload logic
2024-01-01 15:48:43 +01:00
Kjeld Schouten
ac9c5d8d77
fix naming mistake for OCI push
2024-01-01 15:46:15 +01:00
Kjeld Schouten
622449f0ad
again
2024-01-01 15:43:36 +01:00
Kjeld Schouten
dfc524e583
ensure chart name is used for upload to OCI
2024-01-01 15:39:09 +01:00
Kjeld Schouten
b1b87b84c6
fix mistake in OCI release pipeline
2024-01-01 15:32:42 +01:00
Kjeld Schouten
d0f0359618
naming error
2024-01-01 15:26:34 +01:00
Kjeld Schouten
cc0d4fa7ef
oops
2024-01-01 15:25:58 +01:00
Kjeld Schouten
6e88ad8868
ensure publish is non-failing and repo is always set to public
2024-01-01 15:23:54 +01:00
Kjeld Schouten
1ba0e9ff6a
fix(common): ensure common is uploaded to tccr.io/quay as oci artifact
2024-01-01 15:20:10 +01:00
TrueCharts Bot
e5b7df57b6
chore(deps): update helm/chart-releaser-action action to v1.6.0 ( #546 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action )
| action | minor | `v1.5.0` -> `v1.6.0` |
---
### Release Notes
<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>
###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0 )
[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0 )
#### What's Changed
- Allow to mark the published github release as latest by
[@​szaimen](https://togithub.com/szaimen ) in
[https://github.com/helm/chart-releaser-action/pull/135 ](https://togithub.com/helm/chart-releaser-action/pull/135 )
- Support actions triggered by a tag by
[@​luisico](https://togithub.com/luisico ) in
[https://github.com/helm/chart-releaser-action/pull/96 ](https://togithub.com/helm/chart-releaser-action/pull/96 )
- Add flag `skip-existing` to skip upload if release exists by
[@​xunleii](https://togithub.com/xunleii ) in
[https://github.com/helm/chart-releaser-action/pull/134 ](https://togithub.com/helm/chart-releaser-action/pull/134 )
- bump to use chart-releaser v1.6.0 by
[@​cpanato](https://togithub.com/cpanato ) in
[https://github.com/helm/chart-releaser-action/pull/146 ](https://togithub.com/helm/chart-releaser-action/pull/146 )
- Remove `charts_repo_url` from readme by
[@​viceice](https://togithub.com/viceice ) in
[https://github.com/helm/chart-releaser-action/pull/144 ](https://togithub.com/helm/chart-releaser-action/pull/144 )
- Remove deprecated `charts_repo_url` option in documentation by
[@​krapie](https://togithub.com/krapie ) in
[https://github.com/helm/chart-releaser-action/pull/137 ](https://togithub.com/helm/chart-releaser-action/pull/137 )
- Add `changed_charts` and `chart_version` outputs by
[@​n-oden](https://togithub.com/n-oden ) in
[https://github.com/helm/chart-releaser-action/pull/130 ](https://togithub.com/helm/chart-releaser-action/pull/130 )
- Added: --packages-with-index parameter by
[@​valeriano-manassero](https://togithub.com/valeriano-manassero )
in
[https://github.com/helm/chart-releaser-action/pull/148 ](https://togithub.com/helm/chart-releaser-action/pull/148 )
- docs: add skip_existing to README by
[@​lazyfrosch](https://togithub.com/lazyfrosch ) in
[https://github.com/helm/chart-releaser-action/pull/158 ](https://togithub.com/helm/chart-releaser-action/pull/158 )
- README: Fix default chart-releaser version by
[@​michalbiesek](https://togithub.com/michalbiesek ) in
[https://github.com/helm/chart-releaser-action/pull/155 ](https://togithub.com/helm/chart-releaser-action/pull/155 )
- Extend `show_help` with `packages-with-index` by
[@​michalbiesek](https://togithub.com/michalbiesek ) in
[https://github.com/helm/chart-releaser-action/pull/160 ](https://togithub.com/helm/chart-releaser-action/pull/160 )
- Add `--pages-branch` parameter by
[@​michalbiesek](https://togithub.com/michalbiesek ) in
[https://github.com/helm/chart-releaser-action/pull/156 ](https://togithub.com/helm/chart-releaser-action/pull/156 )
- fix packages_with_index flag by
[@​cpanato](https://togithub.com/cpanato ) in
[https://github.com/helm/chart-releaser-action/pull/172 ](https://togithub.com/helm/chart-releaser-action/pull/172 )
- bump cr to 1.6.1 and add dependabot config by
[@​cpanato](https://togithub.com/cpanato ) in
[https://github.com/helm/chart-releaser-action/pull/173 ](https://togithub.com/helm/chart-releaser-action/pull/173 )
#### New Contributors
- [@​szaimen](https://togithub.com/szaimen ) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/135 ](https://togithub.com/helm/chart-releaser-action/pull/135 )
- [@​luisico](https://togithub.com/luisico ) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/96 ](https://togithub.com/helm/chart-releaser-action/pull/96 )
- [@​xunleii](https://togithub.com/xunleii ) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/134 ](https://togithub.com/helm/chart-releaser-action/pull/134 )
- [@​viceice](https://togithub.com/viceice ) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/144 ](https://togithub.com/helm/chart-releaser-action/pull/144 )
- [@​krapie](https://togithub.com/krapie ) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/137 ](https://togithub.com/helm/chart-releaser-action/pull/137 )
- [@​n-oden](https://togithub.com/n-oden ) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/130 ](https://togithub.com/helm/chart-releaser-action/pull/130 )
-
[@​valeriano-manassero](https://togithub.com/valeriano-manassero )
made their first contribution in
[https://github.com/helm/chart-releaser-action/pull/148 ](https://togithub.com/helm/chart-releaser-action/pull/148 )
- [@​lazyfrosch](https://togithub.com/lazyfrosch ) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/158 ](https://togithub.com/helm/chart-releaser-action/pull/158 )
- [@​michalbiesek](https://togithub.com/michalbiesek ) made their
first contribution in
[https://github.com/helm/chart-releaser-action/pull/155 ](https://togithub.com/helm/chart-releaser-action/pull/155 )
- [@​dependabot](https://togithub.com/dependabot ) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/174 ](https://togithub.com/helm/chart-releaser-action/pull/174 )
**Full Changelog**:
https://github.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
2023-11-05 10:06:00 +02:00
TrueCharts-Admin
a7cdda71c5
chore(deps): update actions/checkout digest to b4ffde6
2023-10-17 20:06:26 +02:00
TrueCharts Bot
ff71812649
chore(deps): update actions/checkout action to v4 ( #519 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout ) | action |
major | `v3` -> `v4` |
| [actions/checkout](https://togithub.com/actions/checkout ) | action |
major | `v3.6.0` -> `v4.1.0` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
###
[`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410 )
[Compare Source](https://togithub.com/actions/checkout/compare/v3...v4 )
- [Add support for partial checkout
filters](https://togithub.com/actions/checkout/pull/1396 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44MC4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTAzLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
---------
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-08 00:17:07 +03:00
TrueCharts-Admin
3481f26140
chore(deps): update actions/checkout digest to f43a0e5
2023-08-24 20:06:10 +02:00
TrueCharts-Admin
2f146caab0
chore(deps): update dependency ubuntu to v22
2023-08-09 02:18:19 +02:00
TrueCharts Bot
de2bc81111
chore(deps): update actions/checkout digest to c85c95e ( #463 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout ) | action |
digest | `8e5e7e5` -> `c85c95e` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
2023-06-11 09:34:22 +02:00
Kjeld Schouten
37d413177c
Update common.release.yaml
2023-06-09 09:05:03 +02:00
Kjeld Schouten
51516522d0
try fix release workflow trigger
2023-06-09 09:02:45 +02:00
Kjeld Schouten
59646a80fd
Update common.release.yaml
2023-06-03 13:48:43 +02:00
Kjeld Schouten-Lebbing
f3bd6d4472
Update common.release.yaml
2023-05-05 12:30:54 +02:00
Kjeld Schouten-Lebbing
300eea3b6c
Update common.release.yaml
2023-05-05 12:27:18 +02:00
Kjeld Schouten-Lebbing
848a5a12dd
Update common.release.yaml
2023-05-05 12:23:56 +02:00
TrueCharts-Admin
a74c103eb5
chore(deps): update actions/checkout digest to 8e5e7e5
2023-04-14 20:06:08 +02:00
TrueCharts-Admin
8f756ce2b1
chore(deps): update actions/checkout digest to 8f4b7f8
2023-03-24 13:08:20 +01:00
TrueCharts-Admin
8d6d0d3b94
chore(deps): update actions/checkout digest to 24cb908
2023-03-16 07:06:36 +01:00
Kjeld Schouten-Lebbing
841f367128
Update common.release.yaml
2023-02-28 13:02:18 +01:00
Kjeld Schouten-Lebbing
3354aa6b57
Update common.release.yaml
2023-02-28 13:01:56 +01:00
Kjeld Schouten-Lebbing
decbc0827a
Update common.release.yaml
2023-02-28 11:34:04 +01:00
TrueCharts Bot
031625d025
chore(deps): update actions/checkout digest to ac59398 ( #317 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout ) | action |
digest | `755da8c` -> `ac59398` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDIuNCIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4wIn0=-->
2023-02-28 11:31:06 +01:00
Kjeld Schouten-Lebbing
9430ee40f4
Update common.release.yaml
2023-02-28 00:05:04 +01:00
TrueCharts-Admin
d69bfdbc2d
chore(deps): update helm/chart-releaser-action action to v1.5.0
2023-02-10 01:19:58 +01:00
Kjeld Schouten-Lebbing
bfca126f92
disable release pipeline
2023-01-21 12:32:01 +01:00
Kjeld Schouten-Lebbing
5b814b1d97
Link ix and tc repohistories
2023-01-21 12:19:40 +01:00