Merge branch 'master' into feature/kubernetes-management
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Some checks failed
PR Review Automation / review (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
This commit is contained in:
commit
c4b94e572e
@ -8,17 +8,15 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: renovate/renovate:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Run Renovate
|
||||||
uses: actions/checkout@v4
|
run: renovate
|
||||||
with:
|
|
||||||
ref: ${{ github.ref_name }}
|
|
||||||
|
|
||||||
- name: Self-hosted Renovate
|
|
||||||
uses: renovatebot/github-action@v41.0.0
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
|
||||||
env:
|
env:
|
||||||
RENOVATE_ENDPOINT: https://gogs.tftsr.com/api/v3
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
RENOVATE_PLATFORM: gitea
|
RENOVATE_PLATFORM: gitea
|
||||||
|
RENOVATE_ENDPOINT: https://gogs.tftsr.com/api/v3
|
||||||
|
RENOVATE_AUTODISCOVER: 'false'
|
||||||
|
RENOVATE_REPOSITORIES: '["sarman/tftsr-devops_investigation"]'
|
||||||
RENOVATE_AUTOMERGE: 'false'
|
RENOVATE_AUTOMERGE: 'false'
|
||||||
|
|||||||
19
CHANGELOG.md
19
CHANGELOG.md
@ -18,10 +18,28 @@ CI, chore, and build changes are excluded.
|
|||||||
- **fmt**: Format code with cargo fmt
|
- **fmt**: Format code with cargo fmt
|
||||||
- Address clippy warnings
|
- Address clippy warnings
|
||||||
- **fmt**: Format code with cargo fmt
|
- **fmt**: Format code with cargo fmt
|
||||||
|
- **changelog**: Use tag range for release notes
|
||||||
|
- **fmt**: Apply cargo fmt
|
||||||
|
- Address automated PR review findings
|
||||||
|
- Address all automated PR review findings
|
||||||
|
- Properly handle kubectl subprocess with async child management
|
||||||
|
- Address automated PR review findings
|
||||||
|
- Add shutdown_port_forwards command for app cleanup
|
||||||
|
- Add app shutdown cleanup for port forward processes
|
||||||
|
- **kubernetes**: Address automated PR review findings
|
||||||
|
- **kube**: Address portforward race condition and temp file leak
|
||||||
|
- **ci**: Replace JS-based Renovate action with direct container invocation
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- **kubernetes**: Add comment about dynamic port allocation limitation
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- **kube**: Add Kubernetes management GUI components
|
- **kube**: Add Kubernetes management GUI components
|
||||||
- **kube**: Implement delete_port_forward command
|
- **kube**: Implement delete_port_forward command
|
||||||
|
- **kube**: Implement complete kubectl port-forward runtime
|
||||||
|
- Add comprehensive Windows and Linux command support to shell classifier
|
||||||
|
- **kubernetes**: Add database persistence for clusters and port_forwards
|
||||||
|
- **k8s**: Implement clean-room Kubernetes management GUI
|
||||||
|
|
||||||
## [1.1.0] — 2026-06-06
|
## [1.1.0] — 2026-06-06
|
||||||
|
|
||||||
@ -44,6 +62,7 @@ CI, chore, and build changes are excluded.
|
|||||||
- Pin plugin-stronghold npm version to match Rust crate (2.3.1)
|
- Pin plugin-stronghold npm version to match Rust crate (2.3.1)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
- Full copy from apollo_nxt-trcaa with complete sanitization
|
||||||
- **kube**: Add Kubernetes management support
|
- **kube**: Add Kubernetes management support
|
||||||
|
|
||||||
## [0.3.12] — 2026-06-05
|
## [0.3.12] — 2026-06-05
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user