Skip to content

Commit

Permalink
add rel notes
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Feb 29, 2020
1 parent ce3a715 commit 1ae0764
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 31 deletions.
30 changes: 1 addition & 29 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ project_name: popeye
before:
hooks:
- go mod download
# - go generate ./...
release:
prerelease: true
prerelease: false
builds:
- env:
- CGO_ENABLED=0
Expand Down Expand Up @@ -57,30 +56,3 @@ brew:
description: A Kubernetes Cluster sanitizer and linter.
test: |
system "popeye version"
# # Snapcraft
# snapcraft:
# name: popeye
# summary: A Kubernetes Cluster sanitizer and linter.
# description: |
# Popeye scans your Kubernetes clusters and reports potential resource issues.
# name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
# publish: true
# replacements:
# amd64: 64-bit
# 386: 32-bit
# darwin: macOS
# linux: Tux
# bit: Arm
# bitv6: Arm6
# bitv7: Arm7
# grade: stable
# confinement: strict
# apps:
# popeye:
# plugs: ["home", "network", "kube-config"]
# plugs:
# kube-config:
# interface: personal-files
# read:
# - $HOME/.kube
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2019, Imhotep Software LLC <[email protected]>
Copyright © 2020, Imhotep Software LLC <[email protected]>
All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,5 +424,5 @@ to make this project a reality!
---
<img src="assets/imhotep_logo.png" width="32" height="auto"/> &nbsp;© 2019 Imhotep Software LLC.
<img src="assets/imhotep_logo.png" width="32" height="auto"/> &nbsp;© 2020 Imhotep Software LLC.
All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)
Binary file added assets/html_report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions change_logs/release_v0.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye.png" align="right" width="200" height="auto"/>

# Release v0.7.0

## Notes

As you may have noticed this project offers a GitHub Sponsor button (over here 👆). If you feel `Popeye` sanitizers are helping you diagnose potential cluster issues and it's saving you some cycles, you may consider sponsoring this project. Thank you for your gesture of kindness and for supporting Popeye!!

Can't afford it but still dig this tool? Please make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer)

---

## Change Logs

### HTML Reports!

Big thanks in this release and ATTA Boy! goes to (Barak Stout)[https://github.com/BarakStout] for making HTML sanitizers reports available for all of us.

In order to start spewing out HTML formatted Popeye's report use the following command:

```shell
# Generates a Popeye sanitizer HTML report
popeye -o html --save
```

And you'll get something like this...

<img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/html_report.png" align="right" width="500" height="auto"/>


### Cluster Name Override

In most cases, when running Popeye in cluster, the cluster name won't be available as a kubeconfig is generally not available. Thanks to the great contributions from [Karan Magdani](https://github.com/karanmagdani1), you can now add
a cli arg `k8s-popeye-cluster-name` to set your cluster name for your in cluster sanitizer reports.

---

## Resolved Bugs/PRs

* [Issue #73](https://github.com/derailed/popeye/issues/73)
* [PR 81](https://github.com/derailed/popeye/pull/81)

---

<img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/imhotep_logo.png" width="32" height="auto"/>&nbsp; © 2020 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 comments on commit 1ae0764

Please sign in to comment.