Stefan Prodan
|
44f588dd4c
|
Merge pull request #19 from stefanprodan/metrics-port
Add option to run the metrics exporter on a different port
v1.6.0
|
2019-06-15 17:14:01 +03:00 |
|
stefanprodan
|
951d82abb9
|
Add option to run the metrics exporter on a different port
Add port-metrics flag, when specified the Prometheus /metrics endpoint will be exposed on that port.
|
2019-06-15 17:07:34 +03:00 |
|
Stefan Prodan
|
3301f6f8d4
|
Merge pull request #18 from stefanprodan/fix-helm-test
Fix storage tests
|
2019-04-19 12:45:53 +03:00 |
|
stefanprodan
|
0339d3beb0
|
Fix storage tests
|
2019-04-19 12:44:58 +03:00 |
|
Stefan Prodan
|
d1b77c97b8
|
Merge pull request #17 from mumoshu/patch-1
fix(doc): Update README about read/write endpoints
|
2019-04-19 11:02:02 +03:00 |
|
KUOKA Yusuke
|
bfa3aaf9ac
|
fix(doc): Update README about read/write endpoints
I was following https://github.com/stefanprodan/k8s-podinfo/blob/master/docs/1-deploy.md#using-the-helm-chart and `helm test` failed.
The cause seemed like changes in two endpoints. `POST /write` seems to have changed to `POST /store`, and `GET /read/{hash}` to `GET /store/{hash}`. Here's the fix according to my observation :)
|
2019-04-19 16:39:09 +09:00 |
|
stefanprodan
|
43df2d19c6
|
Bump version to 1.5.1
|
2019-03-25 12:16:20 +02:00 |
|
stefanprodan
|
7181351c89
|
Bump version to 1.5.0
|
2019-03-25 12:08:37 +02:00 |
|
Stefan Prodan
|
1c3bf10de2
|
Merge pull request #16 from luxas/ui-pathprefix
Fix the UI XHRs when the webserver is mounted at a non-root URL
|
2019-03-25 11:28:51 +02:00 |
|
Lucas Käldström
|
c28c11d4a5
|
Release v1.4.4
|
2019-03-25 11:22:38 +02:00 |
|
Lucas Käldström
|
5c2f9a19d6
|
Make the UI perform XHRs relative to its own path
|
2019-03-25 11:21:33 +02:00 |
|
Stefan Prodan
|
7d5200a78a
|
Merge pull request #15 from stefanprodan/fix-port
Add port validation
|
2019-03-21 21:06:10 +02:00 |
|
stefanprodan
|
66b8948473
|
Bump version to 1.4.3
|
2019-03-21 20:57:07 +02:00 |
|
stefanprodan
|
db04ce117b
|
Add port validation
|
2019-03-21 20:43:02 +02:00 |
|
stefanprodan
|
5142c39a8e
|
Add arm64 and amd64 Drone pipelines
|
2019-02-08 01:07:15 +02:00 |
|
stefanprodan
|
001486ac0a
|
Push ARMv7 image with Drone
|
2019-02-08 00:43:53 +02:00 |
|
stefanprodan
|
ed553135b2
|
Set Drone platform to arm
|
2019-02-08 00:32:15 +02:00 |
|
stefanprodan
|
c21c24b2fd
|
Build master with Drone
|
2019-02-08 00:25:55 +02:00 |
|
stefanprodan
|
4dbbfa9239
|
Rename Drone pipeline
|
2019-02-08 00:12:04 +02:00 |
|
stefanprodan
|
bc8ff9b412
|
Build ARM image with Drone on Scaleway
|
2019-02-08 00:06:23 +02:00 |
|
stefanprodan
|
cdf9b06b86
|
Upgrade golang GitHub action to 1.11
|
2018-12-20 17:52:56 +02:00 |
|
stefanprodan
|
431ab9e19e
|
Disable Travis Kubernetes in Docker (kind)
|
2018-12-20 15:57:09 +02:00 |
|
stefanprodan
|
1273d3745e
|
Run podinfo local image on Travis Kubernetes in Docker
|
2018-12-20 15:36:58 +02:00 |
|
stefanprodan
|
caa49b96aa
|
Run podinfo on Travis Kubernetes in Docker
|
2018-12-20 15:22:06 +02:00 |
|
stefanprodan
|
319e444ddf
|
Fix kubectl perm for Travis Kubernetes in Docker
|
2018-12-20 15:12:39 +02:00 |
|
stefanprodan
|
0529fff9aa
|
Test Travis Kubernetes in Docker
|
2018-12-20 15:07:58 +02:00 |
|
stefanprodan
|
0fc239aaca
|
Test Kubernetes in Docker
|
2018-12-20 14:56:21 +02:00 |
|
stefanprodan
|
f0b19b63e9
|
Add sem ver release to TravisCI docs
|
2018-12-20 10:22:49 +02:00 |
|
stefanprodan
|
d10ba4ac43
|
Release 1.4.2
v1.4.2
|
2018-12-20 09:57:19 +02:00 |
|
stefanprodan
|
7a2dca6798
|
Add TravisCI and Quay docs
|
2018-12-20 09:56:17 +02:00 |
|
stefanprodan
|
62ccb1b67e
|
run go 1.11 fmt
|
2018-12-20 09:41:08 +02:00 |
|
stefanprodan
|
579284c775
|
Bootstrap travis in podcli code init
|
2018-12-20 09:33:55 +02:00 |
|
Stefan Prodan
|
a4948e16dd
|
Remove labels and update deployment to API apps/v1
|
2018-12-04 16:26:44 +07:00 |
|
Stefan Prodan
|
995dcb5042
|
Publish chart v1.4.1
- set probes timeout to 5s (fix for GKE containerd)
|
2018-12-04 16:15:56 +07:00 |
|
stefanprodan
|
cbf1d671df
|
Bump version to 1.4.1
v1.4.1
|
2018-11-28 12:11:18 +02:00 |
|
stefanprodan
|
f6987a0a09
|
Publish v1.4 Helm chart
|
2018-11-28 12:01:05 +02:00 |
|
Stefan Prodan
|
ea93f3ed9f
|
Bump version to 1.4.0
v1.4.0
|
2018-11-28 11:45:41 +02:00 |
|
Stefan Prodan
|
2fc253a7c7
|
Merge pull request #8 from guyfedwards/blue-green-flagger
Set background colour based on version
|
2018-11-28 11:37:03 +02:00 |
|
guyfedwards
|
c83e19a217
|
set color based on primary/canary workload
sets the bg color as blue for primary and green for canary workloads
|
2018-11-27 17:41:41 +00:00 |
|
Stefan Prodan
|
a9a1252a22
|
Add brew install cmd for podcli
|
2018-11-07 14:58:37 +02:00 |
|
Stefan Prodan
|
046a9a4852
|
Add version to code init commit message
|
2018-10-27 12:19:54 +03:00 |
|
Stefan Prodan
|
4d78abdad8
|
Prep for v1.3.2 release
|
2018-10-27 12:19:15 +03:00 |
|
Stefan Prodan
|
f8b32fa130
|
Release ngrok helm chart v0.2.0
|
2018-10-27 12:02:46 +03:00 |
|
Stefan Prodan
|
a30fb535de
|
Merge pull request #7 from tdickman/subdomain-support
Add ngrok subdomain support
|
2018-10-27 12:00:12 +03:00 |
|
Stefan Prodan
|
8d662334a2
|
Update GitHub actions docs
|
2018-10-27 11:59:24 +03:00 |
|
Stefan Prodan
|
4ed9271783
|
Release v1.3.1
v1.3.1
|
2018-10-27 11:50:14 +03:00 |
|
Stefan Prodan
|
97157694be
|
Add logs to Docker build GitHub action
|
2018-10-27 11:48:32 +03:00 |
|
Stefan Prodan
|
bf92728234
|
Generate Github actions CI pipeline
- add custom Dockerfile
- use GitHub actions env vars as docker build args
- remove .gh from Makefile and Dockerfile in destination project
|
2018-10-27 11:41:52 +03:00 |
|
Tom Dickman
|
bd31f8b23e
|
Add ngrok subdomain support
|
2018-10-26 14:06:37 -05:00 |
|
Stefan Prodan
|
f7c8061ac0
|
Bump version in GitHub Actions docs
|
2018-10-26 19:07:00 +03:00 |
|