Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
- "fix/**"
- "feat/**"
- "chore/**"
- "release/**"
tags:
- "v*"
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'Existing immutable SemVer tag to verify and release (for example v0.2.2)'
description: 'Existing immutable SemVer tag to verify and release (for example v0.2.3)'
required: true
type: string

Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.3] - 2026-09-19

TFLint rule resolution across Terraform modules, CI-gated automated release pipeline, and Abeta ecosystem documentation rebranding.

### Fixed
- terraform: Resolved TFLint module-level provider and required version rule violations (`terraform_required_version`, `terraform_required_providers`) across `modules/grafana_provisioning`, `modules/kubernetes_stack`, and `modules/storage`.
- terraform: Modernized `.tflint.hcl` to use `call_module_type = "local"` instead of deprecated `module = true` while preserving the full `recommended` ruleset.
- terraform: Removed duplicate inline `terraform` provider configuration in `modules/grafana_provisioning/main.tf` in favor of dedicated `versions.tf`.

### Added
- ci: Redesigned `.github/workflows/release.yml` with a pre-requisite `gate-ci-and-verify` job verifying commit check-runs and running the complete validation suite before publishing releases.
- ci: Expanded `.github/workflows/ci.yml` trigger configurations to execute on `tags: ["v*"]`, `fix/**`, `feat/**`, and `workflow_dispatch`.
- tooling: Added `scripts/check_tag_readiness.sh` for pre-release validation and added `make lint-terraform` and `make check-release-readiness` targets to `Makefile`.

### Documentation
- branding: Synchronized all documentation, README badges, licenses, security advisories, codes of conduct, alert runbook URLs, and ArgoCD GitOps manifests with `Abeta` and `Abeta-dev`.

## [0.2.2] - 2026-09-17

Path cardinality guardrails, cluster observability documentation, canonical SLI division-by-zero resilience, and CI/CD security hardening.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lint-terraform: ## Lint Terraform with TFLint and format check
@echo "Running TFLint..."
cd deploy/terraform && tflint --init && tflint --recursive

check-release-readiness: ## Verify repository readiness before tagging a release (usage: make check-release-readiness TAG=v0.2.2)
check-release-readiness: ## Verify repository readiness before tagging a release (usage: make check-release-readiness TAG=v0.2.3)
@./scripts/check_tag_readiness.sh $(TAG)

clean: ## Remove temporary containers, networks, and volumes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cloud-native-observability · v0.2.2
# cloud-native-observability · v0.2.3

> **Note on Repository History**: History reconstructed on 2026-09-11; see [CHANGELOG.md](CHANGELOG.md) for the real feature timeline.

Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/argocd/app-of-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
project: default
source:
repoURL: https://github.com/Abeta-dev/cloud-native-observability.git
targetRevision: v0.2.2
targetRevision: v0.2.3
path: deploy/kubernetes/argocd/apps
destination:
server: https://kubernetes.default.svc
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/argocd/apps/kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
targetRevision: 58.7.1
helm:
valueFiles:
- https://raw.githubusercontent.com/Abeta-dev/cloud-native-observability/v0.2.2/deploy/kubernetes/helm/kube-prometheus-stack/values-base.yaml
- https://raw.githubusercontent.com/Abeta-dev/cloud-native-observability/v0.2.3/deploy/kubernetes/helm/kube-prometheus-stack/values-base.yaml
destination:
server: https://kubernetes.default.svc
namespace: monitoring
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/argocd/apps/loki-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
targetRevision: 5.43.3
helm:
valueFiles:
- https://raw.githubusercontent.com/Abeta-dev/cloud-native-observability/v0.2.2/deploy/kubernetes/helm/loki/values.yaml
- https://raw.githubusercontent.com/Abeta-dev/cloud-native-observability/v0.2.3/deploy/kubernetes/helm/loki/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: logging
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/argocd/apps/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
targetRevision: 0.88.0
helm:
valueFiles:
- https://raw.githubusercontent.com/Abeta-dev/cloud-native-observability/v0.2.2/deploy/kubernetes/helm/otel-collector/values.yaml
- https://raw.githubusercontent.com/Abeta-dev/cloud-native-observability/v0.2.3/deploy/kubernetes/helm/otel-collector/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: opentelemetry
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/argocd/apps/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
project: default
source:
repoURL: https://github.com/Abeta-dev/cloud-native-observability.git
targetRevision: v0.2.2
targetRevision: v0.2.3
path: deploy/kubernetes/secrets
destination:
server: https://kubernetes.default.svc
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/argocd/apps/tempo-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
targetRevision: 1.9.1
helm:
valueFiles:
- https://raw.githubusercontent.com/Abeta-dev/cloud-native-observability/v0.2.2/deploy/kubernetes/helm/tempo/values.yaml
- https://raw.githubusercontent.com/Abeta-dev/cloud-native-observability/v0.2.3/deploy/kubernetes/helm/tempo/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: tracing
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_tag_readiness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ -z "${tag}" ]]; then
fi

if [[ ! "${tag}" =~ ^v${SEMVER_PATTERN}$ ]]; then
fail "Tag must be valid SemVer prefixed with 'v' (e.g. v0.2.2): ${tag}"
fail "Tag must be valid SemVer prefixed with 'v' (e.g. v0.2.3): ${tag}"
fi

version="${tag#v}"
Expand Down
4 changes: 2 additions & 2 deletions scripts/check_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ if [ -z "$README_HEADER_VER" ]; then
exit 1
fi

echo " - Expected Version: v0.2.2"
echo " - Expected Version: v0.2.3"
echo " - CHANGELOG.md: v$CHANGELOG_VER"
echo " - README.md Header: v$README_HEADER_VER"

EXPECTED_VER="0.2.2"
EXPECTED_VER="0.2.3"

if [ "$CHANGELOG_VER" != "$EXPECTED_VER" ]; then
echo "❌ Error: CHANGELOG.md version (v$CHANGELOG_VER) does not match expected version (v$EXPECTED_VER)"
Expand Down
Loading