Merge pull request #390 from stefanprodan/release-6.8.0
Some checks failed
cve-scan / trivy (push) Has been cancelled
e2e / kind-helm (push) Has been cancelled
e2e / kind-timoni (push) Has been cancelled
test / test (push) Has been cancelled

Release v6.8.0
This commit is contained in:
Stefan Prodan
2025-03-11 11:27:59 +02:00
committed by GitHub
12 changed files with 15 additions and 14 deletions

View File

@@ -162,9 +162,9 @@ jobs:
echo 'CHANGELOG' > /tmp/release.txt
github-release-notes -org stefanprodan -repo podinfo -since-latest-release >> /tmp/release.txt
- name: Publish release
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --release-notes=/tmp/release.txt --skip-validate
args: release --release-notes=/tmp/release.txt --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -1,6 +1,6 @@
apiVersion: v1
version: 6.7.1
appVersion: 6.7.1
version: 6.8.0
appVersion: 6.8.0
name: podinfo
engine: gotpl
description: Podinfo Helm chart for Kubernetes

View File

@@ -8,7 +8,7 @@ backends: []
image:
repository: ghcr.io/stefanprodan/podinfo
tag: 6.7.1
tag: 6.8.0
pullPolicy: IfNotPresent
ui:

View File

@@ -8,7 +8,7 @@ backends: []
image:
repository: ghcr.io/stefanprodan/podinfo
tag: 6.7.1
tag: 6.8.0
pullPolicy: IfNotPresent
ui:

View File

@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: backend
image: ghcr.io/stefanprodan/podinfo:6.7.1
image: ghcr.io/stefanprodan/podinfo:6.8.0
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: frontend
image: ghcr.io/stefanprodan/podinfo:6.7.1
image: ghcr.io/stefanprodan/podinfo:6.8.0
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -25,7 +25,7 @@ spec:
serviceAccountName: webapp
containers:
- name: backend
image: ghcr.io/stefanprodan/podinfo:6.7.1
image: ghcr.io/stefanprodan/podinfo:6.8.0
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -25,7 +25,7 @@ spec:
serviceAccountName: webapp
containers:
- name: frontend
image: ghcr.io/stefanprodan/podinfo:6.7.1
image: ghcr.io/stefanprodan/podinfo:6.8.0
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: podinfod
image: ghcr.io/stefanprodan/podinfo:6.7.1
image: ghcr.io/stefanprodan/podinfo:6.8.0
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -1,4 +1,4 @@
package version
var VERSION = "6.7.1"
var VERSION = "6.8.0"
var REVISION = "unknown"

View File

@@ -1,12 +1,13 @@
package main
import (
"list"
"tool/cli"
"encoding/yaml"
"text/tabwriter"
)
_resources: timoni.apply.app + timoni.apply.test
_resources: list.Concat([timoni.apply.app, timoni.apply.test])
// The build command generates the Kubernetes manifests and prints the multi-docs YAML to stdout.
// Example 'cue cmd -t debug -t name=podinfo -t namespace=test -t mv=1.0.0 -t kv=1.28.0 build'.

View File

@@ -9,7 +9,7 @@ package main
values: {
image: {
repository: "ghcr.io/stefanprodan/podinfo"
tag: "6.7.1"
tag: "6.8.0"
digest: ""
}
test: image: {