Skip to content

Releases: powerfulseal/powerfulseal

3.0.0rc9: Merge pull request #275 from seeker89/exit-strategy

15 Jun 18:01
f055b6a
Compare
Choose a tag to compare
Make exit strategy configurable

3.0.0rc8: Merge pull request #272 from seeker89/fix-action-node-stop

10 Jun 13:52
6765309
Compare
Choose a tag to compare
Fix action node autoRestart option, fix inventory refreshing

3.0.0rc4: Merge pull request #271 from seeker89/kubectl-proxy

10 Jun 08:00
d881409
Compare
Choose a tag to compare
Kubectl proxy, fix docs

3.0.0rc3: Merge pull request #268 from seeker89/ignore-cert

09 Jun 19:15
a82f1b7
Compare
Choose a tag to compare
Add option to ignore self-signed certs in the HTTP probe

3.0.0rc2: Merge pull request #266 from seeker89/auto-restart

09 Jun 18:50
633fd00
Compare
Choose a tag to compare
Add the autoRestart option, defaulting to true

3.0.0rc1: Merge pull request #264 from seeker89/proxies

09 Jun 15:08
6b69976
Compare
Choose a tag to compare
Support per-probe proxies, by default use no proxies, regardless of the ENV

First release candidate for the revamped version 3.0.0

05 Jun 13:20
9972c70
Compare
Choose a tag to compare
Merge pull request #251 from seeker89/travis2

Support versions with rc number at the end for building

Cleanup

02 Jun 22:13
09962eb
Compare
Choose a tag to compare
Merge pull request #245 from bloomberg/seeker89-patch-1

Update setup.cfg to 2.9.1

2.9.0: Bump kubernetes client version to 11.x

04 Apr 10:07
Compare
Choose a tag to compare
Bump Powerfulseal version

Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>

2.8.0: Merge pull request #191 from seeker89/warn-on-debug-prometheus

20 Nov 08:36
bea1e49
Compare
Choose a tag to compare
  • new flag --accept-proxy-headers to handle X-Forwarded-* headers via @monolithh
  • fixes to the GCP config file handling via @mhamdisemah
  • updates kubernetes package to version 10.0.0, fix dependency spec
  • fix the parsing of loopsNumber in #189
  • fix the pods killing metrics in #190
  • extra warnings when using FLASK_ENV and FLASK_DEBUG variables - which were breaking the prometheus start_http_server in #191
  • readme improvements from @dgzlopes