Feat/beta prep ship - #92
Merged
Merged
Conversation
❌ Deploy Preview for kubewaf-doc failed.
|
chifu1234
force-pushed
the
feat/beta-prep-ship
branch
from
July 31, 2026 12:18
74d7b43 to
ee81722
Compare
| curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-$(go env GOARCH)" | ||
| chmod +x ./kind | ||
| sudo mv ./kind /usr/local/bin/kind | ||
| - uses: azure/setup-helm@v4 |
| - uses: azure/setup-helm@v4 | ||
| with: | ||
| version: v3.15.3 | ||
| - uses: azure/setup-kubectl@v4 |
| curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-$(go env GOARCH)" | ||
| chmod +x ./kind | ||
| sudo mv ./kind /usr/local/bin/kind | ||
| - uses: azure/setup-helm@v4 |
| - uses: azure/setup-helm@v4 | ||
| with: | ||
| version: v3.15.3 | ||
| - uses: azure/setup-kubectl@v4 |
| curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-$(go env GOARCH)" | ||
| chmod +x ./kind | ||
| sudo mv ./kind /usr/local/bin/kind | ||
| - uses: azure/setup-helm@v4 |
| - uses: azure/setup-helm@v4 | ||
| with: | ||
| version: v3.15.3 | ||
| - uses: azure/setup-kubectl@v4 |
| curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-$(go env GOARCH)" | ||
| chmod +x ./kind | ||
| sudo mv ./kind /usr/local/bin/kind | ||
| - uses: azure/setup-helm@v4 |
| - name: Verify helm installation | ||
| run: helm version | ||
| - name: Install kubectl | ||
| uses: azure/setup-kubectl@v4 |
| - uses: azure/setup-helm@v4 | ||
| with: | ||
| version: v3.15.3 | ||
| - uses: azure/setup-kubectl@v4 |
First public beta-candidate packaging: shared build/publish pipeline, PhraseList/IPList data-file inject, subresource probe API, Cilium remesh without injecting an OTel access log into CEC, and fail-closed ECDS publish when RuleSet or SecLang refs are unresolved.
chifu1234
force-pushed
the
feat/beta-prep-ship
branch
from
August 17, 2026 19:23
f827b16 to
0ffd5e6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lands the beta-prep workstream on
feat/beta-prep-ship:engines/(modsecurity-proxy-wasm,pow-proxy-wasm)WAFInstance; unifiedWAFwithmode/ status / printer columns;SecRuleIDPoolallowedRulesfix, finalizer cleanup, safe defaults, status rendering0.1.0-beta.1with admission webhooks (self-signed CA)test-e2e.yml)test-e2e-release.yml— EG Path A/B FTW, Istio, Cilium)kindest/node:v1.32.2Test plan
go test ./internal/... ./api/...(local)make test-unit-smoke(envtest + critical packages)test-e2e.yml) for earlier HEADtest-e2e-release.yml)make helm-test/helm-test.yml)Notes
WAFInstanceremoved in favor of unifiedWAFkubewaf-doc) from this repo in the Netlify dashboard so deploy-preview checks stop failing.github/workflows/codeql.ymlrunsheadlamp-plugin/remains a dedicated-repo follow-up; path is gitignored for local side-by-side checkouts.gitmodules/ gitlinksCommits
See
git log main..feat/beta-prep-ship --oneline