Skip to content

Commit

Permalink
fix stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Apr 18, 2019
1 parent d8cd2c8 commit ab600e6
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME := popeye
PACKAGE := github.com/derailed/$(NAME)
VERSION := v0.3.0
VERSION := v0.3.1
GIT := $(shell git rev-parse --short HEAD)
DATE := $(shell date +%FT%T%Z)
IMG_NAME := derailed/popeye
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
restartPolicy: Never
containers:
- name: popeye
image: derailed/popeye:v0.3.0
image: derailed/popeye:v0.3.1
imagePullPolicy: IfNotPresent
args:
- -o
Expand Down
61 changes: 61 additions & 0 deletions change_logs/release_v0.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye.png" align="right" width="200" height="auto"/>

# Release v0.3.1

## Notes

Thank you so much for your support and suggestions to make Popeye better!!

Also if you dig this tool, please make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer)

---

## Change Logs

> Once again with feelings...
### Nikita

Dedicating this release, in honor of my beloved dog **Nikita** who passed away yesterday ;(

<img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/nikita.jpg" align="center" width="500" height="auto"/>


### New Sanitizers

Added Sanitizer reports for the following resources:

+ Deployment
+ StatefulSet
+ HorizontalPodAutoscaler
+ PersistentVolume
+ PersistentVolumeClaim

Popeye will now scan for configuration and usage issues that may arise from these resources.

### WARNING! Capacitors are Charged Up!

Ever wondered how much cluster capacity you actually need? Or which resource scaling may cause your cluster to surpass it's capacity? Fear not my friends! In this release, we introduce `Capacitor`. We've added metrics monitoring to the sanitizer reports. Capacitor checks your resources (provided they are set!) for potential over/under allocation based on reported metrics. Additionally, Popeye's capacitor checks your HorizontalPodAutoscalers and pre-computes resource allocations based on max replicas. Thus you can be warned when there is a potential for your clusters to either reach or surpass their capacity.

Mind you, this is very much still experimental, so procceed with caution!

### Report Formats

Added support for YAML and JSON output via `-o` CLI parameter.

> NOTE! Jurassic mode, though still in full effect, has been moved to `-o jurassic`
### Popeye Does Docker

As of this release, Popeye has been dockerized. You can now run Popeye directly on
your clusters either as a single shot or part of a cronjob. Please checkout the *README* and the k8s directory for more info about that.

---

## Resolved Bugs

+ [Issue #22](https://github.com/derailed/popeye/issues/22)

---

<img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/imhotep_logo.png" width="32" height="auto"/>&nbsp; © 2019 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
2 changes: 1 addition & 1 deletion k8s/popeye/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: popeye
image: derailed/popeye:v0.3.0
image: derailed/popeye:v0.3.1
imagePullPolicy: IfNotPresent
command: ["/bin/popeye"]
args:
Expand Down

0 comments on commit ab600e6

Please sign in to comment.