mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-19 18:16:09 +00:00
chore(main): release 0.3.13 (#570)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
153d38deb0
commit
5ee8499e3d
@@ -1 +1 @@
|
|||||||
{".":"0.3.12"}
|
{".":"0.3.13"}
|
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.3.13](https://github.com/k8sgpt-ai/k8sgpt/compare/v0.3.12...v0.3.13) (2023-07-20)
|
||||||
|
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
* continue on absent service ([#569](https://github.com/k8sgpt-ai/k8sgpt/issues/569)) ([153d38d](https://github.com/k8sgpt-ai/k8sgpt/commit/153d38deb060cb84d606f8391e5700025ce02a9b))
|
||||||
|
|
||||||
## [0.3.12](https://github.com/k8sgpt-ai/k8sgpt/compare/v0.3.11...v0.3.12) (2023-07-19)
|
## [0.3.12](https://github.com/k8sgpt-ai/k8sgpt/compare/v0.3.11...v0.3.12) (2023-07-19)
|
||||||
|
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@@ -34,7 +34,7 @@ brew install k8sgpt
|
|||||||
**32 bit:**
|
**32 bit:**
|
||||||
<!---x-release-please-start-version-->
|
<!---x-release-please-start-version-->
|
||||||
```
|
```
|
||||||
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.12/k8sgpt_386.rpm
|
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.13/k8sgpt_386.rpm
|
||||||
sudo rpm -ivh k8sgpt_386.rpm
|
sudo rpm -ivh k8sgpt_386.rpm
|
||||||
```
|
```
|
||||||
<!---x-release-please-end-->
|
<!---x-release-please-end-->
|
||||||
@@ -43,7 +43,7 @@ brew install k8sgpt
|
|||||||
|
|
||||||
<!---x-release-please-start-version-->
|
<!---x-release-please-start-version-->
|
||||||
```
|
```
|
||||||
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.12/k8sgpt_amd64.rpm
|
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.13/k8sgpt_amd64.rpm
|
||||||
sudo rpm -ivh -i k8sgpt_amd64.rpm
|
sudo rpm -ivh -i k8sgpt_amd64.rpm
|
||||||
```
|
```
|
||||||
<!---x-release-please-end-->
|
<!---x-release-please-end-->
|
||||||
@@ -55,7 +55,7 @@ brew install k8sgpt
|
|||||||
**32 bit:**
|
**32 bit:**
|
||||||
<!---x-release-please-start-version-->
|
<!---x-release-please-start-version-->
|
||||||
```
|
```
|
||||||
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.12/k8sgpt_386.deb
|
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.13/k8sgpt_386.deb
|
||||||
sudo dpkg -i k8sgpt_386.deb
|
sudo dpkg -i k8sgpt_386.deb
|
||||||
```
|
```
|
||||||
<!---x-release-please-end-->
|
<!---x-release-please-end-->
|
||||||
@@ -63,7 +63,7 @@ brew install k8sgpt
|
|||||||
|
|
||||||
<!---x-release-please-start-version-->
|
<!---x-release-please-start-version-->
|
||||||
```
|
```
|
||||||
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.12/k8sgpt_amd64.deb
|
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.13/k8sgpt_amd64.deb
|
||||||
sudo dpkg -i k8sgpt_amd64.deb
|
sudo dpkg -i k8sgpt_amd64.deb
|
||||||
```
|
```
|
||||||
<!---x-release-please-end-->
|
<!---x-release-please-end-->
|
||||||
@@ -76,14 +76,14 @@ brew install k8sgpt
|
|||||||
**32 bit:**
|
**32 bit:**
|
||||||
<!---x-release-please-start-version-->
|
<!---x-release-please-start-version-->
|
||||||
```
|
```
|
||||||
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.12/k8sgpt_386.apk
|
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.13/k8sgpt_386.apk
|
||||||
apk add k8sgpt_386.apk
|
apk add k8sgpt_386.apk
|
||||||
```
|
```
|
||||||
<!---x-release-please-end-->
|
<!---x-release-please-end-->
|
||||||
**64 bit:**
|
**64 bit:**
|
||||||
<!---x-release-please-start-version-->
|
<!---x-release-please-start-version-->
|
||||||
```
|
```
|
||||||
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.12/k8sgpt_amd64.apk
|
curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.13/k8sgpt_amd64.apk
|
||||||
apk add k8sgpt_amd64.apk
|
apk add k8sgpt_amd64.apk
|
||||||
```
|
```
|
||||||
<!---x-release-please-end-->x
|
<!---x-release-please-end-->x
|
||||||
|
Reference in New Issue
Block a user