Releases: stefanprodan/podinfo
3.2.2
Helm chart breaking change due to label selectors changes, use helm upgrade --force
to upgrade.
Changelog
363a6a8 Merge pull request #53 from stefanprodan/prep-3.2.2
8491738 Release v3.2.2
361179f Merge pull request #52 from stefanprodan/prometheus-operator
13eb7c4 chart: add Prometheus Operator service monitor
e4ecd98 chart: change label selectors to full name
3.2.1
Changelog
5e747d3 Merge pull request #50 from stefanprodan/prep-3.2.1
c6425ac Release v3.2.1
7f5b881 e2e: ignore logs error
fb999f8 Merge pull request #49 from stefanprodan/go-upgrade
ba12154 Format imports
73e0ee7 Update CI to go 1.14
2c7029c Update go and alpine - update go to 1.14 - update alpine to 3.11 - update packages
50c3583 Merge pull request #48 from stefanprodan/fix-background
7a8b7d6 Fix background colour
2a36e84 Merge pull request #46 from sebastianortizs4n/feature/support_helm3_test_hooks
3802fb4 Updated helm test, helm3 does not have --cleanup
b4ea2af Updated test hook, and hook deleting policy for test pods
6ba7ddc Update GitOps guides - add Helm v3 and Linkerd hands-on workshop - add AWS blog posts on autoscaling and ingress - add EKS hands-on workshop
3.2.0
Changelog
af6868a Merge pull request #45 from stefanprodan/prep-3.2.0
910e713 Release v3.2.0
fe65869 Merge pull request #43 from stefanprodan/helm-v3-e2e
2a319d9 Merge pull request #44 from hiddeco/unhealthy-unready
48402ef Add --unhealthy
and --unready
flags to chart
15600cc Lowercase all flag descriptions
ed2a774 Add --unhealthy
and --unready
flags
1d590c0 e2e: Update Helm to v3 and Kubernetes to v1.17
3.1.5
3.1.4
Changelog
d65044f Release v3.1.4
18c63ad Merge pull request #42 from mumoshu/h2c
a826008 Add h2c.enabled
to chart for toggling H2C upgrading support
0ff49e5 feat: Add H2C support
79cfe56 Merge pull request #41 from stefanprodan/gh-actions
7e36892 Add GitHub workflow for manifests validation - validate kustomize build with kubeval strict mode - deny containers with latest image tag - deny deployments and services without app label selector - warn if deployments have no prometheus pod annotations
3.1.3
3.1.2
Changelog
287e005 Merge pull request #39 from stefanprodan/ui-logo
0b3e88d Add release namespace to Helm tests
1013974 Turn off CircleCI docker_layer_caching
f891e06 Release v3.1.2
647b4cb Add UI settings to Helm chart
c5df50c Make UI logo URL configurable
2b1d325 Merge pull request #38 from stefanprodan/go1.13
319d57c Update to go 1.13
3.1.1
3.1.0
Changelog
5fb970b Merge pull request #36 from stefanprodan/backends
56b404b Release v3.1.0
a12d0a1 Add support for multiple backends When calling /echo, the backends requests will be run in parallel and the results are aggregated and returned to the caller as a json array
5197978 Fix Helm repo address
8b37756 Merge pull request #35 from eladb/patch-1
1eb1da1 remove duplicate "ingress" entries in readme
3.0.0
Changelog
d1ed907 Make tests work with Helm v3
8e6ecce Fix chart for old Helm versions
f3db1ad Merge pull request #34 from stefanprodan/ingress-fix
7f3e11c Allow ingress with no hosts set
a7eb7e4 Merge pull request #33 from stefanprodan/prep-3.0.0
43194bb Release v3.0.0
c7d2196 Merge pull request #32 from stefanprodan/gprc-health
214a19f Add gRPC service name flag to check command
82ea2fa Update Kubernetes Kind to v0.5.1
d84913c Add gPRC Helm test
6bac5ff Add gPRC port and service name to chart
eacf909 Add gPRC health check to CLI
f7c1669 Run gPRC health server if grpc-port flag is set
158d6e8 Add gRPC health server