Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
697ec7898f | ||
|
|
5f172b99df | ||
|
|
0da57eba32 | ||
|
|
5e61081d3b | ||
|
|
f87529a58c | ||
|
|
b1dac8634a | ||
|
|
2b4e169d40 | ||
|
|
641e656cab |
12
.github/workflows/discord.yml
vendored
Normal file
12
.github/workflows/discord.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
github-releases-to-discord:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Notify Discord
|
||||
uses: SethCohen/github-releases-to-discord@master
|
||||
with:
|
||||
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
@@ -1,9 +1,11 @@
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
- 💯 Connect to one or more clusters simultaneously
|
||||
- ⚡️ Aggregated Log Viewer
|
||||
- ⚖️ Resource Diff
|
||||
- ✌️ Multi-Namespace Selector
|
||||
- 💪 Human-friendly resource view
|
||||
- ✍️ View & modify objects
|
||||
- 🎉 Zero-config setup
|
||||
@@ -27,4 +29,5 @@ Visit [https://aptakube.com](https://aptakube.com?utm_campaign=github_readme) to
|
||||
|
||||
---
|
||||
|
||||
❤️ Love Aptakube? Give us a shoutout 👉 [https://love.aptakube.com/r/ASb0RG](https://love.aptakube.com/r/ASb0RG?utm_medium=github)
|
||||
- ❤️ Love Aptakube?
|
||||
- ⭐️ Write a [Review](https://love.aptakube.com/r/ASb0RG)
|
||||
|
||||
Reference in New Issue
Block a user