Kjeld Schouten-Lebbing
5d31385a70
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-10 10:44:48 +01:00
Kjeld Schouten-Lebbing
dded9730cf
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 20:19:56 +01:00
Kjeld Schouten-Lebbing
79819d9501
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 15:42:36 +01:00
Kjeld Schouten-Lebbing
0e111d237d
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 14:00:28 +01:00
Dan Christensen
0d4e9d03b9
fix: Build links to Docker images for Chart.yaml ( #6963 )
...
* style: Split long lines, follow .editorconfig
Signed-off-by: Dan Christensen <opello@opello.org>
* fix: Clarify why some sources are being excluded
The explanation is also meant to remind anyone that sees it that the
code could inadvertently remove a sources sequence entry that was
intentionally added, because it can not tell.
Signed-off-by: Dan Christensen <opello@opello.org>
* fix: Comment the image-to-URL code
Signed-off-by: Dan Christensen <opello@opello.org>
* refactor: Use case instead of if-ladder
This is a faithful move from the if-ladder to a case statement that
preserves the existing behavior, with optimization to follow. The
behavior of the function before and after this change is the same.
Signed-off-by: Dan Christensen <opello@opello.org>
* fix: Remove dead code
No "container source" entry from description_list.md has a scheme. The
values are parsed from the Dockerfiles and would not have one there
either.
Signed-off-by: Dan Christensen <opello@opello.org>
* fix: tccr.io image links
Parse the tccr.io prefix specifically instead of just checking for the
substring tccr which could result in a false positive.
The generated link was also going to point to a truecharts subdirectory
under mirror in the containers repository that does not exist.
Signed-off-by: Dan Christensen <opello@opello.org>
* fix: lscr.io image links
Parse the lscr.io prefix specifically instead of just checking for the
substring lscr which could result in a false positive.
The generated link would also return a 404 because the web interface
requires the image name to be passed in the query string.
Signed-off-by: Dan Christensen <opello@opello.org>
* fix: gcr.io image links
Parse the gcr.io prefix specifically instead of just checking for the
substring gcr which could result in a false positive.
Signed-off-by: Dan Christensen <opello@opello.org>
* feat: Do not add sources if no prefix is created
The intent of this code is to generate URLs to be included in
documentation to attribute inputs to the chart. If a publicly
accessible URL can not be generated from the image name it makes sense
to not add anything and instead rely on a manual edit to the Chart.yaml.
Signed-off-by: Dan Christensen <opello@opello.org>
* fix: Disable azurecr.io image links
There does not seem to be a general purpose web index to the azurecr.io
hosted images.
Signed-off-by: Dan Christensen <opello@opello.org>
* feat: Disable mcr.microsoft.com image links
Signed-off-by: Dan Christensen <opello@opello.org>
* fix: public.ecr.aws image links
Parse the public.ecr.aws prefix specifically instead of just checking
for the substring public.ecr.aws which could result in a false positive.
Signed-off-by: Dan Christensen <opello@opello.org>
* fix: Disable ocir.io image links
There does not seem to be a general purpose web index to the ocir.io
hosted images.
Signed-off-by: Dan Christensen <opello@opello.org>
* refactor: Add Docker Hub hosted image links
From the perspective of linking to image details on the Docker Hub web
interface, there are two types of images:
1. Docker Official Images
2. all of the other images, regardless of their trustworthiness
The Docker Official Images can be referenced several ways, either on the
command line when passed to docker pull, or in the FROM instruction of a
Dockerfile:
* busybox
* library/busybox
* docker.io/busybox
* docker.io/library/busybox
Furthermore, over the years there have been several domains used for the
official Docker Hub registry:
* docker.io
* index.docker.io
* registry-1.docker.io
* registry.hub.docker.com
The goal here is handling each possible case, which makes Docker Hub
images more complex than the handling for other registries.
It also makes the case block's '*' (default) case harder to find in the
sequence of glob expressions, but this is necessary to avoid repeating
the parsing or adding another helper function.
Reference:
https://github.com/docker/hub-feedback/issues/2113
https://github.com/docker/cli/issues/3793
Signed-off-by: Dan Christensen <opello@opello.org>
* feat: ghcr.io image links
Signed-off-by: Dan Christensen <opello@opello.org>
* feat: quay.io image links
Signed-off-by: Dan Christensen <opello@opello.org>
* feat: Do not generate likely-bad links
By assuming image names that are not handled by other cases are Docker
Hub images there is a risk of generating bad links. Minimize this risk
by not generating a link if the image name for a Docker Hub link has two
slashes. This is a case that should not happen and would likely mean an
unsupported registry is being used.
There is still a risk of an unsupported registry being treated as Docker
Hub and an invalid link being generated. That case is if the domain and
image name is example.com/busybox where there is only one slash.
Signed-off-by: Dan Christensen <opello@opello.org>
* refactor: Sort cases
Sort the cases from longest to shortest prioritizing any case with a
suffix only glob over any case with a prefix glob. The intention is to
avoid having a case that can not be reached.
The combined Docker Hub and default case is last. It might make sense
to split the default case handling off but it does not seem to be a
problem right now.
Signed-off-by: Dan Christensen <opello@opello.org>
---------
Signed-off-by: Dan Christensen <opello@opello.org>
2023-02-09 13:08:53 +01:00
TrueCharts Bot
d106354b20
chore(deps): update renovatebot/github-action action to v34.125.1 ( #7014 )
2023-02-08 09:26:41 +02:00
TrueCharts Bot
3cb889f0d6
chore(deps): pin dessant/lock-threads action to ( #7015 )
2023-02-08 09:26:25 +02:00
Kjeld Schouten-Lebbing
9836d08cb6
Update CODEOWNERS
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:47:50 +01:00
Kjeld Schouten-Lebbing
19ca7eb014
Update pr-validate.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:42:27 +01:00
Kjeld Schouten-Lebbing
aae8ab21ab
Update CODEOWNERS
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:38:26 +01:00
Kjeld Schouten-Lebbing
32cbcf7e58
Update CODEOWNERS
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:32:07 +01:00
Kjeld Schouten-Lebbing
dddf4c258b
Update pr-validate.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:29:56 +01:00
TrueCharts Bot
d21bd95e72
chore(deps): update renovatebot/github-action action to v34.124.3 ( #6985 )
2023-02-05 22:13:36 +02:00
TrueCharts Bot
148e93b07e
chore(deps): update renovatebot/github-action action to v34.124.1 ( #6969 )
2023-02-05 11:57:25 +02:00
TrueCharts Bot
1f1d5af088
chore(deps): update renovatebot/github-action action to v34.122.0 ( #6962 )
2023-02-04 12:38:24 +02:00
Kjeld Schouten-Lebbing
e8b027bee6
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 22:35:58 +01:00
Kjeld Schouten-Lebbing
0eea98acc9
Create daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 22:20:48 +01:00
TrueCharts Bot
f28b233436
chore(deps): pin dessant/lock-threads action to ( #6952 )
2023-02-03 23:18:37 +02:00
Kjeld Schouten-Lebbing
3dd4d64d5b
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 15:19:13 +01:00
Kjeld Schouten-Lebbing
1cca23fcba
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 15:16:29 +01:00
Kjeld Schouten-Lebbing
7c18db5eff
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 15:08:51 +01:00
Kjeld Schouten-Lebbing
d42f6c94f5
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 15:02:17 +01:00
Kjeld Schouten-Lebbing
79ebef60f4
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 14:55:24 +01:00
Kjeld Schouten-Lebbing
7896e56df5
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 14:44:34 +01:00
Kjeld Schouten-Lebbing
b5e395c597
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 14:14:17 +01:00
Kjeld Schouten-Lebbing
e707bf17c4
Revert "Revert "Update daily.yaml""
...
This reverts commit 7cb1f60a18
.
2023-02-03 14:04:57 +01:00
Kjeld Schouten-Lebbing
7cb1f60a18
Revert "Update daily.yaml"
...
This reverts commit 99dbf87bc5
.
2023-02-03 14:00:04 +01:00
Kjeld Schouten-Lebbing
99dbf87bc5
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 13:59:30 +01:00
Kjeld Schouten-Lebbing
dfb5320691
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 13:42:32 +01:00
Kjeld Schouten-Lebbing
3fdd23f5f8
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 12:21:10 +01:00
Stavros Kois
3a11c90d2e
Update renovate.json5
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-03 11:01:08 +02:00
allcontributors[bot]
00ad282740
docs: add oblivioncth as a contributor for doc ( #6825 )
...
* docs: update .github/README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-02-03 00:20:23 +02:00
Kjeld Schouten-Lebbing
15536d4095
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:33:21 +01:00
Kjeld Schouten-Lebbing
8e6f9fa49d
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:30:45 +01:00
Kjeld Schouten-Lebbing
c095243be6
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:26:30 +01:00
Kjeld Schouten-Lebbing
32ad91d075
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:25:54 +01:00
Kjeld Schouten-Lebbing
527ba39df1
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:18:54 +01:00
Dan Christensen
b87f6893ad
fix(ci): Chart.yaml update bugs ( #6808 )
...
* fix(ci): Do not duplicate sources
Signed-off-by: Dan Christensen <opello@opello.org>
* fix(ci): Match chart against Markdown link text
More specifically match the chart to the container in the website's
description_list.md. Since multiple charts contain the term "plex" and
not all of them are even Plex related, extraneous sources were being put
in the plex Chart.yaml.
Signed-off-by: Dan Christensen <opello@opello.org>
---------
Signed-off-by: Dan Christensen <opello@opello.org>
2023-02-01 09:03:45 +01:00
Kjeld Schouten-Lebbing
05adde2be9
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 00:01:50 +01:00
Kjeld Schouten-Lebbing
a127aab095
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 23:55:14 +01:00
Kjeld Schouten-Lebbing
b8ebdd5845
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 23:37:19 +01:00
Kjeld Schouten-Lebbing
891d197b86
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 22:29:59 +01:00
Stavros Kois
e649085d24
Don't fail when there is no text in desclist
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-31 23:10:40 +02:00
Kjeld Schouten-Lebbing
9e002de8fc
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 21:04:29 +01:00
Kjeld Schouten-Lebbing
c1487d5a57
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 20:59:37 +01:00
Kjeld Schouten-Lebbing
c6c28d7853
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 20:59:12 +01:00
Kjeld Schouten-Lebbing
96bcd4ef57
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 20:57:52 +01:00
Kjeld Schouten-Lebbing
4f0f330345
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 20:53:40 +01:00
TrueCharts Bot
701bb49f92
chore(deps): update renovatebot/github-action action to v34.109.1 ( #6605 )
2023-01-30 22:23:23 +02:00
TrueCharts Bot
431a57869a
chore(deps): update renovatebot/github-action action to v34.108.4 ( #6595 )
2023-01-22 10:24:32 +02:00
TrueCharts Bot
7c6b480e1c
chore(deps): update renovatebot/github-action action to v34.108.2 ( #6571 )
2023-01-21 13:51:44 +02:00
TrueCharts Bot
91c0a318fa
chore(deps): update renovatebot/github-action action to v34.105.6 ( #6543 )
2023-01-19 22:09:12 +02:00
TrueCharts Bot
e58992e6b5
chore(deps): update renovatebot/github-action action to v34.105.5 ( #6526 )
2023-01-19 10:40:03 +02:00
TrueCharts Bot
6643ae1e20
chore(deps): update renovatebot/github-action action to v34.105.3 ( #6446 )
2023-01-18 13:42:01 +02:00
Kjeld Schouten-Lebbing
2d97bc9b9b
feat(cert-manager): add Cert-Manager configuration App ( #6378 )
...
* feat(cert-manager): add Cert-Manager configuration App
* eof
* pre-commit cleanup
* add temp crds folder
* patch mistake
* restructure
* add route53 support
* add some fails
* fixes and add route53 to GUI
* end
* add experimental HTTP01 support
* fix bug
* add buypass acme to dropdown
* add akamai support
* add Digitalocean
* add rfc2136 support
* fix some issues and add self-signed issuer
* add metrics and fix selfsigned
* whoops
* Add CA certificate system
* whoops
* benc stuff
* actually load CA
* fix
* fix ca
* bool -> boolean
* also test CA
* wait for pod to be ready
* sleep more agressively on cert-Manger itself
* some more fixes
* whoops
* fix mistakes
* all waits test
* add cmctl
* increase scope for now and some fixes
* simplify
* dont wait on non-existing pods
* make it non-failing
* fix typo
2023-01-18 00:06:10 +01:00
TrueCharts Bot
91857fd6cf
chore(deps): update renovatebot/github-action action to v34.104.0 ( #6431 )
2023-01-18 00:26:39 +02:00
Stavros Kois
1ecd4fc869
chore(traefik): Add blacklistMode on geoblock and fix label ( #6416 )
2023-01-16 11:06:03 +02:00
Xstar97
3a969a6e0d
feat(ersatztv) add ersatztv ( #6373 )
...
* feat(ersatztv) add ersatztv
* add mirror containers
* fix persistence
* rar rofs
* add group ersatztv
* PROBE
* gpu wont work on CI
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-16 08:48:23 +00:00
TrueCharts Bot
9c4c9e2a95
chore(deps): update renovatebot/github-action action to v34.102.8 ( #6414 )
2023-01-16 10:03:35 +02:00
allcontributors[bot]
df7b18f116
docs: add robherley as a contributor for doc ( #6382 )
...
* docs: update .github/README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-15 22:11:33 +02:00
TrueCharts Bot
64315d7b48
chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.1 ( #5568 )
2023-01-15 19:38:51 +02:00
Kjeld Schouten-Lebbing
1153508c46
Update charts-test.yaml ( #6391 )
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-15 18:25:23 +01:00
TrueCharts Bot
1edb4079b8
chore(deps): update renovatebot/github-action action to v34.102.7 ( #6389 )
2023-01-15 18:59:16 +02:00
Xstar97
e9602b28fd
feat(discordgsm) move to stable ( #6380 )
...
* feat(discordgsm) move to stable
* dont try to install
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-15 16:15:09 +02:00
Rob Herley
689a43149c
fix sponsor url in catalog app description ( #6379 )
2023-01-15 11:35:02 +02:00
TrueCharts Bot
7a4689d0bf
chore(deps): update renovatebot/github-action action to v34.102.2 ( #6377 )
2023-01-14 23:45:01 +02:00
TrueCharts Bot
ddd3fac17f
chore(deps): update renovatebot/github-action action to v34.102.1 ( #6370 )
2023-01-14 16:47:02 +02:00
Stavros Kois
b9aa0aa1d3
Update renovate.json5 ( #6371 )
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-14 14:28:02 +00:00
Stavros Kois
2eaf37cbea
chore(ci): group more apps and fix some images ( #6356 )
...
* chore(apps): fix some multi image apps for renovate
* group some more apps
2023-01-14 14:42:02 +02:00
TrueCharts Bot
6c15d7d431
chore(deps): update container image tccr.io/truecharts/game-server-monitor to v2.10.0 ( #6260 )
...
* chore(deps): update container image tccr.io/truecharts/game-server-monitor to v2.10.0
* Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
* ct-isntall skip
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-14 13:29:10 +02:00
Stavros Kois
192d212c7d
test grouping on renovate on multi image charts ( #6354 )
2023-01-14 13:05:58 +02:00
TrueCharts Bot
2b18beff02
chore(deps): update actions/setup-python digest to d27e3f3 ( #6266 )
2023-01-14 12:45:10 +02:00
TrueCharts Bot
13763e2416
chore(deps): update container image tccr.io/truecharts/webtop to latest ( #6325 )
...
* chore(deps): update container image tccr.io/truecharts/webtop to latest
* Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
* clean ct-instal
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-14 12:44:53 +02:00
TrueCharts Bot
4dace04061
chore(deps): update renovatebot/github-action action to v34.102.0 ( #6262 )
2023-01-14 12:24:20 +02:00
Kjeld Schouten-Lebbing
f1d2fe6580
Update renovate.json5 ( #6257 )
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-11 18:25:02 +00:00
TrueCharts Bot
244081cd73
chore(deps): update renovatebot/github-action action to v34.97.5 ( #6250 )
2023-01-11 09:39:14 +02:00
Kjeld Schouten-Lebbing
396e47bb52
Update charts-lint.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-09 17:28:10 +01:00
Kjeld Schouten-Lebbing
26977b80ce
Update charts-test.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-09 17:20:37 +01:00
Kjeld Schouten-Lebbing
52cb34fd46
Update charts-test.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-09 16:44:38 +01:00
Kjeld Schouten-Lebbing
4e8e4f71ac
Update charts-test.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-09 14:53:34 +01:00
TrueCharts Bot
5cf29bb1dc
chore(deps): update renovatebot/github-action action to v34.94.0 ( #6162 )
2023-01-08 19:41:41 +02:00
Stavros Kois
ce12b962cf
docs: update .github/README.md [skip ci] ( #6159 )
...
* docs: update .github/README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-08 16:24:12 +02:00
Ryan Gooler
7ac90afc4d
Fix documentation manual link ( #6156 )
...
Original link was broken, this simply updates it to point to the correct page.
Signed-off-by: Ryan Gooler <cheetahmorph@gmail.com>
Signed-off-by: Ryan Gooler <cheetahmorph@gmail.com>
2023-01-08 16:21:30 +02:00
TrueCharts Bot
662aef3de3
chore(deps): update renovatebot/github-action action to v34.93.0 ( #6157 )
2023-01-08 15:19:44 +02:00
TrueCharts Bot
f38039ec21
chore(deps): update renovatebot/github-action action to v34.92.1 ( #6153 )
2023-01-08 00:50:38 +02:00
StevenMcElligott
c0f5fead49
fix(Docs): Update SUPPORT.md to remove 22.02.4 ( #6074 )
...
* fix(Docs): Update SUPPORT.md to remove 22.02.4
* Added Support Guidelines
2023-01-07 22:18:27 +01:00
TrueCharts Bot
48f211d9de
chore(deps): update actions/checkout action to v3.3.0 ( #6122 )
2023-01-07 19:43:40 +02:00
TrueCharts Bot
99a194f4ce
chore(deps): update helm/chart-releaser-action action to v1.5.0 ( #6133 )
2023-01-07 19:43:15 +02:00
TrueCharts Bot
fa997772ca
chore(deps): update renovatebot/github-action action to v34.92.0 ( #6134 )
2023-01-07 19:42:53 +02:00
TrueCharts Bot
e2d98b1d74
chore(deps): update dawidd6/action-download-artifact action to v2.24.3 ( #6120 )
2023-01-07 19:32:53 +02:00
TrueCharts Bot
c8629182db
chore(deps): update actions/upload-artifact digest to 0b7f8ab ( #6007 )
2023-01-07 17:29:56 +02:00
TrueCharts Bot
296995ae90
chore(deps): update actions/checkout digest to ac59398 ( #6006 )
2023-01-07 17:29:51 +02:00
Stavros Kois
865408fc4f
update renovate
2023-01-07 13:03:14 +02:00
TrueCharts Bot
89412e1396
chore(deps): update renovatebot/github-action action to v34.83.1 ( #5992 )
2023-01-05 10:02:32 +02:00
TrueCharts Bot
f0d845f2b3
chore(deps): update renovatebot/github-action action to v34.77.1 ( #5924 )
2023-01-01 18:56:33 +02:00
TrueCharts Bot
2488791ca7
chore(deps): update renovatebot/github-action action to v34.77.0 ( #5916 )
2022-12-31 15:51:47 +02:00
TrueCharts Bot
a0f51910de
chore(deps): update renovatebot/github-action action to v34.76.2 ( #5905 )
2022-12-31 10:51:58 +02:00
TrueCharts Bot
8a496ea924
chore(deps): update renovatebot/github-action action to v34.76.0 ( #5881 )
2022-12-30 10:15:17 +02:00
TrueCharts Bot
9ae8756a78
chore(deps): update renovatebot/github-action action to v34.74.2 ( #5860 )
2022-12-28 10:50:11 +02:00
Kjeld Schouten-Lebbing
6c2430bd32
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-27 21:06:25 +01:00
TrueCharts Bot
87bbe2e117
chore(deps): update renovatebot/github-action action to v34.74.0 ( #5849 )
2022-12-27 07:18:50 +02:00
Kjeld Schouten-Lebbing
5215f356f8
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-26 22:53:07 +01:00
Kjeld Schouten-Lebbing
e447f5233f
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-26 22:24:39 +01:00
Kjeld Schouten-Lebbing
89800a439d
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-26 22:10:21 +01:00
Kjeld Schouten-Lebbing
d58c9fe3cd
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-26 22:03:55 +01:00
Kjeld Schouten-Lebbing
a8900e9b64
Delete general.security-scan.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-26 20:47:01 +01:00
Kjeld Schouten-Lebbing
0cbd67257a
Delete secgen.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-26 20:46:47 +01:00
Kjeld Schouten-Lebbing
a428dd454b
Update daily.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-26 20:46:36 +01:00
TrueCharts Bot
948fd51141
chore(deps): update renovatebot/github-action action to v34.73.3 ( #5840 )
2022-12-26 18:51:40 +02:00
Kjeld Schouten-Lebbing
df06e2b3c7
Revert "Update secgen.yaml"
...
This reverts commit f9abc09420
. (+1 squashed commits)
Squashed commits:
[1d6259e92f] Revert "Update secgen.yaml"
This reverts commit b883601cff
.
2022-12-25 14:36:16 +01:00
TrueCharts Bot
93be9d1ccd
chore(deps): update renovatebot/github-action action to v34.73.1 ( #5781 )
2022-12-25 12:26:08 +00:00
Kjeld Schouten-Lebbing
b883601cff
Update secgen.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-25 12:18:16 +01:00
Kjeld Schouten-Lebbing
f9abc09420
Update secgen.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-25 12:17:36 +01:00
Kjeld Schouten-Lebbing
6f9966bc8e
Update renovate.json5
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-25 09:53:01 +01:00
StevenMcElligott
bf5e3728b5
fix(catalog): Fix broken SCALE catalog links ( #5773 )
...
* fix(catalog): Remove extra references to /docs
* those ones are internal
2022-12-25 10:49:27 +02:00
TrueCharts Bot
e71b1cb5dc
chore(deps): update renovatebot/github-action action to v34.73.0 ( #5690 )
2022-12-25 01:44:30 +02:00
TrueCharts-Admin
ee30607c9f
Update stefanzweifel/git-auto-commit-action digest to 3ea6ae1
2022-12-24 23:05:50 +01:00
Kjeld Schouten-Lebbing
aab67f4a34
Update renovate.json5
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 22:48:54 +01:00
Kjeld Schouten-Lebbing
aee359c8f1
Update renovate.json5
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 22:48:41 +01:00
Kjeld Schouten-Lebbing
fa66853671
Update renovate.json5
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 22:43:39 +01:00
Kjeld Schouten-Lebbing
037d3db381
Update renovate.json5
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 22:32:07 +01:00
Kjeld Schouten-Lebbing
31aa1404f6
Revert "Update secgen.yaml"
...
This reverts commit f78df3cf27
. (+1 squashed commits)
Squashed commits:
[62adfc99ea] Revert "Update secgen.yaml"
This reverts commit b08805f37b
.
2022-12-24 20:29:33 +01:00
Kjeld Schouten-Lebbing
b08805f37b
Update secgen.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 20:23:41 +01:00
Kjeld Schouten-Lebbing
f78df3cf27
Update secgen.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 20:15:22 +01:00
TrueCharts Bot
fb9815caf8
chore(deps): update renovatebot/github-action action to v34.72.3 ( #5681 )
2022-12-24 19:42:19 +02:00
Kjeld Schouten-Lebbing
c039e057bd
Update secgen.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 17:46:25 +01:00
Kjeld Schouten-Lebbing
addf81d4d7
Update secgen.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 17:46:01 +01:00
Kjeld Schouten-Lebbing
7d71cbe1f6
Update secgen.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 17:40:48 +01:00
Kjeld Schouten-Lebbing
8737d5ff2b
Update secgen.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-24 10:15:35 +01:00
TrueCharts Bot
c50023fb68
chore(deps): update renovatebot/github-action action to v34.72.2 ( #5642 )
2022-12-24 09:37:16 +02:00
Kjeld Schouten-Lebbing
01f696b753
fix(docs): limit scope of container scans to "vuln".
2022-12-23 21:18:59 +01:00
Kjeld Schouten-Lebbing
10810c5b94
ensure tested container entries are unique
2022-12-23 20:41:16 +01:00
Kjeld Schouten-Lebbing
1991028d2b
fix(docs): ensure all helm chart portions are scanned during security scan
2022-12-23 20:00:19 +01:00
Kjeld Schouten-Lebbing
e1756d34aa
fix(docs): prevent too-early failure of security check script
2022-12-23 18:35:19 +01:00
Kjeld Schouten-Lebbing
316f5a1fc0
fix(docs): correct container scan filename
2022-12-23 17:22:12 +01:00
Kjeld Schouten-Lebbing
7e005f58ab
feat(docs): re-enable container security scanning
2022-12-23 17:16:09 +01:00
Kjeld Schouten-Lebbing
4536b6a821
fix(docs): ensure titles on security scan pages are set correctly
2022-12-23 12:10:57 +01:00
Kjeld Schouten-Lebbing
304edb8ee8
fix(docs): ensure the render folder is deleted
2022-12-23 11:58:16 +01:00
Kjeld Schouten-Lebbing
2d2cfcd9a4
fix(docs): ignore container security scan for now
2022-12-23 11:14:23 +01:00
Kjeld Schouten-Lebbing
e6b8e1a693
fix(docs): fix typo in security generator
2022-12-23 11:00:16 +01:00
Kjeld Schouten-Lebbing
5a3a06f333
fix(docs): ensure no unclosed br and hr tags are used in security report
2022-12-23 10:53:23 +01:00
Kjeld Schouten-Lebbing
57a02c6ae4
fix(docs): actually wrote security scan results to website
2022-12-22 22:56:03 +01:00
Kjeld Schouten-Lebbing
7f2b2d4ace
fix(docs): fixing completely wrong syntaxsis
2022-12-22 21:57:25 +01:00
Kjeld Schouten-Lebbing
964e37be60
fix(docs): ensure being unable to generate security info, doesn't lead to not-generating it at-all
2022-12-22 21:46:24 +01:00
Kjeld Schouten-Lebbing
7c1754f254
fix tpl path for sec scan
2022-12-22 20:56:53 +01:00
Kjeld Schouten-Lebbing
ee77cc0a61
remove unneeded check from sec script
2022-12-22 20:46:21 +01:00
Kjeld Schouten-Lebbing
cc2c230ba7
another attempt at fixing the damn script
2022-12-22 20:40:32 +01:00
Kjeld Schouten-Lebbing
3303b436aa
another try at fixing the script
2022-12-22 20:29:33 +01:00
Kjeld Schouten-Lebbing
07b98df96c
copy other logic
2022-12-22 20:19:26 +01:00
Kjeld Schouten-Lebbing
d11a287e9e
use other way to for
2022-12-22 20:13:11 +01:00
Kjeld Schouten-Lebbing
46c5d7e72d
layout tweaks
2022-12-22 20:04:57 +01:00
Kjeld Schouten-Lebbing
a282b10e6a
ensure dependencies are fetched
2022-12-22 20:02:52 +01:00
Kjeld Schouten-Lebbing
01a397ccb0
ensure deps are fetched prior to sec scan
2022-12-22 19:53:07 +01:00
Kjeld Schouten-Lebbing
e65c77b756
fix issues with new action
2022-12-22 19:41:59 +01:00
Kjeld Schouten-Lebbing
85f4a037be
feat(docs): add initial job to generate security reports for Apps
2022-12-22 19:34:48 +01:00
TrueCharts Bot
f920121c2c
chore(deps): update actions/setup-python digest to 5ccb29d ( #5626 )
2022-12-22 20:15:59 +02:00
TrueCharts Bot
32ed1acb43
chore(deps): update renovatebot/github-action action to v34.70.1 ( #5628 )
2022-12-22 20:15:52 +02:00
Kjeld Schouten-Lebbing
1cb8e18489
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-22 17:19:31 +01:00
TrueCharts Bot
84bdd4a60a
chore(deps): update renovatebot/github-action action to v34.70.0 ( #5557 )
2022-12-22 01:03:44 +02:00
TrueCharts Bot
93875df67b
chore(deps): update tj-actions/branch-names action to v6.4 ( #5558 )
2022-12-22 01:03:35 +02:00
Stavros Kois
6335f8df2b
Update charts-release.yaml
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-22 00:58:16 +02:00
Kjeld Schouten-Lebbing
06f98c4d38
fix BAD mistake in docs
2022-12-21 23:23:57 +01:00
Kjeld Schouten-Lebbing
843132d21e
fix(docs): use correct caps/names
2022-12-21 23:18:11 +01:00
Kjeld Schouten-Lebbing
3f4e7219dc
fix(docs): ensure headers on container and helm security pages is correct and fix generation error
2022-12-21 23:13:59 +01:00
Kjeld Schouten-Lebbing
7330374545
fix(docs): show content as dotted list in docs
2022-12-21 23:05:13 +01:00
Kjeld Schouten-Lebbing
c59c7cbe16
fix(docs): fix a few typo's
2022-12-21 23:03:18 +01:00
Kjeld Schouten-Lebbing
9694b2216e
feat(docs): add back initial handles for container and helm securityscans
2022-12-21 22:55:18 +01:00
Kjeld Schouten-Lebbing
58dd0568e9
feat(docs): reintroduce doc-index fancy buttons/shields
2022-12-21 22:44:24 +01:00
Kjeld Schouten-Lebbing
0fcecdf1d1
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-19 23:21:23 +01:00
Kjeld Schouten-Lebbing
e0f7daa0db
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-19 23:20:06 +01:00
Kjeld Schouten-Lebbing
5eb14a4075
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-19 23:19:25 +01:00
Stavros Kois
9c11c22a1b
fix links
2022-12-20 00:17:39 +02:00
Stavros Kois
60b218bc6e
drop /docs/ from home link
2022-12-20 00:13:08 +02:00
Stavros Kois
611e690a4a
make sure changelog exists earlier
2022-12-18 22:39:57 +02:00
Stavros Kois
e3ac7bb734
only parse md files
2022-12-18 22:29:53 +02:00
Grogdor
63ada80386
fix broken support links again ( #5539 )
...
* fix broken support links
First contact with TrueCharts github and all manual/support/contact links were broken
* fix broken support links again
2022-12-18 20:31:55 +02:00
TrueCharts Bot
9c6d73fb5e
chore(deps): update renovatebot/github-action action to v34.63.1 ( #5538 )
2022-12-18 15:48:24 +02:00
TrueCharts Bot
9fda0d4522
chore(deps): update renovatebot/github-action action to v34.63.0 ( #5511 )
2022-12-18 13:53:45 +02:00
Stavros Kois
ed122aa043
fix(renovate): switch to `**`
2022-12-18 13:49:51 +02:00
TrueCharts Bot
9dd0fa39cf
chore(deps): update renovatebot/github-action action to v34.62.1 ( #5476 )
2022-12-18 01:51:35 +02:00
TrueCharts Bot
500f29ce42
chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-kde to latest ( #5484 )
...
* chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-kde to latest
* Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
* skip ci
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-18 00:46:52 +02:00
Kjeld Schouten-Lebbing
c537410ae6
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-17 22:55:57 +01:00
Kjeld Schouten-Lebbing
1c20a2ee63
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-17 21:28:43 +01:00
Kjeld Schouten-Lebbing
242007e59a
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-17 21:17:45 +01:00
Kjeld Schouten-Lebbing
110de5ffb6
Update charts-release.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-17 21:07:43 +01:00
Stavros Kois
81f696b93c
chore(ci): switch paths matcher ( #5469 )
2022-12-17 21:05:14 +01:00
Kjeld Schouten-Lebbing
4cf858c2ef
feat(ci): add App description and docs-list to index
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-17 21:03:55 +01:00
TrueCharts Bot
3399ecf874
chore(deps): update renovatebot/github-action action to v34.60.0 ( #5448 )
2022-12-17 10:21:34 +02:00
Stavros Kois
7f2e4e7011
back to prefixes
2022-12-17 09:58:52 +02:00
Stavros Kois
54ee9f1c9e
All contributors/add grogdor ( #5444 )
...
* docs: update .github/README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-12-16 22:35:31 +02:00
Grogdor
a1a26cc6af
fix broken support links ( #5442 )
...
First contact with TrueCharts github and all manual/support/contact links were broken
2022-12-16 22:33:30 +02:00
TrueCharts Bot
7ef6902de0
chore(deps): update renovatebot/github-action action to v34.59.0 ( #5436 )
2022-12-16 20:22:12 +02:00
Stavros Kois
2f68e352be
hmm
2022-12-16 19:12:06 +02:00
Stavros Kois
32331f3bf4
Update renovate.json5
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-16 18:43:53 +02:00
Stavros Kois
d356521aab
Update renovate.json5
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-16 18:41:21 +02:00
Stavros Kois
eb724eb333
fix regex
2022-12-16 18:01:37 +02:00
Stavros Kois
80908b4c0e
update renovate
2022-12-16 16:12:54 +02:00
TrueCharts Bot
8dbf9896a5
chore(deps): update renovatebot/github-action action to v34.58.1 ( #5432 )
2022-12-16 13:53:09 +02:00
Stavros Kois
9606867d9b
Update renovate.json5
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-16 13:51:32 +02:00
Stavros Kois
0f2fe8f849
Update renovate.json5
...
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-16 13:51:02 +02:00