Skip to content

Releases: fabioluciano/tekton-events-relay

v0.10.1

Choose a tag to compare

@fabioluciano fabioluciano released this 30 Jun 21:37

0.10.1 (2026-06-30)


📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.10.1

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.10.1

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.10.1 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.

v0.10.0

Choose a tag to compare

@fabioluciano fabioluciano released this 29 Jun 20:37

0.10.0 (2026-06-29)


📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.10.0

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.10.0

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.10.0 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.

v0.9.0

Choose a tag to compare

@fabioluciano fabioluciano released this 22 Jun 15:35

0.9.0 (2026-06-22)

Features

  • gitlab: add discussion and issue comment handlers (#20) (c590659)

📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.9.0

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.9.0

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.9.0 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.

v0.8.1

Choose a tag to compare

@fabioluciano fabioluciano released this 16 Jun 23:01

0.8.1 (2026-06-16)

Bug Fixes

  • implement template handling rules for notifiers and SCM providers (#19) (b60d04c)

📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.8.1

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.8.1

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.8.1 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.

v0.8.0

Choose a tag to compare

@fabioluciano fabioluciano released this 16 Jun 20:01

0.8.0 (2026-06-16)

Features

  • add support for OAuth2 token refresh in Bitbucket Cloud and Git… (#18) (88982e8)

📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.8.0

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.8.0

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.8.0 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.

v0.7.8

Choose a tag to compare

@fabioluciano fabioluciano released this 15 Jun 15:44

0.7.8 (2026-06-15)

Bug Fixes


📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.7.8

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.8

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.8 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.

v0.7.7

Choose a tag to compare

@fabioluciano fabioluciano released this 15 Jun 15:39

0.7.7 (2026-06-15)

Bug Fixes

  • styles: ensure responsive layout by preventing overflow on small screens (#16) (6cdcf33)

📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.7.7

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.7

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.7 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.

v0.7.6

Choose a tag to compare

@fabioluciano fabioluciano released this 15 Jun 14:55

0.7.6 (2026-06-15)

Bug Fixes

  • logging: add structured target info to action success logs (#15) (5e1911a)

📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.7.6

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.6

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.6 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.

v0.7.5

Choose a tag to compare

@fabioluciano fabioluciano released this 15 Jun 14:15

0.7.5 (2026-06-15)

Bug Fixes

  • clarify default ConfigMap name in template configuration and update notifier template references (#14) (c4c5ed0)

📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.7.5

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.5

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.5 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.

v0.7.4

Choose a tag to compare

@fabioluciano fabioluciano released this 15 Jun 03:21

0.7.4 (2026-06-15)

Refactoring


📦 Installation

Docker Image

docker pull ghcr.io/fabioluciano/tekton-events-relay:0.7.4

Helm Chart (OCI)

helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.4

Quick Start with GitHub

# Create secret with GitHub token
kubectl create secret generic github-default-token \
  --from-literal=token="$GITHUB_TOKEN" \
  --namespace tekton-events-relay

# Install chart with GitHub enabled
helm install tekton-events-relay \
  oci://ghcr.io/fabioluciano/charts/tekton-events-relay \
  --version 0.7.4 \
  --namespace tekton-events-relay \
  --create-namespace \
  --set config.scm.github[0].enabled=true \
  --set config.scm.github[0].actions[0].enabled=true

See Chart README for complete configuration.