Stefan Prodan
b501abd1f0
Merge pull request #470 from stefanprodan/release-6.11.2
...
Release 6.11.2
2026-03-31 22:52:14 +03:00
Stefan Prodan
e0a79a4ddd
Release 6.11.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-31 22:47:19 +03:00
Stefan Prodan
be8baac695
Merge pull request #468 from stefanprodan/dependabot/github_actions/actions-6b017b3799
...
build(deps): bump the actions group across 1 directory with 4 updates
2026-03-31 22:36:36 +03:00
dependabot[bot]
f539517440
build(deps): bump the actions group across 1 directory with 4 updates
...
Bumps the actions group with 4 updates in the / directory: [azure/setup-helm](https://github.com/azure/setup-helm ), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ), [fluxcd/flux2](https://github.com/fluxcd/flux2 ) and [azure/setup-kubectl](https://github.com/azure/setup-kubectl ).
Updates `azure/setup-helm` from 4 to 5
- [Release notes](https://github.com/azure/setup-helm/releases )
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md )
- [Commits](https://github.com/azure/setup-helm/compare/v4...v5 )
Updates `sigstore/cosign-installer` from 4.0.0 to 4.1.1
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v4.0.0...v4.1.1 )
Updates `fluxcd/flux2` from 2.8.1 to 2.8.3
- [Release notes](https://github.com/fluxcd/flux2/releases )
- [Commits](https://github.com/fluxcd/flux2/compare/v2.8.1...v2.8.3 )
Updates `azure/setup-kubectl` from 4 to 5
- [Release notes](https://github.com/azure/setup-kubectl/releases )
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md )
- [Commits](https://github.com/azure/setup-kubectl/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: azure/setup-helm
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: sigstore/cosign-installer
dependency-version: 4.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
- dependency-name: fluxcd/flux2
dependency-version: 2.8.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
- dependency-name: azure/setup-kubectl
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-31 19:32:43 +00:00
Stefan Prodan
01219a196e
Merge pull request #469 from stefanprodan/pin-actions
...
ci: Pin actions and enable release attentions
2026-03-31 22:30:33 +03:00
Stefan Prodan
b9acae4064
ci: Pin actions and enable release attentions
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-31 22:27:07 +03:00
Stefan Prodan
64a8da1836
Merge pull request #467 from stefanprodan/dependabot/go_modules/google.golang.org/grpc-1.79.3
...
build(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3
2026-03-31 19:08:11 +03:00
dependabot[bot]
420d0db8bf
build(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.79.1 to 1.79.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.79.1...v1.79.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.79.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-19 02:41:57 +00:00
Stefan Prodan
6b67f2bdd6
Merge pull request #454 from hansbogert/master
...
feat: add otlp logging support
2026-03-17 09:22:56 +02:00
Hans van den Bogert
095b1cd251
feat: add otlp logging support
...
- Adds a loggerprovider based on otlp logger
- In demo directory of oltp:
- Added grafana for unified view of both traces and logs
- tracing now uses oltp from the collector to the jaeger instance
Signed-off-by: Hans van den Bogert <hansbogert@gmail.com >
2026-03-14 22:38:14 +01:00
Stefan Prodan
0a27dbe40c
Merge pull request #465 from stefanprodan/release-6.11.1
...
Release 6.11.1
2026-03-14 15:27:35 +02:00
Stefan Prodan
2da74a4ec2
Release 6.11.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-14 15:18:19 +02:00
Stefan Prodan
c7ffdba3bd
Merge pull request #461 from stefanprodan/dependabot/github_actions/actions-1590fac0fc
...
build(deps): bump the actions group with 5 updates
2026-03-14 15:10:39 +02:00
Stefan Prodan
06f7cd3777
Merge pull request #464 from stefanprodan/fix-store-path-traversal
...
Fix path traversal in `/store` endpoint
2026-03-14 15:08:52 +02:00
Stefan Prodan
620b9b7e2c
Fix path traversal in /store endpoint
...
Validate that the hash URL parameter matches the expected SHA1 hex
format (40 lowercase hex characters) before using it in file path
operations.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-14 15:02:25 +02:00
Stefan Prodan
83deb7fcb7
Merge pull request #463 from stefanprodan/fix-CVE-2025-70849
...
Fix XSS in `/store` endpoint (CVE-2025-70849)
2026-03-14 14:58:53 +02:00
Stefan Prodan
550ee9f7b9
Fix stored XSS in /store endpoint (CVE-2025-70849)
...
Set Content-Type to application/octet-stream in storeReadHandler
to prevent Go's content sniffing from serving HTML payloads as
text/html. Add X-Content-Type-Options: nosniff to prevent browsers
from overriding Content-Type via MIME sniffing, and
Content-Security-Policy: default-src 'none' to block script
execution as defense-in-depth.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-14 14:40:55 +02:00
dependabot[bot]
dd185df435
build(deps): bump the actions group with 5 updates
...
Bumps the actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) | `3` | `4` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3` | `4` |
| [docker/login-action](https://github.com/docker/login-action ) | `3` | `4` |
| [docker/metadata-action](https://github.com/docker/metadata-action ) | `5` | `6` |
| [docker/build-push-action](https://github.com/docker/build-push-action ) | `6` | `7` |
Updates `docker/setup-qemu-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4 )
Updates `docker/setup-buildx-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4 )
Updates `docker/login-action` from 3 to 4
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3...v4 )
Updates `docker/metadata-action` from 5 to 6
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6 )
Updates `docker/build-push-action` from 6 to 7
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: docker/setup-buildx-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: docker/login-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: docker/metadata-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: docker/build-push-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 06:46:46 +00:00
Stefan Prodan
07a524ba01
Merge pull request #460 from stefanprodan/release-6.11.0
...
Release 6.11.0
2026-03-06 19:50:57 +00:00
Stefan Prodan
5d97df9c89
Release 6.11.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-06 21:43:50 +02:00
Stefan Prodan
a8cadef09b
Merge pull request #459 from stefanprodan/cosign-v3
...
Sign release artifacts with cosign v3
2026-03-06 19:32:20 +00:00
Stefan Prodan
32f6e3d8c9
Sign release artifacts with cosign v3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-06 21:31:06 +02:00
Stefan Prodan
77dc46241d
Merge pull request #458 from matheuscscp/grpcroute
...
Introduce GRPCRoute in the Helm chart
2026-03-06 19:23:43 +00:00
Matheus Pimenta
3a31e973c0
Introduce GRPCRoute in the Helm chart
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-03-06 03:44:28 +00:00
Stefan Prodan
e15511a92d
Merge pull request #456 from matheuscscp/check-grpc-tls
...
Introduce `--tls` flag for command `check grpc`
2026-03-03 08:36:06 +02:00
Matheus Pimenta
4656ca0517
Introduce --tls flag for command check grpc
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-03-03 03:02:20 +00:00
Stefan Prodan
1f66430364
Merge pull request #455 from matheuscscp/ws-check
...
Introduce podcli check ws command
2026-03-02 20:46:52 +02:00
Matheus Pimenta
117533e329
Introduce podcli check ws command
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-03-02 17:38:35 +00:00
Stefan Prodan
29827dd944
Merge pull request #453 from stefanprodan/release-6.10.2
...
Release 6.10.2
2026-03-01 10:22:42 +02:00
Stefan Prodan
9525259938
Release 6.10.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-01 10:17:39 +02:00
Stefan Prodan
a53ddbcffc
Merge pull request #452 from stefanprodan/go-1.26
...
Build with Go 1.26
2026-03-01 10:15:35 +02:00
Stefan Prodan
e3c8277e58
Update redis to 8.6.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-01 10:10:08 +02:00
Stefan Prodan
420b2f64b8
Build with Go 1.26
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-03-01 10:05:27 +02:00
Stefan Prodan
0a93807324
Merge pull request #450 from stefanprodan/dependabot/github_actions/actions-9753a9b660
...
build(deps): bump the actions group with 2 updates
2026-03-01 09:56:59 +02:00
dependabot[bot]
d73d94eec9
build(deps): bump the actions group with 2 updates
...
Bumps the actions group with 2 updates: [helm/kind-action](https://github.com/helm/kind-action ) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ).
Updates `helm/kind-action` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.13.0...v1.14.0 )
Updates `goreleaser/goreleaser-action` from 6 to 7
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-version: 1.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
- dependency-name: goreleaser/goreleaser-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-23 06:56:00 +00:00
Stefan Prodan
a723c9447d
Merge pull request #449 from stefanprodan/release-6.10.1
...
e2e / kind-timoni (push) Failing after 6s
e2e / kind-helm (push) Failing after 1m57s
test / test (push) Failing after 5m47s
cve-scan / govulncheck (push) Successful in 12m37s
Release v6.10.1
2026-02-03 17:46:37 +02:00
Stefan Prodan
eca2d3a1d9
Release v6.10.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-02-03 17:42:33 +02:00
Stefan Prodan
2dfda568b2
Merge pull request #448 from matheuscscp/job-ttl
...
chart: introduce configurable Job hook
2026-02-03 17:39:43 +02:00
Matheus Pimenta
4d7604ab63
chart: introduce configurable Job hook
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-02-03 15:27:53 +00:00
Stefan Prodan
f3c2e57a6f
Merge pull request #447 from stefanprodan/release-6.10.0
...
e2e / kind-helm (push) Failing after 2m23s
e2e / kind-timoni (push) Failing after 11s
test / test (push) Failing after 23s
cve-scan / govulncheck (push) Successful in 12m20s
Release v6.10.0
2026-02-01 12:34:49 +02:00
Stefan Prodan
8bded1ba80
Release v6.10.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-02-01 12:30:00 +02:00
Stefan Prodan
da120efc04
Merge pull request #446 from stefanprodan/helm-remove-linkerd
...
helm: remove linkerd profile
2026-02-01 12:27:17 +02:00
Stefan Prodan
ea672716dd
helm: remove linkerd profile
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-02-01 12:22:40 +02:00
Stefan Prodan
47742372b9
Merge pull request #441 from darox/add-external-traffic-policy
...
helm: add externalTrafficPolicy value
2026-02-01 12:13:50 +02:00
Stefan Prodan
30be5f5b6a
Merge pull request #445 from stefanprodan/update-go-deps
...
Update dependencies
2026-02-01 12:12:22 +02:00
Stefan Prodan
4fb3be1de0
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-02-01 12:08:25 +02:00
Stefan Prodan
d532cc2a24
Merge pull request #444 from stefanprodan/deploy-database-demo
...
Add database deployment demo
2026-02-01 11:56:08 +02:00
Stefan Prodan
f1eb631ac9
Add database deployment demo
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-02-01 11:45:23 +02:00
darox
03172452ee
service: add externalTrafficPolicy value
...
Signed-off-by: darox <maderdario@gmail.com >
2025-12-22 14:26:32 +01:00
Stefan Prodan
b6b680fe50
Merge pull request #439 from stefanprodan/release-6.9.4
...
cve-scan / govulncheck (push) Successful in 12m0s
e2e / kind-helm (push) Failing after 1m13s
e2e / kind-timoni (push) Failing after 7s
test / test (push) Failing after 5m32s
Release 6.9.4
2025-12-07 20:02:41 +00:00
Stefan Prodan
e51374c0ec
Release 6.9.4
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-12-07 21:58:53 +02:00
Stefan Prodan
80b5bf5495
Merge pull request #438 from stefanprodan/fix-httproute
...
helm: Add namespace to HTTPRoute
2025-12-07 19:52:57 +00:00
Stefan Prodan
f53a3109cf
helm: Add namespace to HTTPRoute
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-12-07 21:46:51 +02:00
Stefan Prodan
11b7ac4319
Merge pull request #436 from stefanprodan/dependabot/github_actions/actions-27fc00b90e
...
build(deps): bump fluxcd/flux2 from 2.7.4 to 2.7.5 in the actions group
2025-12-07 19:45:44 +00:00
Stefan Prodan
396a56493b
Merge pull request #424 from darox/helm-add-trafficDistribution
...
helm: add trafficDistribution to service spec
2025-12-07 19:43:18 +00:00
darox
4991d2e6d0
helm: add trafficDistribution and additionalLabels to service config
...
This commit adds the trafficDistribution
and additionalLabels parameters to the Helm
chart's service configuration.
Signed-off-by: darox <maderdario@gmail.com >
2025-12-04 08:57:50 +01:00
dependabot[bot]
c0669703ab
build(deps): bump fluxcd/flux2 from 2.7.4 to 2.7.5 in the actions group
...
Bumps the actions group with 1 update: [fluxcd/flux2](https://github.com/fluxcd/flux2 ).
Updates `fluxcd/flux2` from 2.7.4 to 2.7.5
- [Release notes](https://github.com/fluxcd/flux2/releases )
- [Commits](https://github.com/fluxcd/flux2/compare/v2.7.4...v2.7.5 )
---
updated-dependencies:
- dependency-name: fluxcd/flux2
dependency-version: 2.7.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-01 06:51:24 +00:00
Stefan Prodan
0f360bb788
Merge pull request #434 from stefanprodan/gha-disk-cleanup
...
cve-scan / govulncheck (push) Successful in 11m52s
e2e / kind-helm (push) Failing after 1m21s
e2e / kind-timoni (push) Failing after 11s
test / test (push) Failing after 5m30s
ci: Free disk space on Ubuntu runners
2025-11-28 16:18:18 +02:00
Stefan Prodan
d7fee06b63
ci: Free disk space on Ubuntu runners
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-11-28 16:12:49 +02:00
Stefan Prodan
4f64661bff
Merge pull request #433 from stefanprodan/dependabot/github_actions/actions-42767b8147
...
cve-scan / govulncheck (push) Successful in 11m41s
e2e / kind-helm (push) Failing after 57s
e2e / kind-timoni (push) Failing after 7s
test / test (push) Failing after 5m14s
build(deps): bump the actions group across 1 directory with 2 updates
2025-11-26 11:32:14 +02:00
dependabot[bot]
1318ba1bd1
build(deps): bump the actions group across 1 directory with 2 updates
...
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout ) and [fluxcd/flux2](https://github.com/fluxcd/flux2 ).
Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
Updates `fluxcd/flux2` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/fluxcd/flux2/releases )
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml )
- [Commits](https://github.com/fluxcd/flux2/compare/v2.7.3...v2.7.4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: fluxcd/flux2
dependency-version: 2.7.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-26 09:14:41 +00:00
Stefan Prodan
1267688401
Merge pull request #432 from stefanprodan/cosign-v2.6.1
...
ci: Pin cosign to v2.6.1 (Flux compat)
2025-11-26 11:12:51 +02:00
Stefan Prodan
3ed50e4d85
ci: Pin cosign to v2.6.1 (Flux compat)
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-11-26 10:27:12 +02:00
Stefan Prodan
d9fec9778d
Merge pull request #430 from stefanprodan/release-6.9.3
...
cve-scan / govulncheck (push) Successful in 11m40s
e2e / kind-helm (push) Failing after 1m13s
e2e / kind-timoni (push) Failing after 8s
test / test (push) Failing after 5m20s
Release 6.9.3
2025-11-22 14:24:39 +02:00
Stefan Prodan
7ac390bb27
Release 6.9.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-11-22 13:59:49 +02:00
Stefan Prodan
576ad0ff2f
Merge pull request #429 from stefanprodan/dependabot/github_actions/actions-fa1ae25fd8
...
cve-scan / govulncheck (push) Successful in 12m5s
e2e / kind-helm (push) Failing after 2m42s
e2e / kind-timoni (push) Failing after 9s
test / test (push) Failing after 5m19s
build(deps): bump the actions group across 1 directory with 2 updates
2025-11-22 13:55:47 +02:00
dependabot[bot]
74ac24bc86
build(deps): bump the actions group across 1 directory with 2 updates
...
Bumps the actions group with 2 updates in the / directory: [helm/kind-action](https://github.com/helm/kind-action ) and [fluxcd/flux2](https://github.com/fluxcd/flux2 ).
Updates `helm/kind-action` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.12.0...v1.13.0 )
Updates `fluxcd/flux2` from 2.7.2 to 2.7.3
- [Release notes](https://github.com/fluxcd/flux2/releases )
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml )
- [Commits](https://github.com/fluxcd/flux2/compare/v2.7.2...v2.7.3 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-version: 1.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
- dependency-name: fluxcd/flux2
dependency-version: 2.7.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 06:38:39 +00:00
Stefan Prodan
902e62b5f3
Merge pull request #427 from stefanprodan/chart-gateway-api
...
test / test (push) Failing after 17s
cve-scan / govulncheck (push) Failing after 26s
e2e / kind-helm (push) Failing after 19s
e2e / kind-timoni (push) Failing after 8s
chart: Add support for Gateway API HTTPRoute
2025-10-24 12:50:27 +01:00
Stefan Prodan
6a069aed1a
chart: Add support for Gateway API HTTPRoute
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-10-24 14:43:05 +03:00
Stefan Prodan
bca20328fb
Merge pull request #420 from stefanprodan/dependabot/github_actions/actions-6d9da201ab
...
cve-scan / govulncheck (push) Failing after 20s
e2e / kind-helm (push) Failing after 21s
e2e / kind-timoni (push) Failing after 11s
test / test (push) Failing after 22s
build(deps): bump fluxcd/flux2 from 2.6.4 to 2.7.0 in the actions group
2025-10-16 00:30:49 +03:00
dependabot[bot]
d81ac93a8a
build(deps): bump fluxcd/flux2 from 2.6.4 to 2.7.0 in the actions group
...
Bumps the actions group with 1 update: [fluxcd/flux2](https://github.com/fluxcd/flux2 ).
Updates `fluxcd/flux2` from 2.6.4 to 2.7.0
- [Release notes](https://github.com/fluxcd/flux2/releases )
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml )
- [Commits](https://github.com/fluxcd/flux2/compare/v2.6.4...v2.7.0 )
---
updated-dependencies:
- dependency-name: fluxcd/flux2
dependency-version: 2.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-15 21:23:11 +00:00
Stefan Prodan
71fc0d8096
Merge pull request #423 from stefanprodan/chart-updates
...
chart: Update redis image and allow pull secrets
2025-10-16 00:21:25 +03:00
Stefan Prodan
81654006ee
chart: Update redis image and allow pull secrets
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-10-16 00:17:07 +03:00
Stefan Prodan
c74b0d4ccb
Merge pull request #422 from stefanprodan/update-deps-chart
...
Update Go dependencies
2025-10-16 00:16:57 +03:00
Stefan Prodan
e335313b04
Update Go dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-10-16 00:06:37 +03:00
Stefan Prodan
ca375ee533
Merge pull request #421 from sicko583/enable-imagepullsecrets-for-deployments
...
enable imagepullsecrets for better image pull
2025-10-15 23:55:46 +03:00
lincheng.zhong
d8e8054876
enable imagepullsecrets for better image pull
2025-10-15 20:09:50 +08:00
Stefan Prodan
e86405a867
Merge pull request #417 from stefanprodan/release-6.9.2
...
test / test (push) Failing after 26s
cve-scan / govulncheck (push) Failing after 38s
e2e / kind-helm (push) Failing after 25s
e2e / kind-timoni (push) Failing after 17s
Release 6.9.2
2025-09-10 23:09:01 +03:00
Stefan Prodan
a51de59edb
Release 6.9.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-10 23:06:10 +03:00
Stefan Prodan
1ff6fff334
Merge pull request #416 from stefanprodan/go-1.25
...
Build with Go 1.25
2025-09-10 23:04:21 +03:00
Stefan Prodan
98e8cd39d4
Build with Go 1.25
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-10 22:51:09 +03:00
Stefan Prodan
65b9e92db3
Merge pull request #414 from stefanprodan/dependabot/github_actions/actions-b5ac1ad0b0
...
build(deps): bump the actions group across 1 directory with 3 updates
2025-09-10 22:45:04 +03:00
dependabot[bot]
c6536c75ce
build(deps): bump the actions group across 1 directory with 3 updates
...
Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout ), [stefanprodan/timoni](https://github.com/stefanprodan/timoni ) and [actions/setup-go](https://github.com/actions/setup-go ).
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
Updates `stefanprodan/timoni` from 0.25.1 to 0.25.2
- [Release notes](https://github.com/stefanprodan/timoni/releases )
- [Changelog](https://github.com/stefanprodan/timoni/blob/main/.goreleaser.yml )
- [Commits](https://github.com/stefanprodan/timoni/compare/v0.25.1...v0.25.2 )
Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: stefanprodan/timoni
dependency-version: 0.25.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-10 19:29:40 +00:00
Stefan Prodan
3c4910d1c7
Merge pull request #415 from stefanprodan/fix-chart-values-prod
...
chart: Fix values-prod standalone use-case
2025-09-10 22:27:03 +03:00
Stefan Prodan
c831679d1e
chart: Fix values-prod standalone use-case
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-10 21:18:04 +03:00
Stefan Prodan
94a9f99f79
Merge pull request #412 from stefanprodan/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.4.0
...
cve-scan / govulncheck (push) Successful in 12m34s
e2e / kind-helm (push) Failing after 1m38s
e2e / kind-timoni (push) Failing after 10s
test / test (push) Failing after 5m32s
build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0
2025-08-22 12:27:47 +03:00
dependabot[bot]
86ac641693
build(deps): bump github.com/go-viper/mapstructure/v2
...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases )
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
dependency-version: 2.4.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-21 15:28:33 +00:00
Stefan Prodan
cdd09cdd3d
Merge pull request #408 from stefanprodan/release-6.9.1
...
cve-scan / govulncheck (push) Successful in 13m6s
e2e / kind-helm (push) Failing after 1m46s
e2e / kind-timoni (push) Failing after 18s
test / test (push) Failing after 6m5s
Release 6.9.1
2025-07-12 14:07:13 +03:00
Stefan Prodan
0b8a7dace7
Release 6.9.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-07-12 14:03:55 +03:00
Stefan Prodan
e50f88a43d
Merge pull request #404 from stefanprodan/dependabot/github_actions/actions-1b82273ac1
...
build(deps): bump fluxcd/flux2 from 2.6.1 to 2.6.4 in the actions group
2025-07-12 14:02:14 +03:00
dependabot[bot]
67e4628d95
build(deps): bump fluxcd/flux2 from 2.6.1 to 2.6.2 in the actions group
...
Bumps the actions group with 1 update: [fluxcd/flux2](https://github.com/fluxcd/flux2 ).
Updates `fluxcd/flux2` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/fluxcd/flux2/releases )
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml )
- [Commits](https://github.com/fluxcd/flux2/compare/v2.6.1...v2.6.2 )
---
updated-dependencies:
- dependency-name: fluxcd/flux2
dependency-version: 2.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-12 10:59:20 +00:00
Stefan Prodan
73f5e936c8
Merge pull request #407 from stefanprodan/deps-update
...
Update dependencies
2025-07-12 13:57:04 +03:00
Stefan Prodan
0e26c3b934
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-07-12 13:39:00 +03:00
Stefan Prodan
dc39bd9a08
Update Alpine to 3.22
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-07-12 13:06:56 +03:00
Stefan Prodan
c23d57a4e9
Merge pull request #403 from stefanprodan/dependabot/github_actions/actions-45b07363df
...
cve-scan / govulncheck (push) Successful in 12m38s
e2e / kind-helm (push) Failing after 1m36s
e2e / kind-timoni (push) Failing after 19s
test / test (push) Failing after 5m41s
build(deps): bump stefanprodan/timoni from 0.25.0 to 0.25.1 in the actions group
2025-06-16 09:41:56 +03:00
dependabot[bot]
85d22b2172
build(deps): bump stefanprodan/timoni in the actions group
...
Bumps the actions group with 1 update: [stefanprodan/timoni](https://github.com/stefanprodan/timoni ).
Updates `stefanprodan/timoni` from 0.25.0 to 0.25.1
- [Release notes](https://github.com/stefanprodan/timoni/releases )
- [Changelog](https://github.com/stefanprodan/timoni/blob/main/.goreleaser.yml )
- [Commits](https://github.com/stefanprodan/timoni/compare/v0.25.0...v0.25.1 )
---
updated-dependencies:
- dependency-name: stefanprodan/timoni
dependency-version: 0.25.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-16 06:36:33 +00:00
Stefan Prodan
ff906f2242
Merge pull request #402 from benoittgt/prevent-warning
...
cve-scan / govulncheck (push) Successful in 14m42s
e2e / kind-helm (push) Failing after 1m32s
e2e / kind-timoni (push) Failing after 11s
test / test (push) Failing after 5m52s
Prevent warning with `docker buildx build` command
2025-06-12 22:46:33 +03:00
Benoit Tigeot
2dbf735c46
Prevent warning with docker buildx build command
...
Without this patch
```
1 warning found (use docker --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
```
2025-06-12 21:22:51 +02:00
Stefan Prodan
1318243ec9
Merge pull request #400 from stefanprodan/dependabot/github_actions/actions-d190f23e0c
...
cve-scan / govulncheck (push) Successful in 12m56s
e2e / kind-helm (push) Failing after 1m52s
e2e / kind-timoni (push) Failing after 19s
test / test (push) Failing after 5m44s
build(deps): bump the actions group with 2 updates
2025-06-02 10:55:18 +03:00
dependabot[bot]
12e7f14ff0
build(deps): bump the actions group with 2 updates
...
Bumps the actions group with 2 updates: [fluxcd/flux2](https://github.com/fluxcd/flux2 ) and [stefanprodan/timoni](https://github.com/stefanprodan/timoni ).
Updates `fluxcd/flux2` from 2.5.1 to 2.6.1
- [Release notes](https://github.com/fluxcd/flux2/releases )
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml )
- [Commits](https://github.com/fluxcd/flux2/compare/v2.5.1...v2.6.1 )
Updates `stefanprodan/timoni` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/stefanprodan/timoni/releases )
- [Changelog](https://github.com/stefanprodan/timoni/blob/main/.goreleaser.yml )
- [Commits](https://github.com/stefanprodan/timoni/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: fluxcd/flux2
dependency-version: 2.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
- dependency-name: stefanprodan/timoni
dependency-version: 0.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-02 07:47:48 +00:00
Stefan Prodan
fb3b01be30
Merge pull request #399 from stefanprodan/release-6.9.0
...
cve-scan / govulncheck (push) Successful in 3m56s
e2e / kind-helm (push) Failing after 3m5s
e2e / kind-timoni (push) Failing after 10s
test / test (push) Failing after 1m17s
Release 6.9.0
2025-05-15 12:33:58 +03:00
Stefan Prodan
be955e76b0
Release 6.9.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-05-15 12:13:20 +03:00
Stefan Prodan
3e79d79447
Merge pull request #398 from stefanprodan/govulncheck
...
Run CVE scan with govulncheck
2025-05-15 11:25:02 +03:00
Stefan Prodan
cd555cf439
Run CVE scan with govulncheck
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-05-15 09:35:42 +03:00
Stefan Prodan
2927336ecd
Merge pull request #397 from stefanprodan/dependabot/github_actions/actions-7f661cc7ed
...
build(deps): bump the actions group with 6 updates
2025-05-15 09:25:47 +03:00
dependabot[bot]
8f5425b6d5
build(deps): bump the actions group with 6 updates
...
Bumps the actions group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `3` | `4` |
| [helm/kind-action](https://github.com/helm/kind-action ) | `1.10.0` | `1.12.0` |
| [azure/setup-helm](https://github.com/azure/setup-helm ) | `3` | `4` |
| [docker/build-push-action](https://github.com/docker/build-push-action ) | `5` | `6` |
| [azure/setup-kubectl](https://github.com/azure/setup-kubectl ) | `3` | `4` |
| [cue-lang/setup-cue](https://github.com/cue-lang/setup-cue ) | `1.0.0` | `1.0.1` |
Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
Updates `helm/kind-action` from 1.10.0 to 1.12.0
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.12.0 )
Updates `azure/setup-helm` from 3 to 4
- [Release notes](https://github.com/azure/setup-helm/releases )
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md )
- [Commits](https://github.com/azure/setup-helm/compare/v3...v4 )
Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
Updates `azure/setup-kubectl` from 3 to 4
- [Release notes](https://github.com/azure/setup-kubectl/releases )
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md )
- [Commits](https://github.com/azure/setup-kubectl/compare/v3...v4 )
Updates `cue-lang/setup-cue` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/cue-lang/setup-cue/releases )
- [Commits](https://github.com/cue-lang/setup-cue/compare/v1.0.0...v1.0.1 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: helm/kind-action
dependency-version: 1.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
- dependency-name: azure/setup-helm
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: docker/build-push-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: azure/setup-kubectl
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: cue-lang/setup-cue
dependency-version: 1.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-14 22:36:04 +00:00
Stefan Prodan
1cd88028c7
Merge pull request #396 from stefanprodan/enable-dependabot
...
cve-scan / trivy (push) Failing after 33s
e2e / kind-helm (push) Failing after 2m55s
e2e / kind-timoni (push) Failing after 15s
test / test (push) Failing after 1m21s
Enable dependabot
2025-05-15 01:34:30 +03:00
Stefan Prodan
ca101e6728
Enable dependabot
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-05-15 01:28:59 +03:00
Stefan Prodan
c8419e386a
Merge pull request #395 from stefanprodan/update-deps
...
Update dependencies
2025-05-15 01:01:54 +03:00
Stefan Prodan
9356c1c0c4
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-05-15 00:52:02 +03:00
Stefan Prodan
60b5e4c4fe
Merge pull request #394 from mkilchhofer/feature/add_namespace_and_namespaceoverride
...
feat(helm): Add namespace field to all resources
2025-05-15 00:31:33 +03:00
Marco Maurer
322b71c1e5
feat(helm): Add namespace field to all resources
...
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com >
2025-05-14 19:41:49 +02:00
Stefan Prodan
b3396adb98
Merge pull request #390 from stefanprodan/release-6.8.0
...
cve-scan / trivy (push) Has been cancelled
e2e / kind-helm (push) Has been cancelled
e2e / kind-timoni (push) Has been cancelled
test / test (push) Has been cancelled
Release v6.8.0
2025-03-11 11:27:59 +02:00
Stefan Prodan
c6e70a7aa0
Release v6.8.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-03-11 11:23:55 +02:00
Stefan Prodan
6810566623
Merge pull request #389 from stefanprodan/go-1.24
...
Build with Go 1.24
2025-03-11 11:17:38 +02:00
Stefan Prodan
8efcd73510
Build with Go 1.24
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-03-11 11:13:59 +02:00
Stefan Prodan
eb81ed6ed2
Merge pull request #384 from stefanprodan/update-go-deps
...
Update dependencies
2025-03-11 11:08:46 +02:00
Stefan Prodan
916f1a298a
Merge pull request #388 from hansbogert/master
...
feat(logging): add trace_id to http request debug logs
2025-03-11 11:03:16 +02:00
Hans van den Bogert
7cc399463c
feat(logging): add trace_id to debug log line
...
... if exists in context
2025-03-10 21:48:25 +01:00
Stefan Prodan
78755636d0
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-01-14 00:09:32 +02:00
Stefan Prodan
b99bf8c252
Merge pull request #382 from cthtrifork/feature/podSecurityContext
...
cve-scan / trivy (push) Failing after 9m22s
e2e / kind-helm (push) Failing after 1m14s
e2e / kind-timoni (push) Failing after 13s
test / test (push) Failing after 5m29s
Added support for podSecurityContext in helm chart
2024-11-14 12:19:48 +02:00
Casper Thygesen
e7928cfbc7
update chart readme
2024-11-14 10:45:13 +01:00
Stefan Prodan
dc5d3d559e
Merge pull request #381 from stefanprodan/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.5.1
...
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1
2024-11-14 11:40:24 +02:00
Casper Thygesen
71f618320e
Added support for podSecurityContext in helm chart
2024-11-13 20:36:29 +01:00
dependabot[bot]
c4e601b4cb
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1
...
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-04 23:45:18 +00:00
Stefan Prodan
6b7aab8a10
Merge pull request #378 from stefanprodan/release-6.7.1
...
cve-scan / trivy (push) Successful in 6m54s
e2e / kind-helm (push) Failing after 58s
e2e / kind-timoni (push) Failing after 6s
test / test (push) Failing after 5m15s
Release 6.7.1
2024-10-08 11:58:16 +03:00
Stefan Prodan
b7d3d71d8f
Release 6.7.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-10-07 16:02:31 +03:00
Stefan Prodan
abcd272293
Merge pull request #377 from stefanprodan/go-1.23
...
cve-scan / trivy (push) Successful in 9m22s
e2e / kind-helm (push) Failing after 2m38s
e2e / kind-timoni (push) Failing after 11s
test / test (push) Failing after 6m17s
Build with Go 1.23
2024-10-07 15:59:08 +03:00
Stefan Prodan
4af7854aa2
Bump Go to 1.23
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-10-07 15:56:05 +03:00
Stefan Prodan
fc1e4a48ed
Build with Go 1.23
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-10-07 15:50:27 +03:00
Stefan Prodan
08238eada7
Merge pull request #375 from stefanprodan/dependabot/go_modules/google.golang.org/grpc-1.64.1
...
e2e / kind-timoni (push) Failing after 4s
cve-scan / trivy (push) Successful in 1m27s
e2e / kind-helm (push) Failing after 3m8s
test / test (push) Failing after 5m38s
build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1
2024-07-12 14:59:26 +03:00
dependabot[bot]
892a66ea93
build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-09 21:44:38 +00:00
Stefan Prodan
0b1481aa8e
Merge pull request #374 from stefanprodan/release-6.7.0
...
Release v6.7.0
2024-06-23 21:28:13 +03:00
Stefan Prodan
ff32a1fc4b
Release v6.7.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-06-23 21:25:38 +03:00
Stefan Prodan
3de84d2360
Merge pull request #373 from stefanprodan/up-go-deps
...
Update dependencies
2024-06-23 21:24:35 +03:00
Stefan Prodan
ba6f4ffd7c
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-06-23 21:21:39 +03:00
Stefan Prodan
6d4405a1ef
Run tidy before testing
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-06-23 21:21:25 +03:00
Stefan Prodan
752950cb4f
Merge pull request #369 from Prashant-Dwivedi-08-01/grpc_APIs
...
GRPC Apis for Corresponding HTTP APIs
2024-06-23 21:13:19 +03:00
Prashant Dwivedi
b10c3067c8
Removed the whitespaces
...
Signed-off-by: Prashant Dwivedi <prashantdwivedi194@gmail.com >
2024-06-23 22:47:58 +05:30
Prashant Dwivedi
85cd1c46d4
Removed unnecessary comments and whitespaces
...
Signed-off-by: Prashant Dwivedi <prashantdwivedi194@gmail.com >
2024-06-23 21:59:50 +05:30
Prashant Dwivedi
2687a13c75
Merge branch 'stefanprodan:master' into grpc_APIs
2024-06-23 20:46:38 +05:30
Stefan Prodan
5fb6597929
Merge pull request #372 from stefanprodan/set-cue-version
...
Set CUE version in Timoni module
2024-06-23 15:09:43 +03:00
Stefan Prodan
1fbdd9420f
Set CUE version in Timoni module
...
Adapt module to cope with breaking changes in CUE v0.9
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-06-23 15:07:18 +03:00
Prashant Dwivedi
30cd3b27d7
Added description for all the gRPC APIs in README file
...
Signed-off-by: Prashant Dwivedi <prashantdwivedi194@gmail.com >
2024-06-23 11:13:01 +05:30
Stefan Prodan
1d7de0bb82
Merge pull request #370 from maxbrunet/fix/deploy/cache-server-url
...
fix(deploy): add protocol to Redis URL
2024-06-15 00:28:42 +03:00
Maxime Brunet
c52654c59e
fix(deploy): add protocol to Redis URL
2024-06-14 12:10:17 -07:00
Prashant Dwivedi
1a6838a4a2
Merge branch 'master' of github.com:Prashant-Dwivedi-08-01/podinfo into grpc_APIs
2024-06-07 20:27:13 +05:30
Stefan Prodan
b0c487c6b2
Merge pull request #367 from stefanprodan/release-6.6.3
...
Release v6.6.3
2024-05-23 11:34:11 +03:00
Stefan Prodan
b28069ac51
Release v6.6.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-23 11:30:18 +03:00
Stefan Prodan
d8a136cf74
Merge pull request #366 from stefanprodan/up-deps-otel
...
Update opentelemetry dependencies
2024-05-23 11:28:58 +03:00
Stefan Prodan
614f74f6df
Update opentelemetry dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-23 11:25:26 +03:00
Stefan Prodan
0c4f327390
Merge pull request #365 from stefanprodan/alpine-3.20
...
Update Alpine to 3.20
2024-05-23 11:22:24 +03:00
Stefan Prodan
d791dedb24
Update Alpine to 3.20
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-23 11:19:15 +03:00
Stefan Prodan
220d4e909c
Merge pull request #364 from rodrigorfk/fix-ws-panic
...
fix: panic when the WebSocket endpoint is under load
2024-05-23 11:17:11 +03:00
Rodrigo Fior Kuntzer
eba7fe186e
fix: panic when the WebSocket endpoint is under load
2024-05-23 10:01:01 +02:00
Prashant Dwivedi
9108833214
Added the token Validate api and updated the test for it
2024-05-09 12:56:54 +05:30
Prashant Dwivedi
386ceb09be
Added the grpc APIs for the remaining HTTP apis
2024-05-08 00:25:37 +05:30
Stefan Prodan
f350624047
Merge pull request #356 from needsure/master
...
chore: fix some typos in comments
2024-04-28 14:07:49 +03:00
Stefan Prodan
37ba3e854f
Merge pull request #361 from stefanprodan/dependabot/go_modules/golang.org/x/net-0.23.0
...
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0
2024-04-19 17:17:36 +03:00
dependabot[bot]
70335812c6
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-19 13:23:50 +00:00
Stefan Prodan
8d010c498e
Merge pull request #357 from stefanprodan/release-6.6.2
...
Release v6.6.2
2024-04-10 14:04:54 +03:00
Stefan Prodan
8b3079a417
Release v6.6.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-10 14:01:43 +03:00
needsure
37fa020bcd
chore: fix some typos in conments
...
Signed-off-by: needsure <qinzhipeng@outlook.com >
2024-04-09 16:45:31 +08:00
Stefan Prodan
d879d0f4fb
Merge pull request #336 from michaelkebe/remove-localhost
...
Removed reference to localhost from swagger
2024-04-09 10:14:32 +03:00
Michael Kebe
16191504d1
Removed reference to localhost from swagger
...
Now it is possible to use the swagger webinterface
running on a host other than localhost e.g. in docker
or kubernetes.
Removed the @host line from pkg/api/server.go and
ran make swagger.
Fixes probably #179
2024-04-09 08:54:38 +02:00
Stefan Prodan
d042732a44
Merge pull request #353 from stefanprodan/release-6.6.1
...
Release v6.6.1
2024-03-27 15:56:20 +02:00
Stefan Prodan
649864583b
Release v6.6.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-03-27 15:36:51 +02:00
Stefan Prodan
c07eb64558
Merge pull request #352 from stefanprodan/go-1.22
...
Update dependencies to Go 1.22
2024-03-26 14:23:19 +02:00
Stefan Prodan
44942884c3
Update dependencies to Go 1.22
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-03-26 14:19:26 +02:00
Stefan Prodan
d562a2a82a
Merge pull request #344 from toyamagu-2021/feat-allow-input-config-and-extraArgs
...
feat(chart): allow input config and extraArgs
2024-03-26 09:00:43 +02:00
toyamagu2021
d7c1bf015c
feat(chart): allow input config and extraArgs
...
Signed-off-by: toyamagu2021 <toyamagu2021@gmail.com >
2024-03-26 09:28:44 +09:00
Stefan Prodan
cdec0786ef
Merge pull request #347 from eltociear/patch-1
...
Update README.md
2024-03-25 10:14:24 +02:00
Stefan Prodan
e6d611e1e2
Merge pull request #349 from mustafakarci/feature/extraEnv
...
feature(chart): allow extraEnvs to be parst
2024-03-25 10:14:01 +02:00
Mustafa Karci
36bea810ef
feature(chart): allow extraEnvs to be parst
2024-03-20 12:28:40 +01:00
Stefan Prodan
50047dab3a
Merge pull request #348 from stefanprodan/dependabot/go_modules/google.golang.org/protobuf-1.33.0
...
build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
2024-03-14 10:36:40 +02:00
dependabot[bot]
2b936e6700
build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
...
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-13 23:03:41 +00:00
Ikko Eltociear Ashimine
55e4e51eba
Update README.md
...
Github -> GitHub
2024-03-06 00:27:17 +09:00
Stefan Prodan
47090ad9e1
Merge pull request #331 from the-technat/master
...
feat(helm): add topologySpreadConstraints and PDB
2024-02-28 08:58:04 +00:00
Nathanael Liechti
6a0bbda8a5
feat(helm): add topologySpreadConstraints and PDB
2024-02-26 20:54:29 +00:00
Stefan Prodan
357009a863
Sign only GHCR artifacts with Notation
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-02-26 14:00:22 +02:00
Stefan Prodan
0f98770296
Split signature actions
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-02-26 13:27:46 +02:00
Stefan Prodan
f9032836a6
Merge pull request #343 from stefanprodan/release-6.6.0
...
Release v6.6.0
2024-02-26 12:17:54 +02:00
Stefan Prodan
5368c3fe10
Release v6.6.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-02-26 12:15:05 +02:00
Stefan Prodan
b1207aa9b1
Merge pull request #341 from JasonTheDeveloper/feat/notation
...
feat(notation): sign artifacts using notation
2024-02-26 11:58:49 +02:00
Jason
c7f9b521fa
ci(notation): install 1.1.0
...
Signed-off-by: Jason <jagoodse@microsoft.com >
2024-02-26 20:40:03 +11:00
Stefan Prodan
24405a5a5d
Setup notation signing keys
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-02-25 12:12:22 +02:00
Stefan Prodan
5195b158fc
Merge pull request #334 from michaelkebe/patch-1
...
Fixes /store endpoint with the kustomize deployment
2024-02-25 11:31:44 +02:00
Stefan Prodan
532db405f8
Merge pull request #322 from JayKaku/feature/grpc-version-echo-apis
...
Implement gRPC for `echo` and `version` APIs
2024-02-25 11:30:59 +02:00
JayKaku
2251bee699
Fixed parsing logger in echo_test.go service registeration
2024-02-24 23:44:12 +05:30
JayKaku
8535efccb7
Implemented zap logger in place of log | gprc echo
2024-02-24 23:44:12 +05:30
JayKaku
e008d1f261
Added config, logger for grpc echo api
2024-02-24 23:44:12 +05:30
Jay Kaku
22097353d2
Feature grpc version echo api ( #3 )
...
added grpc verion and echo apis
---------
Co-authored-by: Prashant Dwivedi <prashantdwivedi194@gmail.com >
2024-02-24 23:44:12 +05:30
JayKaku
c305843105
restructured api to api/http, api/grpc, pkg http
2024-02-24 23:44:12 +05:30
Jason
0d2c428859
refactor(trustpolicy): jasonthedeveloper -> stefanprodan
2024-02-09 10:59:44 +11:00
Jason
ecaa7cf4d3
ci(release): trigger on tag push
2024-02-09 10:47:11 +11:00
Jason
8447b6985b
ci(notation): remove release workflow
2024-02-09 10:42:51 +11:00
Jason
9371d6d153
ci(release): sign artefacts using notation
2024-02-09 10:41:19 +11:00
Jason
20b8c1043c
Merge branch 'master' into feat/notation
2024-02-09 10:14:38 +11:00
Michael Kebe
2d80c7a22d
added /data to kustomize deployment
...
Added an emptyDir to the kustomzie deployment, otherwise the /store endpoint does not work for storing files.
2024-01-10 09:44:12 +01:00
Stefan Prodan
dc830d02a6
Enable GitHub Sponsors
2023-12-30 22:18:54 +02:00
Stefan Prodan
badf3271a1
Merge pull request #332 from arunsathiya/master
...
ci: Use `GITHUB_OUTPUT` instead of set-output
2023-12-29 00:11:06 +02:00
Arun
9f9c2f3245
Use GITHUB_OUTPUT envvar instead of set-output command as the latter is deprecated
2023-12-28 13:21:55 -08:00
Stefan Prodan
33dac1ba40
Merge pull request #329 from stefanprodan/release-6.5.4
...
Release 6.5.4
2023-12-17 16:44:12 +02:00
Stefan Prodan
1cf8b8aeef
Release 6.5.4
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-17 16:36:33 +02:00
Stefan Prodan
22fb1c3d34
Merge pull request #328 from stefanprodan/timoni-schemas-update
...
Update Timoni CUE schemas
2023-12-17 16:34:38 +02:00
Stefan Prodan
adf8157da6
Update Timoni CUE schemas
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-17 15:53:22 +02:00
Stefan Prodan
03f8ad0251
Merge pull request #327 from stefanprodan/up-deps
...
Update Go dependencies
2023-12-17 15:18:23 +02:00
Stefan Prodan
101e371e96
Update Go dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-17 15:14:43 +02:00
Stefan Prodan
53c9f3ad9b
Merge pull request #326 from stefanprodan/alpine-3.19
...
Update Alpine to 3.19
2023-12-17 15:10:30 +02:00
Stefan Prodan
a69f0282fd
Update Alpine to 3.19
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-17 15:07:34 +02:00
Jason
174d183056
refactor(rename): policy.json -> trustpolicy.json
2023-12-14 16:16:12 +11:00
Jason
7bb64e7567
fix(trustpolicy): small typo in registryScopes
2023-12-08 17:30:47 +11:00
Jason
49a4b31d53
feat(notation): update registry scopes
2023-12-07 18:06:52 +11:00
Jason
c29e013a33
feat(notation): add trust store policy
2023-12-07 16:57:04 +11:00
Jason
45ecda63bb
ci(release): don't trigger on tag push
2023-12-07 16:26:01 +11:00
Jason
4868f430c7
ci(release): trigger on tag
2023-12-07 16:15:17 +11:00
Jason
ca9c6bb4f8
ci(release): sign artefacts using notaiton
2023-12-07 16:06:40 +11:00
Jason
86f3b1a57c
ci(release): create notation config folder
2023-12-07 15:52:29 +11:00
Jason
b22dd96a54
feat(notation): add signingkey.json config
2023-12-07 15:51:22 +11:00
Jason
5aaf95849e
ci(release): setup signing keys for notation
2023-12-07 15:50:30 +11:00
Jason
e197eca420
ci(release): add notation release workflow
2023-12-07 15:46:22 +11:00
Stefan Prodan
73fcdbe4a6
Merge pull request #320 from duxinxiao/patch-1
...
Add comment on sleep during graceful shutdown
2023-11-15 13:32:44 +02:00
du
074d0f9ff2
add comment on sleep during graceful shutdown
2023-11-15 18:47:52 +08:00
Stefan Prodan
d9bc6301e9
Merge pull request #316 from stefanprodan/release-6.5.3
...
Release 6.5.3
2023-10-30 14:38:28 +02:00
Stefan Prodan
a0e323e331
Release 6.5.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-30 14:27:41 +02:00
Stefan Prodan
1ee349fa17
Merge pull request #315 from stefanprodan/timoni-tests
...
timoni: Add connectivity test to module
2023-10-30 14:25:12 +02:00
Stefan Prodan
0f526c3cd4
timoni: Run module tests in CI
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-30 14:11:41 +02:00
Stefan Prodan
021c55fed9
timoni: Add connectivity test to module
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-30 14:10:25 +02:00
Stefan Prodan
bb2408d17d
Merge pull request #314 from stefanprodan/timoni-vet-module
...
timoni: Add debug values and vet module in CI
2023-10-30 12:56:48 +02:00
Stefan Prodan
5eb3cafd6a
timoni: Vet module in CI
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-30 12:51:28 +02:00
Stefan Prodan
df0f8ba885
timoni: Add debug values
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-30 12:51:03 +02:00
Stefan Prodan
19a59d96f1
timoni: Update module schemas
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-30 12:41:21 +02:00
Stefan Prodan
401461595a
Merge pull request #313 from stefanprodan/docs-cosign-verify
...
docs: Verify podinfo release assets with cosign
2023-10-30 12:32:21 +02:00
Stefan Prodan
bd77584ade
docs: Verify podinfo release assets with cosign
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-30 12:28:21 +02:00
Stefan Prodan
87e0dbaa7e
Merge pull request #312 from stefanprodan/dependabot/go_modules/google.golang.org/grpc-1.58.3
...
Bump google.golang.org/grpc from 1.58.2 to 1.58.3
2023-10-26 00:38:00 +03:00
dependabot[bot]
c5494104a1
Bump google.golang.org/grpc from 1.58.2 to 1.58.3
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.2...v1.58.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-25 21:27:33 +00:00
Stefan Prodan
74c60a927c
Merge pull request #310 from stefanprodan/release-6.5.2
...
Release 6.5.2
2023-10-12 12:18:47 +03:00
Stefan Prodan
ecdf07c4d5
Release 6.5.2
...
Fix for CVE-2023-39325 and CVE-2023-38545
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-12 12:11:37 +03:00
Stefan Prodan
ff29c549ff
Merge pull request #309 from stefanprodan/dependabot/go_modules/golang.org/x/net-0.17.0
...
Bump golang.org/x/net from 0.15.0 to 0.17.0
2023-10-12 09:24:03 +03:00
dependabot[bot]
fa75fc0520
Bump golang.org/x/net from 0.15.0 to 0.17.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-11 23:14:03 +00:00
Stefan Prodan
0bc496456d
Merge pull request #307 from stefanprodan/release-6.5.1
...
Release 6.5.1
2023-10-02 21:04:32 +03:00
Stefan Prodan
398c543171
Release 6.5.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-02 20:58:27 +03:00
Stefan Prodan
a54dc2a9c7
Merge pull request #306 from stefanprodan/update-otel-deps
...
Update Go dependencies
2023-10-02 20:57:13 +03:00
Stefan Prodan
bfa42afa1f
Bump Go to 1.21
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-02 20:46:06 +03:00
Stefan Prodan
590987704e
Update open telemetry packages
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-02 20:45:20 +03:00
Stefan Prodan
d561182076
Merge pull request #305 from stefanprodan/timoni-v0.14
...
Update module to Timoni v0.14 APIs
2023-10-02 20:41:06 +03:00
Stefan Prodan
72bd6faf35
Update module to Timoni v0.14 APIs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-02 20:36:58 +03:00
Stefan Prodan
2cbe0fcdff
Merge pull request #304 from stefanprodan/release-6.5.0
...
Release v6.5.0
2023-09-23 12:35:00 +03:00
Stefan Prodan
87e594b109
Release 6.5.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-23 12:29:59 +03:00
Stefan Prodan
7ec9e6c84a
Merge pull request #303 from stefanprodan/publish-timoni-module
...
Publish signed Timoni module to GHCR
2023-09-23 12:22:06 +03:00
Stefan Prodan
8183d0d5fc
Publish signed Timoni module to GHCR
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-23 12:16:48 +03:00
Stefan Prodan
aa27416651
Merge pull request #302 from stefanprodan/module-imps
...
Timoni module improvements
2023-09-23 11:35:47 +03:00
Stefan Prodan
b0594a85b9
Add e2e tests for Timoni module
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-23 11:29:47 +03:00
Stefan Prodan
e816d1b5bc
Add UI configuration
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-23 10:04:56 +03:00
Stefan Prodan
6316e213d1
Improve monitoring config
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-23 09:25:25 +03:00
Stefan Prodan
a1b112f4e1
Mark vendored code
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-23 00:43:20 +03:00
Stefan Prodan
1495fd888e
Merge pull request #301 from stefanprodan/timoni-module
...
Add Timoni module
2023-09-23 00:37:48 +03:00
Stefan Prodan
dfc4a6d37e
Add Timoni module
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-23 00:33:36 +03:00
Stefan Prodan
aaa47e535f
Merge pull request #300 from stefanprodan/up-deps
...
Update dependencies
2023-09-22 23:29:36 +03:00
Stefan Prodan
0278e11a05
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-09-22 23:24:32 +03:00
Stefan Prodan
12ceae475f
Merge pull request #284 from johankok/add-additional-labels-to-ingress
...
Added additionalLabels option for ingress in helm chart
2023-09-22 23:13:11 +03:00
Stefan Prodan
4892983fd1
Merge pull request #290 from stefanprodan/release-6.4.1
...
Release v6.4.1
2023-08-10 15:25:19 +03:00
Stefan Prodan
bcf492e92b
Release v6.4.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-08-10 15:10:01 +03:00
Stefan Prodan
a54550e439
Merge pull request #289 from stefanprodan/go-1.21
...
Build with Go 1.21
2023-08-10 15:08:37 +03:00
Stefan Prodan
29dd482f49
Build with Go 1.21
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-08-10 15:04:03 +03:00
Stefan Prodan
3a7d4d1544
Merge pull request #285 from stefanprodan/up-deps
...
Update dependencies
2023-08-10 14:59:18 +03:00
Stefan Prodan
c14b116dea
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-08-07 16:20:42 +03:00
Johan Kok
12c078938d
Added additionalLabels option for ingress
2023-07-17 17:50:42 +02:00
Stefan Prodan
dd3869b1a1
Merge pull request #274 from stefanprodan/alpine-3.18
...
Update base image to Alpine 3.18
2023-06-26 13:02:18 +03:00
Stefan Prodan
45cfe3abc2
Update base image to Alpine 3.18
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-26 12:57:54 +03:00
Stefan Prodan
fcf573111b
Merge pull request #273 from stefanprodan/release-6.4.0
...
Release 6.4.0
2023-06-26 12:55:42 +03:00
Stefan Prodan
cadabcc6a5
Release 6.4.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-26 12:50:40 +03:00
Stefan Prodan
9dfb676083
Sign release tags with OpenPGP
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-26 12:49:33 +03:00
Stefan Prodan
e06a5517da
Merge pull request #272 from stefanprodan/deps-up
...
Update dependencies
2023-06-22 18:51:41 +03:00
Stefan Prodan
fedab0de38
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-22 18:36:47 +03:00
Stefan Prodan
7d13025a35
Merge pull request #271 from jjchambl/feature/add_dynamic_paths
...
feat(echo): add dynamic path support for echo endpoint
2023-06-22 18:30:00 +03:00
Jacob Chambliss
7280e43cbf
chore: add pathprefix to enable dynamic paths for echo
2023-06-08 10:14:21 -05:00
Jacob Chambliss
3ef0b4cd09
feat: add dynamic path support for echo endpoint
2023-06-07 16:55:25 -05:00
Stefan Prodan
073f1ec5af
Merge pull request #265 from stefanprodan/release-6.3.6
...
Release 6.3.6
2023-05-03 17:26:29 +03:00
Stefan Prodan
1e0307c759
Release 6.3.6
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-05-03 17:22:28 +03:00
Stefan Prodan
d4d75c2fbf
Merge pull request #264 from stefanprodan/update-otel
...
Update dependencies
2023-05-03 17:10:32 +03:00
Stefan Prodan
2a6533c68a
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-05-03 17:00:48 +03:00
Stefan Prodan
0647aea75b
Merge pull request #263 from mstiri/feature/add-startup-probe
...
chart: Add optional startupProbe values
2023-04-22 14:37:35 +02:00
Mossaab Stiri
8c258bb1d8
Add startupProbe for deployment and use a flag to enable/disable it
2023-04-18 13:20:47 +02:00
Stefan Prodan
58726f0bd2
Merge pull request #262 from stefanprodan/update-deps
...
Update dependencies
2023-04-06 11:21:52 +03:00
Stefan Prodan
bc08542ed3
Generate CUE go.mod in CI
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-04-06 11:18:03 +03:00
Stefan Prodan
bbce3f3f67
Update dependencies
...
- github.com/spf13/cobra v1.7.0
- github.com/swaggo/http-swagger v1.3.4
- github.com/swaggo/swag v1.8.12
- google.golang.org/grpc v1.54.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-04-06 10:35:43 +03:00
Stefan Prodan
67e2c98a60
Merge pull request #260 from stefanprodan/cosign-update
...
Update sigstore/cosign-installer to v3
2023-03-09 11:07:16 +02:00
Stefan Prodan
938b00be6d
Update sigstore/cosign-installer to v3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-03-09 11:01:32 +02:00
Stefan Prodan
e6c7657155
Merge pull request #259 from stefanprodan/release-6.3.5
...
Release 6.3.5
2023-03-09 10:47:40 +02:00
Stefan Prodan
d75e8d7838
Release 6.3.5
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-03-09 10:42:52 +02:00
Stefan Prodan
74d6532429
Merge pull request #258 from stefanprodan/otel-updates
...
Update open telemetry dependencies
2023-03-09 10:41:49 +02:00
Stefan Prodan
8187f79475
Update open telemetry dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-03-09 10:37:39 +02:00
Stefan Prodan
2b6f4f0a7d
Merge pull request #257 from hiddeco/update-autoscaling-apis
...
Update `autoscaling/v2beta2` to `autoscaling/v2`
2023-03-09 10:30:04 +02:00
Hidde Beydals
3a4a99697b
Update autoscaling/v2beta2 to autoscaling/v2
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-03-09 09:23:00 +01:00
Stefan Prodan
1abc44f0d8
Merge pull request #254 from stefanprodan/release-6.3.4
...
Release v6.3.4
2023-02-21 10:49:33 +02:00
Stefan Prodan
3d798af827
Release v6.3.4
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-02-21 10:44:37 +02:00
Stefan Prodan
f8f8073946
Merge pull request #253 from stefanprodan/update-deps-xnet
...
Update dependencies
2023-02-21 10:41:42 +02:00
Stefan Prodan
c8c7a6d1bb
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-02-21 10:37:19 +02:00
Stefan Prodan
eac008b339
Merge pull request #249 from exfly/be-fix-stress-typo
...
Fix beginStressTest memory log typo
2023-02-05 13:45:00 +02:00
exfly
d2227a4204
Fix beginStressTest memory log typo
2023-02-05 13:03:04 +08:00
Stefan Prodan
ae3fe3da98
Merge pull request #247 from stefanprodan/release-6.3.3
...
Release v6.3.3
2023-02-03 13:08:33 +02:00
Stefan Prodan
42fdaf8e7a
Release v6.3.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-02-03 13:01:30 +02:00
Stefan Prodan
3e2d907993
Merge pull request #246 from stefanprodan/go-1.20
...
build: Update Go to 1.20
2023-02-03 12:57:39 +02:00
Stefan Prodan
21136b6405
build: Update Go to 1.20
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-02-03 12:45:46 +02:00
Stefan Prodan
e8c388a3fd
Merge pull request #245 from stefanprodan/release-6.3.2
...
Release v6.3.3
2023-02-03 12:28:34 +02:00
Stefan Prodan
abc38e1bff
Release v6.3.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-02-03 12:25:11 +02:00
Stefan Prodan
bf4a3140fe
Merge pull request #244 from stefanprodan/slsa-sbom
...
build: Enable SBOM and SLSA Provenance
2023-02-03 12:23:00 +02:00
Stefan Prodan
de2dd687cb
build: Enable SBOM and SLSA Provenance
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-02-03 12:19:26 +02:00
Stefan Prodan
f7a9563986
Merge pull request #243 from stefanprodan/release-6.3.1
...
Release v6.3.1
2023-02-03 11:52:05 +02:00
Stefan Prodan
a699fffe7b
Release v6.3.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-02-03 11:47:55 +02:00
Stefan Prodan
24e5de8934
Merge pull request #242 from stefanprodan/golang-jwt
...
Update dependencies
2023-02-03 11:46:53 +02:00
Stefan Prodan
298c1ae941
Update dependencies
...
- Replace `dgrijalva/jwt-go` with `golang-jwt/jwt`
- Replace `ioutil` with `io` and `os`
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-02-03 11:42:17 +02:00
Stefan Prodan
fdd0a0b7da
Merge pull request #240 from stefanprodan/kubeconform
...
Validate manifests with kubeconform
2022-12-23 13:28:18 +02:00
Stefan Prodan
8bab17843c
Validate manifests with kubeconform
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-12-23 13:23:24 +02:00
Stefan Prodan
34c5ab57b6
Merge pull request #239 from stefanprodan/cue-hpa-v2
...
Update HPA to v2 in CUE definitions
2022-12-23 12:30:23 +02:00
Stefan Prodan
0f9c989b68
Update HPA to v2 in CUE definitions
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-12-23 12:18:50 +02:00
Stefan Prodan
e2e85a9604
Merge pull request #238 from stefanprodan/release-v6.3.0
...
Release v6.3.0
2022-12-21 12:58:20 +02:00
Stefan Prodan
b687d3c76f
Update Alpine to v3.17
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-12-21 12:53:43 +02:00
Stefan Prodan
dbbb415194
Release v6.3.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-12-21 12:50:25 +02:00
Stefan Prodan
1a89d81ebb
Merge pull request #237 from stefanprodan/hpa-v2
...
Update HPA to autoscaling/v2
2022-12-21 12:43:55 +02:00
Stefan Prodan
b39526ebe8
Set Kubernetes 1.23.0 as the minimum required version
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-12-21 12:33:47 +02:00
Stefan Prodan
607303dca9
Update HPA to autoscaling/v2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-12-21 12:07:31 +02:00
Stefan Prodan
3053e634f9
Merge pull request #236 from stefanprodan/update-workflows
...
Update GitHub workflows
2022-12-21 12:00:59 +02:00
Stefan Prodan
4f1e56ae83
Update GitHub workflows
...
- replace `engineerd/setup-kind` with `helm/kind-action`
- use `azure/setup-helm` to install the Helm CLI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-12-21 11:55:36 +02:00
Stefan Prodan
f0590a03e0
Merge pull request #235 from stefanprodan/update-x/net
...
Update dependencies
2022-12-21 11:23:32 +02:00
Stefan Prodan
aa815625d9
Update dependencies
...
Fix for golang.org/x/net CVEs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-12-21 11:18:30 +02:00
Stefan Prodan
8615cb75d9
Merge pull request #233 from stefanprodan/release-6.2.3
...
Release v6.2.3
2022-11-09 13:17:16 +02:00
Stefan Prodan
b23ebb15cb
Release v6.2.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-11-09 13:12:30 +02:00
Stefan Prodan
dcb5b13023
Merge pull request #232 from stefanprodan/deps-update
...
Update dependencies
2022-11-09 13:10:23 +02:00
Stefan Prodan
71869089fa
Update dependencies
...
- github.com/prometheus/client_golang v1.14.0
- github.com/spf13/cobra v1.6.1
- github.com/spf13/viper v1.14.0
- go.opentelemetry.io/contrib/propagators/ot v1.11.1
- golang.org/x/net v0.2.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-11-09 12:59:22 +02:00
Stefan Prodan
1cf228c67b
Merge pull request #228 from stefanprodan/release-6.2.2
...
Release 6.2.2
2022-10-20 12:25:15 +03:00
Stefan Prodan
b6e81a931b
Release 6.2.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-10-20 12:12:44 +03:00
Stefan Prodan
744597a481
Merge pull request #227 from stefanprodan/deps-up
...
Update dependencies
2022-10-20 12:05:40 +03:00
Stefan Prodan
389c86ee93
Update dependencies
...
Fix CVE-2022-32149 of `golang.org/x/text`
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-10-20 12:00:33 +03:00
Stefan Prodan
34db5fa463
Merge pull request #226 from cv65kr/feat/graceful-shutdown
...
Enable graceful shutdown for gRPC server
2022-10-20 11:48:43 +03:00
Kajetan
0d62402ae9
Graceful shutdown
2022-10-18 17:31:51 +02:00
Stefan Prodan
e40d32ba87
Merge pull request #224 from jkremser/helm-probes
...
Add a way to customize liveness and readiness probes in helm chart
2022-10-06 15:17:54 +02:00
Jirka Kremser
3879b59f43
Add a way to customize liveness and readiness probes in helm chart
...
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com >
2022-10-03 17:36:14 +02:00
Stefan Prodan
44157ecd84
Merge pull request #222 from stefanprodan/release-6.2.1
...
Release 6.2.1
2022-09-29 12:54:45 +03:00
Stefan Prodan
bfa8d8032f
Release 6.2.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-09-29 12:49:43 +03:00
Stefan Prodan
b1251214f6
Merge pull request #221 from stefanprodan/update-golang.org/x/net
...
Update dependencies
2022-09-29 12:41:38 +03:00
Stefan Prodan
f1168c4946
Update dependencies
...
Fix for golang.org/x/net CVE-2022-27664
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-09-29 12:36:35 +03:00
Stefan Prodan
013343a232
Merge pull request #220 from stefanprodan/go1.19
...
Build with Go 1.19
2022-09-29 12:31:39 +03:00
Stefan Prodan
d460863f3b
Merge pull request #217 from Boojapho/imagepullsecret
...
feat(helm): added imagepullsecrets
2022-09-29 12:31:26 +03:00
Stefan Prodan
25a1e26159
Build with Go 1.19
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-09-29 12:24:20 +03:00
Stefan Prodan
b39afea117
Merge pull request #219 from stefanprodan/build-revision
...
ci: Add revision to Docker build args
2022-09-29 12:23:27 +03:00
Stefan Prodan
6d11ef9baf
ci: Add revision to Docker build args
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-09-29 12:18:53 +03:00
Michael McLeroy
baf128d856
feat(helm): added imagepullsecrets
2022-09-13 15:55:16 -04:00
Stefan Prodan
79f8138328
Merge pull request #215 from stefanprodan/fix-flux-oci
...
Fix Flux tagging action
2022-08-15 15:48:06 +03:00
Stefan Prodan
ceed4e7870
Fix Flux tagging action
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-08-15 15:43:33 +03:00
Stefan Prodan
bfce2199e8
Merge pull request #214 from stefanprodan/release-6.2.0
...
Release 6.2.0
2022-08-15 15:36:39 +03:00
Stefan Prodan
d55bb8eabd
Release 6.2.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-08-15 15:29:44 +03:00
Stefan Prodan
5fb056ebcb
Merge pull request #213 from stefanprodan/update-actions
...
Update GitHub Actions workflows
2022-08-15 15:28:53 +03:00
Stefan Prodan
35b9c9f946
Update GitHub Actions workflows
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-08-15 15:22:02 +03:00
Stefan Prodan
74e0aeeff7
Merge pull request #212 from stefanprodan/update-deps
...
Update dependencies
2022-08-15 15:10:54 +03:00
Stefan Prodan
bbb081b0e1
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-08-15 15:06:41 +03:00
Stefan Prodan
c16318bb85
Merge pull request #211 from stefanprodan/flux-oci
...
Publish OCI artifacts on release with Flux
2022-08-15 15:01:51 +03:00
Stefan Prodan
86d5fe86e4
Publish OCI artifacts on release with Flux
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-08-15 14:56:50 +03:00
Stefan Prodan
b3b00fe354
Merge pull request #209 from stefanprodan/release-6.1.8
...
Release 6.1.8
2022-07-28 13:13:30 +03:00
Stefan Prodan
a7bcfaf9b3
Release 6.1.8
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-07-28 13:06:55 +03:00
Stefan Prodan
1d4c534728
Merge pull request #208 from stefanprodan/update-go-yaml
...
Update gopkg.in/yaml.v3 to v3.0.1
2022-07-28 13:05:52 +03:00
Stefan Prodan
f2e0aa154d
Update gopkg.in/yaml.v3 to v3.0.1
...
Fix CVE-2022-28948
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-07-28 12:59:12 +03:00
Stefan Prodan
6d5b3d254a
Merge pull request #207 from stefanprodan/release-6.1.7
...
Release 6.1.7
2022-07-27 19:19:21 +03:00
Stefan Prodan
9b9f11da95
Release 6.1.7
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-07-27 19:11:48 +03:00
Stefan Prodan
1a55e30bcf
Merge pull request #206 from stefanprodan/update-swagger
...
Update Swagger packages and definition
2022-07-27 19:10:11 +03:00
Stefan Prodan
394c40e3ff
Update Swagger packages and definition
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-07-27 18:59:22 +03:00
Stefan Prodan
b76b1a38c9
Merge pull request #204 from FlomoN/master
...
Add path based params to OpenAPI spec
2022-06-22 11:11:40 +03:00
FlomoN
2eb17d80c8
add some more params to other api routes with path based params
2022-06-20 18:37:13 +02:00
FlomoN
678a42ce34
recreate docs
2022-06-20 18:26:34 +02:00
FlomoN
2da59980fe
switch to for installing swag
2022-06-20 18:05:53 +02:00
FlomoN
8697f091f3
Add params to godoc for cache
2022-06-20 14:20:34 +02:00
Stefan Prodan
4d2cf65260
Merge pull request #202 from TaylorMonacelli/patch-1
...
Fix test error "Error: release: not found"
2022-06-14 11:58:54 +03:00
Taylor Monacelli
116a378991
Fix test error "Error: release: not found"
2022-06-12 12:05:41 -07:00
Stefan Prodan
450796ddb2
Merge pull request #200 from stefanprodan/release-6.1.6
...
Release v6.1.6
2022-05-31 13:11:27 +03:00
Stefan Prodan
cb8c1fcec1
Release v6.1.6
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-05-31 13:04:28 +03:00
Stefan Prodan
37da8d1c74
Merge pull request #199 from stefanprodan/update-deps
...
Update dependencies
2022-05-31 13:01:10 +03:00
Stefan Prodan
e55ebd258d
Update dependencies
...
Fix CVE-2022-28948
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-05-31 12:42:25 +03:00
Stefan Prodan
6b869d1a18
Merge pull request #198 from stefanprodan/go-1.18
...
Update Go to 1.18 and Alpine to 3.16
2022-05-24 13:06:50 +03:00
Stefan Prodan
dea973d614
Release podinfo 6.1.5
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-05-24 12:09:58 +03:00
Stefan Prodan
f4199ab8bc
Update Go to 1.18 and Alpine to 3.16
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-05-24 12:09:08 +03:00
Paul Carlton
19603ddfc1
Fix panic triggering via HTTP API ( #197 )
...
Fix GET /panic
The GET /panic api call is not working due the the logger.Panic method
failing to call panic. This change replaces the logger.Panic method
call with logger.Info and adds a call to os.Exit(255).
2022-05-24 12:03:54 +03:00
Stefan Prodan
bf09377bfd
Merge pull request #194 from stefanprodan/release-v6.1.4
...
Release v6.1.4
2022-04-18 10:00:06 +03:00
Stefan Prodan
075712dd73
Release v6.1.4
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-04-18 09:56:02 +03:00
Stefan Prodan
07dd9a3c3e
Merge pull request #193 from stefanprodan/deps-up
...
Update dependencies
2022-04-18 09:54:32 +03:00
Stefan Prodan
63ac69ea69
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-04-18 09:49:42 +03:00
Stefan Prodan
3db382d2c9
Merge pull request #192 from stefanprodan/cue-refac
...
Refactor CUE module
2022-04-18 09:44:21 +03:00
Stefan Prodan
9f88a0e940
Refactor CUE module
...
- set default labels and annotations
- fix the service monitor selector
- allow setting ingress annotations
- remove embedded cert
- add cert-manager example for ingress
- set CPU scaling as default in HPA
- rename app input to config
- rename app out to objects
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-04-17 15:43:09 +03:00
Stefan Prodan
c6a2c90497
Merge pull request #191 from stefanprodan/exclude-cue-vendor
...
Exclude the CUE vendor packages from Git
2022-04-14 19:31:59 +03:00
Stefan Prodan
54908f7d51
Exclude the CUE vendor packages from Git
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-04-14 19:03:58 +03:00
Stefan Prodan
36bf90b008
Merge pull request #190 from stefanprodan/release-6.1.3
...
Release v6.1.3
2022-04-13 11:52:28 +03:00
Stefan Prodan
dd9020c8b2
Release v6.1.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-04-13 11:43:55 +03:00
Stefan Prodan
51009591a5
Merge pull request #189 from stefanprodan/redis-url-fix
...
Add protocol to Redis URL
2022-04-13 11:42:55 +03:00
Stefan Prodan
2b8c71ba78
Add protocol to Redis URL
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-04-13 11:37:49 +03:00
Stefan Prodan
203f7e1bf0
Merge pull request #187 from stefanprodan/release-6.1.2
...
Release 6.1.2
2022-04-11 16:35:21 +03:00
Stefan Prodan
8179263f52
Release 6.1.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-04-11 16:30:15 +03:00
Stefan Prodan
b26a34b5b6
cue: Fix label selectors
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-04-11 16:29:35 +03:00
Stefan Prodan
cd7a0fb18e
Rename cue module
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-04-11 15:45:12 +03:00
Stefan Prodan
c1fd17e50a
Merge pull request #185 from phoban01/piarash/cue-module
...
Add CUE module for generating Kubernetes manifests
2022-04-11 15:38:29 +03:00
Piaras Hoban
f98267009e
cue: move cue fmt check above dirty working tree check in test workflow
...
Signed-off-by: Piaras Hoban <phoban01@gmail.com >
2022-04-11 11:56:59 +01:00
Piaras Hoban
7d0203196a
cue: add cue format and validation checks to github actions test workflow
...
Signed-off-by: Piaras Hoban <phoban01@gmail.com >
2022-04-11 11:03:22 +01:00
Piaras Hoban
673966bae4
cue: remove linkerd ServiceProfile resource
...
Signed-off-by: Piaras Hoban <phoban01@gmail.com >
2022-04-11 10:44:35 +01:00
Piaras Hoban
9265828c4f
cue: patch version in main.cue with makefile version-set rule
...
Signed-off-by: Piaras Hoban <phoban01@gmail.com >
2022-04-11 10:44:01 +01:00
Piaras Hoban
0f68b60870
cue: remove default tag from config.image
...
Signed-off-by: Piaras Hoban <phoban01@gmail.com >
2022-04-11 10:27:14 +01:00
Piaras Hoban
217a27ce02
cue: rename directory from cuelang -> cue
...
Signed-off-by: Piaras Hoban <phoban01@gmail.com >
2022-04-11 10:26:00 +01:00
Piaras Hoban
fc172b0e7c
add cuelang module for podinfo
...
Signed-off-by: Piaras Hoban <phoban01@gmail.com >
2022-04-06 17:50:41 +01:00
Stefan Prodan
b891025365
Fix Helm OCI packaging job
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-03-30 11:38:41 +03:00
Stefan Prodan
3c3f2a2e60
Merge pull request #183 from stefanprodan/release-6.1.1
...
Release v6.1.1
2022-03-30 11:24:21 +03:00
Stefan Prodan
06b5e969db
Publish v6.1.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-03-30 11:17:38 +03:00
Stefan Prodan
8508550ee6
Merge pull request #182 from stefanprodan/helm-oci
...
Published signed Helm charts to GHCR
2022-03-30 11:16:19 +03:00
Stefan Prodan
5c1032c578
Published signed Helm charts to GHCR
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-03-30 11:11:45 +03:00
Stefan Prodan
9febc66b98
Merge pull request #180 from mmontes11/redis-basic-auth
...
Adapted cache to support redis authentication
2022-03-29 10:26:13 +03:00
Stefan Prodan
59dc738b25
Merge pull request #181 from nozaq/fix-typo
...
Fix a typo
2022-03-29 10:25:56 +03:00
nozaq
8524be7240
Fix a typo
2022-03-27 21:44:09 +09:00
Martín Montes
065a18c258
Adapted cache to support redis authentication
2022-03-23 22:13:14 +01:00
Stefan Prodan
79279ccb31
Merge pull request #178 from stefanprodan/release-6.1.0
...
Release 6.1.0
2022-03-12 13:29:52 +02:00
Stefan Prodan
7e1ef7457e
Release 6.1.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-03-12 13:25:23 +02:00
Stefan Prodan
af4919172a
Merge pull request #177 from stefanprodan/cosign
...
Sign container images with cosign and GitHub OIDC
2022-03-12 13:24:26 +02:00
Stefan Prodan
532e8f85b5
Merge pull request #167 from utkuozdemir/patch-1
...
Fix ingress URL in Helm chart NOTES.txt
2022-03-12 13:24:13 +02:00
Stefan Prodan
7c90501b8b
Sign container images with cosign and GitHub OIDC
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-03-12 13:15:09 +02:00
Stefan Prodan
5f1fb66f6f
Merge pull request #176 from stefanprodan/disable-otel
...
Disable tracing by default
2022-03-12 13:04:59 +02:00
Stefan Prodan
be80733cea
Disable tracing by default
...
To enable OTEL tracing, the `--otel-service-name` flag must be set.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-03-12 12:58:39 +02:00
Stefan Prodan
8572a390f7
Merge pull request #170 from rajatvig/otel
...
Add support for OpenTelemetry to podinfo http API
2022-03-12 12:05:16 +02:00
Stefan Prodan
b2a41c64de
Update Trivy vulnerability scanner
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-03-09 15:38:51 +02:00
Stefan Prodan
11cf36d838
Merge pull request #175 from stefanprodan/go-1.17
...
Update Go to v1.17
2022-03-09 15:21:47 +02:00
Stefan Prodan
5d440e41da
Release 6.0.4
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-03-09 15:16:34 +02:00
Stefan Prodan
170b912d25
Update Go to v1.17
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-03-09 15:06:55 +02:00
Rajat Vig
38a7952407
Reformat
2022-01-10 16:19:45 +00:00
Rajat Vig
de90d92697
Remove default to insecure GRPC
2022-01-02 00:19:18 +00:00
Rajat Vig
22ee79fcb8
Add the copyheaders code back
2021-12-22 14:13:36 +00:00
Rajat Vig
03ffc8bc34
Create a new otel directory; Add a readme and makefile
2021-12-22 12:15:56 +00:00
Rajat Vig
c4f2a6c5e6
Setup different name; Copying of headers is not required for spans
2021-12-22 01:29:21 +00:00
Rajat Vig
ab9f7410c2
Get a docker-compose for example; Port code to otel-grpc
2021-12-22 01:09:49 +00:00
Rajat Vig
2c85a72737
Add back copyTraceHeaders() as OpenTelemetry does not default propagate
2021-12-16 14:12:32 +00:00
Rajat Vig
3970a3a323
Add noop tracer to the mockServer; migrate to go 1.17
2021-12-16 13:37:01 +00:00
Ilya Dmitrichenko
61d6ed42f5
Add OpenTelemetry tracer
2021-12-16 12:39:10 +00:00
Utku Özdemir
bb11285c6f
Fix ingress URL in Helm chart NOTES.txt
...
Fixes the notes that are printed when the Helm chart is installed with `ingress.enabled: true`.
Before:
```
1. Get the application URL by running these commands:
https://map [host:podinfo.example.com paths:[map[path:/ pathType:ImplementationSpecific]]]
```
After the change:
```
1. Get the application URL by running these commands:
https://podinfo.example.com/
```
The changed part is taken as-is from the output of the `helm create` command of Helm version 3.7.1.
Tested & working as expected.
2021-11-30 15:32:01 +01:00
Stefan Prodan
132f4e7192
Merge pull request #165 from cv65kr/cv65kr-patch-1
...
Remove duplicated endpoint
2021-11-14 16:12:13 +02:00
Kajetan
6c596bf19b
Remove duplicated endpoint
2021-11-14 14:36:09 +01:00
Stefan Prodan
ea292aa958
Merge pull request #160 from stefanprodan/release-6.0.3
...
Release v6.0.3
2021-10-21 17:50:42 +03:00
Stefan Prodan
33fa856b63
Release v6.0.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-10-21 17:45:33 +03:00
Stefan Prodan
6065c5aa79
Merge pull request #159 from stefanprodan/tonistiigi/xx
...
Use tonistiigi/xx for multi-arch builds
2021-10-21 17:44:21 +03:00
Stefan Prodan
0771a597e6
Use tonistiigi/xx for multi-arch builds
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-10-21 17:35:43 +03:00
Stefan Prodan
693ffa9d28
Merge pull request #158 from stefanprodan/release-6.0.2
...
Release v6.0.2
2021-10-21 16:40:23 +03:00
Stefan Prodan
1c39c04ac9
Release v6.0.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-10-21 16:35:25 +03:00
Stefan Prodan
a27ef20cb7
Merge pull request #157 from stefanprodan/pub-config-to-ghcr
...
Publish the deploy manifests to GHCR
2021-10-21 16:31:26 +03:00
Stefan Prodan
5e2089eafb
Publish the deploy manifests to GHCR
...
- bundle the kustomize overlay as an OCI artifact
- push the artifact to `ghcr.io/stefanprodan/podinfo-config` with crane
- sign the artifact with cosign
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-10-21 16:26:10 +03:00
Stefan Prodan
68fd4e245a
Merge pull request #156 from stefanprodan/release-6.0.1
...
Release v6.0.1
2021-10-20 13:19:47 +03:00
Stefan Prodan
b718809f3b
Release v6.0.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-10-20 13:14:39 +03:00
Stefan Prodan
26379a5589
Merge pull request #155 from stefanprodan/update-deps
...
Update dependencies
2021-10-20 13:12:55 +03:00
Stefan Prodan
8d37bcfa32
Update cert-manager to v1.5.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-10-20 11:28:30 +03:00
Stefan Prodan
f168e1909b
Update dependencies
...
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
go.uber.org/zap v1.19.1
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-10-20 11:03:43 +03:00
Stefan Prodan
627d5c4bb6
Merge pull request #140 from stefanprodan/release-6.0.0
...
Release v6.0.0
2021-06-16 15:30:23 +03:00
Stefan Prodan
29f3e7f430
Release v6.0.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-06-16 15:24:35 +03:00
Stefan Prodan
8a7d5689e5
Merge pull request #139 from stefanprodan/alpine-3.14
...
Update Alpine to v3.14
2021-06-16 15:21:02 +03:00
Stefan Prodan
70ab46cd6e
Update Alpine to v3.14
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-06-16 15:16:43 +03:00
Stefan Prodan
d8effad747
Merge pull request #138 from stefanprodan/deps-update
...
Update dependencies
2021-06-16 14:54:25 +03:00
Stefan Prodan
dc97765557
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-06-16 14:37:41 +03:00
Stefan Prodan
685371108d
Merge pull request #136 from monotek/ingressClassName
...
chart: Upgrade Ingress to networking.k8s.io/v1 and add ingressClassName
2021-06-08 19:08:16 +03:00
André Bauer
b6f1555176
added ingressClassName
...
Signed-off-by: André Bauer <monotek23@gmail.com >
2021-06-04 15:51:59 +02:00
Stefan Prodan
deadf87be8
Merge pull request #134 from stefanprodan/release-v5.2.1
...
Release v5.2.1
2021-05-13 15:33:46 +03:00
Stefan Prodan
1d75661e45
Release v5.2.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-05-13 15:33:21 +03:00
Stefan Prodan
6a78560d28
Update dgrijalva/jwt-go to v4 ( #133 )
...
Fix for CVE-2020-26160 https://avd.aquasec.com/nvd/cve-2020-26160/
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-05-13 15:30:43 +03:00
Hendrik Ferber
9c4df129c6
added additional labels to servicemonitor template ( #132 )
...
chart: Add additional labels to servicemonitor template
Co-authored-by: Hendrik Ferber <HFerber@anexia-it.com >
2021-05-06 16:39:41 +03:00
Stefan Prodan
21c8dfbb69
Merge pull request #130 from onematchfox/master
...
Add option to bind service to specific host
2021-04-21 14:45:36 +03:00
Brian Fox
8c93f05fa9
feat: add option to bind service to specific host
2021-04-16 08:07:56 +02:00
Stefan Prodan
ef98a040c8
Merge pull request #129 from stefanprodan/release-v5.2.0
...
Release v5.2.0
2021-03-22 11:45:01 +02:00
Stefan Prodan
bcd8e65416
Release v5.2.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-03-22 11:40:18 +02:00
Stefan Prodan
79ab71bcf9
Merge pull request #128 from stefanprodan/cd-docs
...
Add Continuous Delivery section to readme
2021-03-21 20:31:49 +02:00
Stefan Prodan
a67c482a87
Add Continuous Delivery section to readme
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-03-21 19:27:27 +02:00
Stefan Prodan
7d89cbfd07
Merge pull request #127 from stefanprodan/chart-improvements
...
Helm chart improvements
2021-03-21 18:09:39 +02:00
Stefan Prodan
0b73f44190
chart: Add container security context
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-03-21 15:58:29 +02:00
Stefan Prodan
5751990e1a
chart: Rearrange values
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-03-21 15:35:32 +02:00
Stefan Prodan
6d1d8c1271
chart: Add service annotations
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-03-21 15:21:37 +02:00
Stefan Prodan
81a311281e
Merge pull request #126 from stefanprodan/helm-action
...
Refactor Helm GitHub Action
2021-03-21 14:51:32 +02:00
Stefan Prodan
71647cee9a
Refactor Helm GitHub Action
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-03-21 13:49:32 +02:00
Stefan Prodan
2487019631
Merge pull request #125 from stefanprodan/go-1.16
...
Update Go to v1.16
2021-03-21 13:42:36 +02:00
Stefan Prodan
885a35eebf
Update Go to v1.16
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-03-21 13:37:26 +02:00
Stefan Prodan
d36c523e67
Merge pull request #124 from runyontr/redis-connection-fix
...
chart: Fix Redis backend url
2021-03-05 16:45:20 +02:00
Thomas Runyon
43b05fb948
Update redis backend url
...
The connection information for redis does not match the service entry.
2021-03-05 08:56:23 -05:00
Stefan Prodan
6856337c57
Merge pull request #123 from mhulscher/servicemonitor-should-select-own-namespace-only
...
fix(chart): ensure that the servicemonitor only selects its own namespace
2021-03-01 16:51:08 +02:00
Mitch Hulscher
2b603bedcd
fix(chart): ensure that the servicemonitor only selects its own namespace
2021-03-01 14:59:19 +01:00
Stefan Prodan
e43ebfa5bf
Merge pull request #121 from stefanprodan/release-5.1.4
...
Release v5.1.4
2021-02-02 16:26:20 +02:00
Stefan Prodan
c914acb34d
Release v5.1.4
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-02-02 16:20:22 +02:00
Stefan Prodan
982713606e
Merge pull request #120 from 181192/service-monitor-selector
...
chart: Fix ServiceMonitor matchLabels for service
2021-02-02 10:03:57 +02:00
181192
63c0d0afe5
Fix servicemonitor matchLabels for service
...
Signed-off-by: 181192 <k@kalli.no >
2021-02-01 18:47:54 +01:00
Stefan Prodan
4407939ea3
Merge pull request #119 from stefanprodan/release-5.1.3
...
Release v5.1.3
2021-01-31 12:41:08 +02:00
Stefan Prodan
ee6df13f57
Release v5.1.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-01-31 12:36:06 +02:00
Stefan Prodan
97f9aca039
Merge pull request #118 from stefanprodan/remove-helmv2-tests
...
Refactor e2e tests
2021-01-28 16:11:27 +02:00
Stefan Prodan
f30e3f89ed
Refactor e2e tests
...
- remove Helm v2 and Tiller
- update Helm v3 to 3.5.0
- rename scripts dir to test
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-01-28 13:05:34 +02:00
Stefan Prodan
f220644263
Merge pull request #117 from a-vorobiev/fix/use-group
...
Fix adduser param to actually use 'app' group
2021-01-26 10:57:35 +02:00
Anton Vorobiev
9e066ebc7b
Fix adduser param to actually use 'app' group
2021-01-23 21:58:49 +01:00
Stefan Prodan
855f7724be
Merge pull request #113 from stefanprodan/release-5.1.2
...
Release v5.1.2
2020-12-14 13:22:23 +02:00
Stefan Prodan
33d1e950a9
Release v5.1.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-12-14 13:13:47 +02:00
Stefan Prodan
ec57c11356
Merge pull request #112 from ErezArbell/patch-1
...
Add quoting support in ingress to allow wildcard domain
2020-12-14 10:18:00 +02:00
ErezArbell
f0d7f0adca
Add quoting support in ingress to allow wildcard domain
...
YAML requires asterisk to be quoted.
If we want to use wildcard host in the ingress so we put in values.yaml something like
```
ingress:
tls:
- secretName: my-secret-tls
hosts:
- '*.example.com'
```
then Helm removes the quote mark before putting the hosts value in the ingress, so the ingress will have this unquoted and will give error:
```
Error: YAML parse error on podinfo/templates/ingress.yaml: error converting YAML to JSON: yaml: line 21: did not find expected alphabetic or numeric character
```
See same issue : <https://github.com/helm/helm/issues/3936 >.
and this PR that fixes it in Helm code: <https://github.com/helm/helm/pull/3956 >.
This fix applies the same to podinfo.
2020-12-14 09:44:50 +02:00
Stefan Prodan
9f4d31a8c4
Merge pull request #111 from stefanprodan/release-v5.1.1
...
Release v5.1.1
2020-12-09 11:11:53 +02:00
Stefan Prodan
95eafd32f9
Release v5.1.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-12-09 10:25:36 +02:00
Stefan Prodan
86dbbf7254
Merge pull request #109 from ut8ia/patch-1
...
Issue : silence on config file missing error
2020-12-08 18:05:26 +02:00
Stefan Prodan
b13ec2ddb4
Merge pull request #110 from stefanprodan/release-v5.1.0
...
Release v5.1.0
2020-12-08 17:43:37 +02:00
Stefan Prodan
0f7a876dae
Release v5.1.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-12-08 17:36:23 +02:00
Eugene Anufriev
837ff33ee0
Issue : silence on config file missing error
...
Any information in case when config file not exist or path\filename configured incorrectly.
It is not clear now.
Propose: handle such situation and inform about that.
2020-12-02 17:46:56 +02:00
Stefan Prodan
4735f54368
Merge pull request #108 from dmccaffery/feat/secure-port-chart
...
feat(charts): add tls support to helm chart
2020-11-20 15:43:54 +02:00
Deavon M. McCaffery
35c9128bca
fix(charts): fix default tls port in deployment
2020-11-19 15:41:06 +00:00
Deavon M. McCaffery
411bce81c0
build: update e2e tests to validate secure-port
...
* pull out script blocks into `hack` path
* update e2e workflow to use scripts in `hack`
* install cert manager and self-signed cluster issuer in e2e
* deploy podinfo with secure port and certificate enabled
* add `hack/e2e.sh` script, which can be used to execute the github
workflow locally
2020-11-19 03:04:36 +00:00
Deavon M. McCaffery
1ac286c3b0
feat(charts): add tls support to helm chart
...
* add tls variable block to configure service and pod with secure-port
* add ability to create cert-manager certificate
* add support for host ports (both http and https)
* add helm test for tls port
* add example values for secure-port deployment
- this assumes certificate manager is deployed to the cluster
2020-11-19 02:46:25 +00:00
Stefan Prodan
b496853d32
Merge pull request #106 from dmccaffery/feat/secure-port
...
feat(podinfo): add secure port for end-to-end tls
2020-11-18 15:16:19 +02:00
Deavon M. McCaffery
9ca49aa442
build: replace add-path with environment files
2020-11-18 12:44:58 +00:00
Deavon M. McCaffery
bc809cd763
docs(deploy): add script to test podinfo using kind
2020-11-17 23:04:55 +00:00
Deavon M. McCaffery
046ac8a4a5
docs(deploy): add kube manifests for secure-port example
2020-11-17 23:04:35 +00:00
Deavon M. McCaffery
c38f357872
feat(podinfo): add secure port for end-to-end tls
...
* add `secure-port` argument to podinfo
* add `cert-path` argument to podinfo
* add http server for secure port
* normalise http/https server start
2020-11-17 23:01:41 +00:00
Stefan Prodan
95be17be1d
Merge pull request #103 from stefanprodan/release-v5.0.3
...
Release v5.0.3
2020-10-28 11:50:48 +02:00
Stefan Prodan
5c30dfefc7
Release v5.0.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-10-28 11:43:11 +02:00
Stefan Prodan
d1829ea9ec
Merge pull request #102 from stefanprodan/clean-up
...
Update modules and swagger docs
2020-10-28 11:41:02 +02:00
Stefan Prodan
06f2276501
Update packages
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-10-28 11:24:52 +02:00
Stefan Prodan
13f7ec7ba1
Update swagger docs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-10-28 11:22:26 +02:00
Stefan Prodan
e9d5f7965f
Remove deprecated CLI code cmd
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-10-28 10:59:50 +02:00
Stefan Prodan
6596ed08de
Merge pull request #101 from stefanprodan/release-5.0.2
...
Release v5.0.2
2020-10-06 09:59:15 +03:00
stefanprodan
4c0dfaef0e
Release v5.0.2
2020-10-06 09:51:18 +03:00
Stefan Prodan
36e5ceaee2
Merge pull request #100 from hiddeco/chart/introduce-prod-values
...
chart: introduce prod values values
2020-10-06 00:53:10 +03:00
Hidde Beydals
5281c2d9a8
chart: introduce prod values
2020-10-05 23:39:16 +02:00
Stefan Prodan
7411da595c
Merge pull request #99 from stefanprodan/release-v5.0.1
...
Release v5.0.1
2020-09-21 10:48:25 +03:00
stefanprodan
44f8ae96eb
Release v5.0.1
2020-09-21 09:57:49 +03:00
Stefan Prodan
0cab9bf6b2
Merge pull request #98 from stefanprodan/arm-v6
...
Drop support for linux/arm/v6
2020-09-21 09:35:01 +03:00
stefanprodan
7111121165
Drop support for linux/arm/v6
2020-09-21 09:21:55 +03:00
stefanprodan
9299a2d1f3
Push semver to GHCR
2020-09-20 15:10:57 +03:00
Stefan Prodan
8d90770909
Merge pull request #97 from stefanprodan/release-v5.0.0
...
Release v5.0.0
2020-09-20 14:37:24 +03:00
stefanprodan
16a9f6f84c
Release v5.0.0
...
Set the default container registry to GHCR
2020-09-20 14:32:05 +03:00
Stefan Prodan
6f4447fb8b
Merge pull request #96 from stefanprodan/apache-license
...
Change license from MIT to Apache v2
2020-09-20 14:18:59 +03:00
stefanprodan
70e31587bb
Change license from MIT to Apache v2
2020-09-20 14:08:41 +03:00
Stefan Prodan
6dca3b2743
Merge pull request #95 from stefanprodan/go-1.15
...
Update Go to v1.15
2020-09-20 13:50:01 +03:00
stefanprodan
5cd072243d
Update Go to v1.15
2020-09-20 13:36:57 +03:00
Stefan Prodan
fbf20b8ac1
Merge pull request #94 from stefanprodan/ghcr
...
Publish multi-arch image to GHCR
2020-09-20 13:33:11 +03:00
stefanprodan
5833d41e85
Publish multi-arch image to GHCR
2020-09-20 13:27:05 +03:00
Stefan Prodan
a77b43479a
Merge pull request #93 from hiddeco/patch-1
...
Always quote the UI color
2020-09-19 15:41:04 +03:00
Stefan Prodan
3b884b02c9
Merge pull request #92 from monotek/labels
...
updated chart labels to new helm standard
2020-09-19 15:40:46 +03:00
Hidde Beydals
1a56086320
Always quote the UI color
...
As otherwise the value will render to `null` for the default chart value due to the `#`.
2020-09-17 15:08:13 +02:00
André Bauer
692df9e5b7
changed selector label and added new labels to tests too
...
Signed-off-by: André Bauer <monotek23@gmail.com >
2020-09-11 14:07:47 +02:00
André Bauer
103929b14a
updated chart labels to new helm standard
...
Signed-off-by: André Bauer <monotek23@gmail.com >
2020-09-11 12:23:24 +02:00
Stefan Prodan
d3865f9247
Merge pull request #91 from dirien/master
...
Update HPA to autoscaling/v2beta2
2020-08-06 10:02:06 +03:00
Engin Diri
3507958932
uodate autoscaling/v2beta1 to autoscaling/v2beta2
2020-08-05 21:01:09 +02:00
dirien
a8b8bad0e4
Update hpa.yaml
...
update apiVersion: autoscaling/v2beta2
2020-08-05 12:10:36 +02:00
Stefan Prodan
26a630c0b4
Merge pull request #89 from stefanprodan/release-4.0.6
...
Release v4.0.6
2020-06-26 13:42:49 +03:00
stefanprodan
76c18c588f
Release v4.0.6
2020-06-26 13:26:28 +03:00
Stefan Prodan
df5ece51ef
Merge pull request #88 from commixon/random-delay-revamp
...
Revisit random-delay
2020-06-26 10:43:17 +03:00
Chris Loukas
f7d1c5639c
Validate config parameters for random delay
...
- random-delay-max should not be less than random-delay-min
- random-delay-unit accepted values: s|ms
2020-06-25 20:06:03 +03:00
Chris Loukas
20a136a73c
Revisit random-delay
...
If enabled it will still delay randomly between 0-5 seconds.
However, the functionality to fine grain this is added.
Both seconds and milliseconds are supported now. Moreover,
min/max values for random delay can be condigured through
pflag params
2020-06-25 11:41:21 +03:00
Stefan Prodan
f43f9b2eb6
Merge pull request #87 from stefanprodan/release-4.0.5
...
Release v4.0.5
2020-06-15 10:34:21 +03:00
stefanprodan
9a46ed3182
Release v4.0.5
2020-06-15 09:56:10 +03:00
Stefan Prodan
82b7007c5d
Merge pull request #86 from stefanprodan/redis-chart
...
Add Redis deployment to Helm chart
2020-06-15 09:54:44 +03:00
stefanprodan
806f0dbe82
Add Redis deployment to Helm chart
2020-06-14 15:35:34 +03:00
Stefan Prodan
936018e5bb
Merge pull request #85 from stefanprodan/alpine-3.12
...
Update Alpine to 3.12
2020-06-12 16:55:54 +03:00
stefanprodan
1b4131b5ad
Update Alpine to 3.12
2020-06-12 13:49:06 +03:00
Stefan Prodan
b98a9dcc1a
Merge pull request #84 from stefanprodan/release-4.0.4
...
Release v4.0.4
2020-06-12 13:46:58 +03:00
stefanprodan
8860e57362
Release v4.0.4
2020-06-12 13:40:07 +03:00
Stefan Prodan
f1ecea6b53
Merge pull request #83 from stefanprodan/pod-annotations
...
Add pod annotations to chart options
2020-06-12 13:33:31 +03:00
stefanprodan
ebc6493990
Add pod annotations to chart options
2020-06-12 13:00:54 +03:00
Stefan Prodan
a2f9216fe4
Merge pull request #82 from stefanprodan/release-4.0.3
...
Release v4.0.3
2020-06-06 13:31:28 +03:00
stefanprodan
27436ed538
Release v4.0.3
2020-06-06 09:55:21 +03:00
Stefan Prodan
c103a50423
Merge pull request #81 from alaa/master
...
Enable gRPC reflection protocol
2020-06-06 09:01:24 +03:00
Alaa Qutaish
5ac16f0f98
Enable gRPC reflection protocol
2020-06-05 17:16:29 +02:00
Stefan Prodan
b4138fdb4d
Merge pull request #80 from stefanprodan/release-4.0.2
...
Release v4.0.2
2020-05-29 13:50:31 +03:00
stefanprodan
a2e6fd0ef1
Release v4.0.2
2020-05-29 13:24:11 +03:00
Stefan Prodan
c2aaf7a962
Merge pull request #79 from stefanprodan/cve-scan
...
Add CVE scanning with trivy
2020-05-29 12:46:07 +03:00
stefanprodan
a066ff5385
Add CVE scanning with trivy
2020-05-29 12:39:55 +03:00
Stefan Prodan
113360052b
Merge pull request #78 from stefanprodan/release-4.0.1
...
Release 4.0.1
2020-05-28 10:46:58 +03:00
stefanprodan
a24e3e539c
Release 4.0.1
2020-05-28 10:41:56 +03:00
Stefan Prodan
ed8a14d4d9
Merge pull request #77 from stefanprodan/e2e-helm
...
Consolidate e2e and unit tests
2020-05-28 10:36:37 +03:00
stefanprodan
d2798e1a24
Consolidate tests
2020-05-28 10:21:50 +03:00
stefanprodan
369014455c
Use helm-gh-pages action
2020-05-28 10:13:45 +03:00
Stefan Prodan
db1b8a7acd
Merge pull request #76 from seaneagan/helm2_tests
...
Add end-to-end tests for Helm v2 and v3
2020-05-28 10:11:45 +03:00
Sean Eagan
cc9231ae10
Test for helm 2 support
2020-05-27 15:59:38 -05:00
Sean Eagan
03ba47a0be
helm tests: Helm 2 support
...
The `test-success` hook is supported by Helm 2 and 3.
2020-05-27 11:34:56 -05:00
Stefan Prodan
ab953493ee
Merge pull request #74 from stefanprodan/release-4.0.0
...
Release 4.0.0
2020-05-27 18:28:14 +03:00
stefanprodan
c04ee365e6
Release 4.0.0
2020-05-27 18:14:55 +03:00
Stefan Prodan
26e8935520
Merge pull request #73 from stefanprodan/gh-actions-e2e
...
Migrate CI to GitHub Actions
2020-05-27 18:13:19 +03:00
stefanprodan
dd027359e6
Add goreleaser to release workflow
2020-05-27 17:56:18 +03:00
stefanprodan
cf26a9cefc
Remove CircleCI e2e tests
2020-05-27 17:30:57 +03:00
stefanprodan
026b40876c
Add linting workflow
2020-05-27 17:18:54 +03:00
stefanprodan
fd1814052a
Add opencontainers metadata
2020-05-27 17:02:23 +03:00
stefanprodan
98c2853ec3
Publish Helm chart on release
2020-05-27 16:45:07 +03:00
stefanprodan
b2ca15b8af
Add Helm publish action
2020-05-27 16:26:08 +03:00
stefanprodan
55e7178dad
Refactor Helm action
2020-05-27 13:06:54 +03:00
stefanprodan
ea55d3facf
Run end-to-end tests with Github Actions
2020-05-22 11:49:04 +03:00
stefanprodan
a72aa7a184
Remove ngrok chart
2020-05-22 10:45:22 +03:00
Stefan Prodan
b4248cae1e
Merge pull request #72 from stefanprodan/multi-arch-build
...
Push releases to Docker Hub for AMD64, ARM64 and ARM v6/v7
2020-05-21 12:59:40 +03:00
stefanprodan
7d2bc4905a
Push releases to Docker Hub for ARM64 and ARM v6/v7
2020-05-20 17:35:38 +03:00
stefanprodan
f75f6e9fbc
Publish multi-arch image with Docker buildx
2020-05-20 15:56:11 +03:00
Stefan Prodan
713d1094a2
Merge pull request #71 from stefanprodan/register-instance
...
Register hostname and version in cache
2020-05-20 13:57:19 +03:00
stefanprodan
3197ad3e45
Register hostname and version in cache
...
If the caching server is online, podinfo registers its hostname and version in Redis. The set expires after one minute and it's refreshed every 30 seconds.
2020-05-20 13:51:07 +03:00
Stefan Prodan
92f415d633
Merge pull request #70 from stefanprodan/redis-cache-api
...
Add cache CRUD API
2020-05-20 13:15:03 +03:00
stefanprodan
0352a3c822
Add Helm test for the cache routes
2020-05-20 13:05:50 +03:00
stefanprodan
5ba5808722
Add cache CRUD API
2020-05-20 12:59:27 +03:00
Stefan Prodan
1d416a8513
Merge pull request #69 from seaneagan/helm2and3tests
...
Reverts tests as Jobs
2020-05-20 12:04:19 +03:00
Sean Eagan
95028a0fb0
Reverts tests as Jobs
...
This reverts the #61 change to use test Jobs, which was premature
since this feature hasn't been back ported to Helm 2 yet, which
leads to the tests not being run there.
It would be possible to use presence of .Capabilities.TillerVersion
to implement tests differently for Helm 2 vs 3, but this seems
not worth the trouble.
2020-05-19 15:27:08 -05:00
Stefan Prodan
b45cc75329
Merge pull request #67 from stefanprodan/release-3.3.1
...
Release v3.3.1
2020-05-16 11:46:00 +03:00
stefanprodan
79bbf76ece
Release v3.3.1
2020-05-16 11:01:21 +03:00
Stefan Prodan
a8c7300174
Merge pull request #66 from stefanprodan/linkerd-profile-update
...
Add cache routes to Linkerd profile
2020-05-16 10:58:26 +03:00
stefanprodan
a60f28ac2f
Update Kubernetes Kind to v0.8.1
2020-05-16 10:16:49 +03:00
stefanprodan
adba061f77
Update ingress API version
2020-05-16 10:15:36 +03:00
stefanprodan
8f15e4e00a
Fix Helm tests
2020-05-16 10:14:45 +03:00
stefanprodan
07db5a6583
Add cache routes to Linkerd profile
2020-05-16 10:14:22 +03:00
Stefan Prodan
3e6d61e77e
Merge pull request #65 from stefanprodan/release-3.3.0
...
Release v3.3.0
2020-05-16 10:07:12 +03:00
stefanprodan
c7c7d699c9
Release v3.3.0
2020-05-16 10:00:51 +03:00
Stefan Prodan
067751c67d
Merge pull request #64 from stefanprodan/cache-api
...
Add cache API
2020-05-16 09:59:19 +03:00
stefanprodan
73b658d711
Add cache API
...
- implement cache with Redis
- add cache-server to args and config
- add Redis deployment to webapp overlays
2020-05-16 09:53:17 +03:00
Stefan Prodan
e5516b38cb
Merge pull request #63 from stefanprodan/release-3.2.4
...
Release v3.2.4
2020-05-15 13:17:35 +03:00
stefanprodan
39130004d5
Release v3.2.4
2020-05-15 13:02:08 +03:00
Stefan Prodan
d4b615e3a2
Merge pull request #62 from stefanprodan/base-image
...
Push base image to Docker Hub
2020-05-15 13:00:18 +03:00
stefanprodan
98e133a7be
Push base image to Docker Hub
2020-05-15 12:49:22 +03:00
Stefan Prodan
7674b76dab
Merge pull request #60 from seaneagan/helm_test_fault
...
Support simulating helm test failure and timeout
2020-05-14 23:57:16 +03:00
Stefan Prodan
8fa39d90be
Merge pull request #61 from seaneagan/helm3_tests_should_be_jobs
...
Helm 3 tests should be Jobs
2020-05-14 22:35:33 +03:00
Sean Eagan
638bdc8e83
Helm 3 tests should be Jobs
...
Without this "helm.sh/hook-delete-policy": before-hook-creation" does not work.
2020-05-14 09:12:53 -05:00
Sean Eagan
b565a67dec
Support simulating helm test failure and timeout
...
This is to support testing of https://github.com/fluxcd/helm-operator/issues/369 .
2020-05-13 14:22:24 -05:00
stefanprodan
65d077291b
Add reconciler RBAC to webapp manifests
2020-05-01 20:29:55 +03:00
Stefan Prodan
e9d11c247e
Merge pull request #58 from ytsarev/quote-message
...
Quote ui message in deployment template
2020-04-30 23:23:27 +03:00
Yury Tsarev
126ac55801
Quote ui message in deployment template
...
* To handle rare situation of digit-only message like 270 and
avoid associated failure during helm install
```
ReadString: expects " or n, but found 2, error found in #10 byte of ...|,"value":270},
{"name|..., bigger context ...|se"],"env":[{"name":"PODINFO_UI_MESSAGE","value":270},
```
2020-04-30 21:47:49 +02:00
Stefan Prodan
306aac3e65
Merge pull request #57 from stefanprodan/release-3.2.3
...
Release v3.2.3
2020-04-29 00:23:16 +03:00
stefanprodan
55318b0c20
Release v3.2.3
2020-04-28 19:20:23 +03:00
Stefan Prodan
1865faf7ce
Merge pull request #56 from stefanprodan/webapp-demo
...
Add webapp demo
2020-04-28 19:18:28 +03:00
stefanprodan
9edd7abbe8
Include webapp demo in release
2020-04-28 19:13:01 +03:00
stefanprodan
1c4acc0b33
Add webapp demo kustomizations
2020-04-28 19:12:44 +03:00
stefanprodan
6274f16b9b
Add webapp demo manifests
2020-04-28 19:12:25 +03:00
stefanprodan
93e338a964
Add app common label to kustomization
2020-04-15 12:22:49 +03:00
Stefan Prodan
73b03b77fc
Merge pull request #54 from hiddeco/chart/readme-fix
...
chart: align README with actual values file
2020-04-04 13:36:58 +03:00
Hidde Beydals
0135757fbd
chart: remove redundant codeblock opening
2020-04-04 12:32:54 +02:00
Hidde Beydals
ea1fe87d49
chart: align README with actual values file
2020-04-04 12:31:01 +02:00
Stefan Prodan
363a6a8fe6
Merge pull request #53 from stefanprodan/prep-3.2.2
...
Release v3.2.2
2020-04-02 17:16:13 +03:00
stefanprodan
8491738c8a
Release v3.2.2
2020-04-02 17:10:40 +03:00
Stefan Prodan
361179fad9
Merge pull request #52 from stefanprodan/prometheus-operator
...
chart: add Prometheus Operator service monitor
2020-04-02 17:05:58 +03:00
stefanprodan
13eb7c42cd
chart: add Prometheus Operator service monitor
2020-04-02 16:58:46 +03:00
stefanprodan
e4ecd98b83
chart: change label selectors to full name
2020-04-02 16:48:07 +03:00
Stefan Prodan
5e747d3e08
Merge pull request #50 from stefanprodan/prep-3.2.1
...
Release v3.2.1
2020-03-24 13:54:46 +02:00
stefanprodan
c6425ac1f8
Release v3.2.1
2020-03-24 13:40:21 +02:00
stefanprodan
7f5b8817ca
e2e: ignore logs error
2020-03-24 13:39:10 +02:00
Stefan Prodan
fb999f828f
Merge pull request #49 from stefanprodan/go-upgrade
...
Update go and alpine
2020-03-24 13:33:26 +02:00
stefanprodan
ba12154f68
Format imports
2020-03-24 13:03:51 +02:00
stefanprodan
73e0ee798f
Update CI to go 1.14
2020-03-24 12:57:55 +02:00
stefanprodan
2c7029cf35
Update go and alpine
...
- update go to 1.14
- update alpine to 3.11
- update packages
2020-03-24 12:50:15 +02:00
Stefan Prodan
50c35833dc
Merge pull request #48 from stefanprodan/fix-background
...
Fix background colour
2020-03-24 12:21:26 +02:00
stefanprodan
7a8b7d6a5c
Fix background colour
2020-03-24 12:15:09 +02:00
Stefan Prodan
2a36e84bf2
Merge pull request #46 from sebastianortizs4n/feature/support_helm3_test_hooks
...
Feature/support helm3 test hooks
2020-02-09 23:46:03 +02:00
Sebastián Ortiz Vásquez
3802fb427a
Updated helm test, helm3 does not have --cleanup
2020-01-27 14:59:11 -05:00
Sebastián Ortiz Vásquez
b4ea2afc19
Updated test hook, and hook deleting policy for test pods
2020-01-27 14:57:09 -05:00
stefanprodan
6ba7ddc83f
Update GitOps guides
...
- add Helm v3 and Linkerd hands-on workshop
- add AWS blog posts on autoscaling and ingress
- add EKS hands-on workshop
2020-01-24 13:44:38 +02:00
Stefan Prodan
af6868a8de
Merge pull request #45 from stefanprodan/prep-3.2.0
...
Release v3.2.0
2020-01-24 11:26:03 +02:00
stefanprodan
910e7139f9
Release v3.2.0
2020-01-24 11:06:02 +02:00
Stefan Prodan
fe65869b6b
Merge pull request #43 from stefanprodan/helm-v3-e2e
...
e2e: Update Helm to v3 and Kubernetes to v1.17
2020-01-24 11:02:58 +02:00
Stefan Prodan
2a319d9d0d
Merge pull request #44 from hiddeco/unhealthy-unready
...
Add `--unhealthy` and `--unready` flags
2020-01-23 22:42:29 +02:00
Hidde Beydals
48402eff7e
Add --unhealthy and --unready flags to chart
2020-01-23 21:06:30 +01:00
Hidde Beydals
15600cc7d3
Lowercase all flag descriptions
2020-01-23 21:06:30 +01:00
Hidde Beydals
ed2a774e10
Add --unhealthy and --unready flags
...
Depending on the flag set, the healthy or ready state is never
reached.
2020-01-23 21:06:22 +01:00
stefanprodan
1d590c07cb
e2e: Update Helm to v3 and Kubernetes to v1.17
2020-01-22 13:16:03 +02:00
stefanprodan
948de81ed3
Update manifests to v3.1.5
2019-12-26 15:45:17 +02:00
stefanprodan
78658c0311
Release v3.1.5 cuddle edition
2019-11-07 00:31:49 +02:00
stefanprodan
7b6f11780a
Rename GitHub workflow for kustomize testing
2019-11-04 09:59:11 +02:00
stefanprodan
d65044ff2e
Release v3.1.4
2019-11-04 09:22:36 +02:00
Stefan Prodan
18c63ad7f7
Merge pull request #42 from mumoshu/h2c
...
feat: Add H2C support
2019-11-04 09:16:12 +02:00
Yusuke Kuoka
a8260081d9
Add h2c.enabled to chart for toggling H2C upgrading support
2019-11-04 14:17:10 +09:00
Yusuke Kuoka
0ff49e5057
feat: Add H2C support
...
`podinfo --h2c` allows upgrading a HTTP/1.1 connection to HTTP/2 Cleartext.
This allows `podinfo` to be used in e.g. a H2C load-test like `echo "GET http://localhost:9898/status/200 " | vegeta -h2c`, or a H2C connectivity test like done with `curl -v http2 http://localhost:9898/status/200 `.
I have manually verified this to work by running `curl -v --http2` on macOS and seeing the H2C upgrade happens onl when `-h2c` is provided to `podinfo`.
Without `-h2c`:
```
$ curl -v --http2 localhost:9898/status/200
* Trying ::1...
* TCP_NODELAY set
* Connected to localhost (::1) port 9898 (#0 )
> GET /status/200 HTTP/1.1
> Host: localhost:9898
> User-Agent: curl/7.54.0
> Accept: */*
> Connection: Upgrade, HTTP2-Settings
> Upgrade: h2c
> HTTP2-Settings: AAMAAABkAARAAAAAAAIAAAAA
>
< HTTP/1.1 200 OK
< Content-Type: application/json; charset=utf-8
< X-Content-Type-Options: nosniff
< Date: Mon, 04 Nov 2019 04:58:01 GMT
< Content-Length: 19
<
{
"status": 200
* Connection #0 to host localhost left intact
}
```
With `-h2c`:
```
$ curl -v --http2 localhost:9898/status/200
* Trying ::1...
* TCP_NODELAY set
* Connected to localhost (::1) port 9898 (#0 )
> GET /status/200 HTTP/1.1
> Host: localhost:9898
> User-Agent: curl/7.54.0
> Accept: */*
> Connection: Upgrade, HTTP2-Settings
> Upgrade: h2c
> HTTP2-Settings: AAMAAABkAARAAAAAAAIAAAAA
>
< HTTP/1.1 101 Switching Protocols
< Connection: Upgrade
< Upgrade: h2c
* Received 101
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
< HTTP/2 200
< content-type: application/json; charset=utf-8
< x-content-type-options: nosniff
< content-length: 19
< date: Mon, 04 Nov 2019 04:58:28 GMT
<
{
"status": 200
* Connection #0 to host localhost left intact
}
`
2019-11-04 14:10:50 +09:00
Stefan Prodan
79cfe56484
Merge pull request #41 from stefanprodan/gh-actions
...
Add GitHub workflow for manifests validation
2019-10-23 17:35:53 +03:00
stefanprodan
7e36892e26
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
2019-10-23 17:10:21 +03:00
Stefan Prodan
3d6d0bed69
Merge pull request #40 from stefanprodan/linkerd-profile
...
Add Linkerd service profile to Helm chart
2019-10-17 13:56:39 +03:00
stefanprodan
b213e0af0a
Release v3.1.3
2019-10-17 13:50:48 +03:00
stefanprodan
42ad3faf5a
Add Linkerd service profile to chart
2019-10-17 13:47:44 +03:00
stefanprodan
939fd5b24d
Add Go report card
2019-10-17 13:35:54 +03:00
stefanprodan
36ec3ef378
Fix UI parallax img
2019-10-13 09:52:33 +03:00
Stefan Prodan
287e005129
Merge pull request #39 from stefanprodan/ui-logo
...
Make UI logo URL configurable
2019-10-12 18:10:40 +03:00
stefanprodan
0b3e88d6de
Add release namespace to Helm tests
2019-10-12 18:00:14 +03:00
stefanprodan
10139749da
Turn off CircleCI docker_layer_caching
2019-10-12 17:50:12 +03:00
stefanprodan
f891e0683b
Release v3.1.2
2019-10-12 17:45:54 +03:00
stefanprodan
647b4cba04
Add UI settings to Helm chart
2019-10-12 17:44:37 +03:00
stefanprodan
c5df50c774
Make UI logo URL configurable
2019-10-12 17:41:21 +03:00
Stefan Prodan
2b1d325343
Merge pull request #38 from stefanprodan/go1.13
...
Update to go 1.13
2019-09-27 17:43:52 +03:00
stefanprodan
319d57cb68
Update to go 1.13
2019-09-27 17:04:39 +03:00
Stefan Prodan
087da02dbb
Merge pull request #37 from stefanprodan/chart-fixes
...
Fix Helm tests when running inside a service mesh
2019-09-27 16:18:46 +03:00
stefanprodan
7d00f68180
Bump version to 3.1.1
2019-09-27 16:10:22 +03:00
stefanprodan
87c9bb8ba2
Exclude Helm test pods for service mesh
2019-09-27 16:09:24 +03:00
Stefan Prodan
5fb970b526
Merge pull request #36 from stefanprodan/backends
...
Add support for multiple backends
2019-09-27 12:16:28 +03:00
stefanprodan
56b404bd84
Release v3.1.0
2019-09-27 12:10:29 +03:00
stefanprodan
a12d0a1ed7
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
2019-09-27 11:52:22 +03:00
Stefan Prodan
51979787b0
Fix Helm repo address
2019-09-26 12:29:49 +03:00
Stefan Prodan
8b37756118
Merge pull request #35 from eladb/patch-1
...
remove duplicate "ingress" entries in readme
2019-09-14 09:20:06 +02:00
Elad Ben-Israel
1eb1da110b
remove duplicate "ingress" entries in readme
2019-09-11 14:10:06 +03:00
stefanprodan
d1ed907f1e
Make tests work with Helm v3
2019-09-05 20:53:20 +03:00
stefanprodan
8e6eccecda
Fix chart for old Helm versions
2019-09-05 16:01:34 +03:00
Stefan Prodan
f3db1adb27
Merge pull request #34 from stefanprodan/ingress-fix
...
Allow ingress with no hosts set
2019-09-05 14:48:49 +03:00
stefanprodan
7f3e11c1ce
Allow ingress with no hosts set
2019-09-05 14:42:36 +03:00
Stefan Prodan
a7eb7e4995
Merge pull request #33 from stefanprodan/prep-3.0.0
...
Release v3.0.0
2019-09-05 12:23:02 +03:00
stefanprodan
43194bb342
Release v3.0.0
2019-09-05 12:14:18 +03:00
Stefan Prodan
c7d21968e7
Merge pull request #32 from stefanprodan/gprc-health
...
Implement gRPC health endpoint
2019-09-05 11:43:13 +03:00
stefanprodan
214a19fb0f
Add gRPC service name flag to check command
2019-09-05 09:41:02 +03:00
stefanprodan
82ea2fa993
Update Kubernetes Kind to v0.5.1
2019-09-05 09:29:51 +03:00
stefanprodan
d84913c31e
Add gPRC Helm test
2019-09-05 09:22:49 +03:00
stefanprodan
6bac5ffaa2
Add gPRC port and service name to chart
2019-09-05 01:08:26 +03:00
stefanprodan
eacf909c4a
Add gPRC health check to CLI
2019-09-05 00:29:09 +03:00
stefanprodan
f7c1669125
Run gPRC health server if grpc-port flag is set
2019-09-05 00:28:32 +03:00
stefanprodan
158d6e82da
Add gRPC health server
2019-09-05 00:20:28 +03:00
Stefan Prodan
4d890382e5
Merge pull request #30 from stefanprodan/service-account
...
Add service account to Helm chart
2019-08-13 12:30:04 +03:00
stefanprodan
83842e01f7
Rename service account create to enabled
2019-08-13 12:12:52 +03:00
stefanprodan
37b453fbbc
Release v2.1.3
2019-08-13 12:08:50 +03:00
stefanprodan
53c6b472de
Fix ClusterIP creation
2019-08-13 12:02:32 +03:00
stefanprodan
c759f958c0
e2e: print logs after tests finished
2019-08-13 11:53:28 +03:00
stefanprodan
5d14183809
Add service account to Helm chart
2019-08-13 11:37:10 +03:00
stefanprodan
ab74d6ef0b
Release v2.1.2
...
Make the ClusterIP service optional in helm chart (should be disabled when using Flagger)
2019-08-13 10:50:03 +03:00
stefanprodan
fefcae34c1
Rename test config
2019-08-09 18:00:41 +03:00
stefanprodan
ed81a06a82
Release v2.1.1
...
Use Docker Hub instead of Quay
2019-08-09 17:53:15 +03:00
stefanprodan
633982b0e5
Use Docker Hub repo
2019-08-09 17:21:19 +03:00
Stefan Prodan
4154e01fdd
Merge pull request #29 from stefanprodan/swagger
...
Implement Swagger support
2019-08-07 16:01:15 +03:00
stefanprodan
02d7f06d35
Release 2.1.0
2019-08-07 15:54:03 +03:00
stefanprodan
555450868e
Move Swagger doc to server.go
2019-08-07 15:22:05 +03:00
stefanprodan
94085d6dc6
Add schemes to Swagger docs
2019-08-07 15:17:34 +03:00
stefanprodan
630841d81b
Push latest tag to Docker Hub and Quay
2019-08-07 15:01:58 +03:00
stefanprodan
ea7f4fcdf7
Add the swagger UI link to docs
2019-08-07 14:54:47 +03:00
stefanprodan
e97c926611
Add license to swagger docs
2019-08-07 14:54:33 +03:00
stefanprodan
2479134e78
Implement swagger support
...
- add swagger definitions for all API routes
- self-host the swagger UI on `/swagger/`
- serve swagger spec on `/swagger.json`
2019-08-07 14:17:35 +03:00
Stefan Prodan
b0bbd16a77
Merge pull request #28 from stefanprodan/prep-2.0.2
...
Release v2.0.2
2019-08-06 22:58:51 +03:00
stefanprodan
7564949695
Add e2e docs
2019-08-06 22:53:20 +03:00
stefanprodan
d34da2ab91
Release v2.0.2
2019-08-06 22:15:19 +03:00
stefanprodan
182156d9b4
Add build step to e2e tests
2019-08-06 22:13:19 +03:00
Stefan Prodan
e0864b6e20
Merge pull request #27 from stefanprodan/ci
...
Migrate to CircleCI and run e2e tests with Kubernetes Kind
2019-08-06 21:59:13 +03:00
stefanprodan
de2a9c464a
Release v2.0.1
2019-08-06 21:53:16 +03:00
stefanprodan
fed04ad692
Add e2e testing with Kubernetes Kind and Helm
2019-08-06 21:36:25 +03:00
stefanprodan
c907163073
Add JWT test to helm chart
2019-08-06 21:08:54 +03:00
stefanprodan
67578338c9
Toggle timeline background based on version
2019-08-06 20:46:17 +03:00
stefanprodan
0c27729000
Migrate CI to CircleCI
2019-08-06 20:36:57 +03:00
Stefan Prodan
dc27269a47
Merge pull request #26 from stefanprodan/prep-v2.0.0
...
Release v2.0.0
2019-08-06 17:17:45 +03:00
stefanprodan
eeb1d2b674
Publish podinfo CLI to GitHub releases
2019-08-06 17:03:09 +03:00
stefanprodan
6da79daa96
Add release command
2019-08-06 16:58:35 +03:00
stefanprodan
34aef54f20
Release v2
2019-08-06 16:53:38 +03:00
stefanprodan
dc96b15dac
Add badges
2019-08-06 16:53:02 +03:00
stefanprodan
64ff737dca
Add CircleCI release workflow
2019-08-06 16:44:05 +03:00
Stefan Prodan
3c76b54c80
Merge pull request #25 from stefanprodan/v2
...
Prepare v2 release
2019-08-06 16:41:11 +03:00
stefanprodan
fc5a9797e8
Add guides to readme
2019-08-06 16:33:20 +03:00
stefanprodan
fb183d897b
Publish Helm chart to GH Pages
2019-08-06 16:14:07 +03:00
stefanprodan
67711cf150
Add Kustomize and Helm install to readme
2019-08-06 15:59:58 +03:00
stefanprodan
0ca7c25d68
Set version with make
2019-08-06 15:59:39 +03:00
stefanprodan
eb0ad32655
Add Kustomize installer
2019-08-06 15:59:03 +03:00
stefanprodan
f9ce51da4b
Push container on release
2019-08-06 15:32:37 +03:00
stefanprodan
045246c324
Cleanup make
2019-08-06 15:06:27 +03:00
stefanprodan
9bd14c1ba7
Use go proxy and modules
2019-08-06 15:06:16 +03:00
stefanprodan
6f59e98bec
Add timeline to UI
2019-08-06 15:05:37 +03:00
stefanprodan
c287ab7daf
Rename imports and use go modules
2019-08-06 15:05:15 +03:00
stefanprodan
e2efee0bdf
Remove docs and build dirs
2019-08-06 12:14:09 +03:00
stefanprodan
6c8a85a5ab
Release v1.8.0
2019-08-05 10:00:23 +03:00
Stefan Prodan
c9dc78f29c
Merge pull request #22 from imduffy15/master
...
Add delayed chunk endpoint
2019-08-05 09:20:27 +03:00
Ian Duffy
6a9b0253ac
Update README.md
2019-08-04 10:06:20 +01:00
Ian Duffy
198211e20b
Add delayed chunk endpoint
...
Adds an endpoint that does chunk based encoding. The endpoint just stalls
and eventually returns the stall time.
Similar to the delay endpoint but in a chunked maner.
Fixed up the metrics interceptor to wrap ResponseWriter correctly too.
2019-08-04 00:34:12 +01:00
stefanprodan
e1ca9e227d
Remove the middle htlm section
2019-07-26 01:15:47 +03:00
stefanprodan
4fc593f42c
Bump version to 1.7.1
2019-07-26 01:02:01 +03:00
stefanprodan
18af1ea3a6
Merge remote-tracking branch 'origin/master'
2019-07-26 00:53:35 +03:00
stefanprodan
2e9917a6b9
Bump version to 1.7.0
2019-07-26 00:53:22 +03:00
Stefan Prodan
bf00d07b17
Merge pull request #20 from grampelberg/master
...
Upgrade to vuetify 2.x
2019-07-26 00:45:06 +03:00
grampelberg
aab8e464e8
Upgrade to vuetify 2.x
2019-07-25 13:31:12 -07:00
stefanprodan
1475a2da00
Release charts
2019-06-15 18:33:10 +03:00
Stefan Prodan
44f588dd4c
Merge pull request #19 from stefanprodan/metrics-port
...
Add option to run the metrics exporter on a different port
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
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
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
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
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
Stefan Prodan
943f4e26ab
Release v1.3.1
2018-10-26 19:05:17 +03:00
Stefan Prodan
f44909ef77
Add golang tools GitHub Action
2018-10-26 18:23:02 +03:00
Stefan Prodan
1af24bd3cd
Run gofmt
2018-10-26 18:20:54 +03:00
Stefan Prodan
14ef95dac6
Release v1.3.0
2018-10-26 15:32:22 +03:00
Stefan Prodan
08a26cef24
Add GitHub Actions docs
2018-10-26 15:30:36 +03:00
Stefan Prodan
8013c0bed0
Merge pull request #6 from stefanprodan/test
...
Add code init command and GitHub actions
2018-10-26 15:08:05 +03:00
Stefan Prodan
6aa4303e08
Bump version to 1.3.0
2018-10-26 15:02:39 +03:00
Stefan Prodan
f34fbacf13
Add git push to code init command
2018-10-26 15:01:48 +03:00
Stefan Prodan
b7701f6ae7
Don't reload page if version changed
2018-10-26 15:01:24 +03:00
Stefan Prodan
d3208cd8ac
Add custom GitHub action for docker tag and push
...
- if the push refers a branch the docker tag will be branch-sha
- if the push refers a git tag the docker tag will be th git tag
2018-10-26 14:29:16 +03:00
Stefan Prodan
7d4c89d965
Add GitHub release workflow
2018-10-26 13:06:49 +03:00
Stefan Prodan
3b5ac61680
Remove chart from code init
2018-10-26 13:06:21 +03:00
Stefan Prodan
e8e2ac2b34
Run unit tests in docker multi-stage build
2018-10-26 12:37:13 +03:00
Stefan Prodan
ef571a9b1b
Add initialize podinfo code repo command
2018-10-26 12:09:21 +03:00
Stefan Prodan
3d9cabcea4
Add GitHub workflow for branch test, build and push
2018-10-26 12:08:59 +03:00
Stefan Prodan
ae4120a24e
Add go-getter pkg
2018-10-26 12:08:01 +03:00
Stefan Prodan
97d36bd8bb
Release v1.2.1
...
- wait for the readiness probe to remove the endpoint from the LB before entering HTTP server graceful shutdown
2018-09-25 12:10:46 +03:00
Stefan Prodan
18a22d1b94
Add shutdown delay (wait for the readiness probe)
2018-09-25 12:01:01 +03:00
Stefan Prodan
083de34465
Fix podinfo-istio chart health checks
2018-09-19 13:16:25 +03:00
Stefan Prodan
64b85dc30d
Move Istio docs to the istio-gke repo
2018-09-18 14:54:30 +03:00
Stefan Prodan
fed964e223
Expose Istio Grafana
2018-09-17 18:34:34 +03:00
Stefan Prodan
efb6a76242
Mention Istio Gateway reload cert issue
2018-09-17 13:58:38 +03:00
Stefan Prodan
fb199b72a1
Split GKE and Could DNS setup
2018-09-17 12:51:01 +03:00
Stefan Prodan
ce117e1706
Add Could DNS verify commands
2018-09-16 20:47:34 +03:00
Stefan Prodan
23e67f9923
Remove istio sub domain
2018-09-16 14:29:41 +03:00
Stefan Prodan
30b030a685
Add CloudDNS CNAME record
2018-09-16 14:07:04 +03:00
Stefan Prodan
0fe4a7a3a9
Add GKE, CloudDNS and Helm setup steps
2018-09-16 13:48:58 +03:00
Stefan Prodan
982063ab9b
Resize Istio cert-manager diagram
2018-09-16 12:49:48 +03:00
Stefan Prodan
c3256bd18f
Add Istio cert-manager diagram
2018-09-16 12:43:08 +03:00
Stefan Prodan
d947fc5b2c
Add OpenFaaS Istio port-forward commands
2018-09-14 16:49:41 +03:00
Stefan Prodan
dc6d64137d
Add OpenFaaS Istio intro
2018-09-14 13:25:20 +03:00
Stefan Prodan
f3c1ee7dbc
Add OpenFaaS Istio canary diagram
2018-09-14 12:04:58 +03:00
Stefan Prodan
6b6dd86fea
Add OpenFaaS Istio diagram
2018-09-14 11:13:09 +03:00
Stefan Prodan
02e5f233d0
Release v1.2.0
2018-09-11 22:18:58 +03:00
Stefan Prodan
b89f46ac04
Add websocket client command to CLI
2018-09-11 22:14:59 +03:00
Stefan Prodan
59cd692141
Add websocket echo handler
2018-09-11 22:13:54 +03:00
Stefan Prodan
bcd61428d1
Import gorilla/websocket
2018-09-11 22:12:37 +03:00
Stefan Prodan
f8ec9c0947
Fix multi-arch docker push
2018-09-11 18:04:13 +03:00
Stefan Prodan
6c98fbf1f4
Add JWT token issue and validate handlers
2018-09-10 11:36:11 +03:00
Stefan Prodan
54f6d9f74d
Add env handler
2018-09-10 01:29:49 +03:00
Stefan Prodan
1d35304d9d
OpenfaaS canary deployments
2018-09-09 16:38:37 +03:00
Stefan Prodan
457a56f71a
Publish podinfo CLI to GitHub with goreleaser
2018-09-09 12:38:23 +03:00
Stefan Prodan
fbcab6cf56
Upgrade to go 1.11 and alpine 3.8
2018-09-09 12:37:58 +03:00
Stefan Prodan
0126282669
add goreleaser
2018-09-08 19:05:37 +03:00
Stefan Prodan
ff1fb39f43
Release v1.1.0
...
- add podinfo CLI to Quay docker image
- use podinfo CLI for health checks (Istio mTLS support)
2018-09-08 11:38:48 +03:00
Stefan Prodan
84f0e1c9e2
Add CLI check certificate
2018-09-07 15:26:07 +03:00
Stefan Prodan
3eb4cc90f9
Add CLI to Quay docker image
2018-09-07 14:55:24 +03:00
Stefan Prodan
b6c3d36bde
Add CLI check tcp command
2018-09-07 14:54:55 +03:00
Stefan Prodan
a8a85e6aae
Add CLI version cmd
2018-09-07 14:54:35 +03:00
Stefan Prodan
79b2d784bf
Add OpenFaaS Istio guide WIP
2018-09-07 13:38:39 +03:00
Stefan Prodan
bfd35f6cc0
Make health checks compatible with Istio mTLS
2018-09-07 13:38:18 +03:00
Stefan Prodan
f1775ba090
Add podinfo CLI WIP
2018-09-07 13:37:40 +03:00
Stefan Prodan
7a2d59de8e
Add OpenFaaS Istio mTLS and policies
2018-09-05 15:38:53 +03:00
Stefan Prodan
8191871761
Add Istio A/B test dashboard
2018-09-05 15:38:24 +03:00
Stefan Prodan
36bb719b1c
Bump version to 1.0.1
2018-08-27 16:26:30 +01:00
Stefan Prodan
ecd204b15e
Release v1.0.0
2018-08-22 00:57:53 +03:00
Stefan Prodan
979fd669df
Use gorilla mux route name as Prometheus path label
2018-08-21 15:19:21 +03:00
Stefan Prodan
feac686e60
Release v1.0.0-beta.1
2018-08-21 12:03:34 +03:00
Stefan Prodan
d362dc5f81
Set env var prefix to PODINFO
2018-08-21 11:58:37 +03:00
Stefan Prodan
593ccaa0cd
Add random delay and errors middleware
2018-08-21 03:12:20 +03:00
Stefan Prodan
0f098cf0f1
Add config file support
2018-08-21 02:02:47 +03:00
Stefan Prodan
2ddbc03371
Replace zerolog with zap
2018-08-21 02:01:26 +03:00
Stefan Prodan
f2d95bbf80
Add logging middleware and log level option
2018-08-20 17:03:07 +03:00
Stefan Prodan
7d18ec68b3
Use plag, viper and zap
2018-08-20 11:30:18 +03:00
Stefan Prodan
774d34c1dd
Rewrite HTTP server with gorilla mux
2018-08-20 11:29:11 +03:00
Stefan Prodan
f13d006993
Add Kubernetes probes handlers
2018-08-20 11:28:06 +03:00
Stefan Prodan
aeeb146c2a
Add UI handler
2018-08-20 11:27:40 +03:00
Stefan Prodan
11bd74eff2
Add local storage read/write handler
2018-08-20 11:27:08 +03:00
Stefan Prodan
af6d11fd33
Add panic handler
2018-08-20 11:26:24 +03:00
Stefan Prodan
49746fe2fb
Add fscache reader handler
2018-08-20 11:26:08 +03:00
Stefan Prodan
da24d729bb
Add runtime info handler
2018-08-20 11:25:36 +03:00
Stefan Prodan
449fcca3a9
Add HTTP status code handler
2018-08-20 11:25:15 +03:00
Stefan Prodan
2b0a742974
Add echo headers handler
2018-08-20 11:24:49 +03:00
Stefan Prodan
153f4dce45
Add echo handler with backend propagation
2018-08-20 11:24:23 +03:00
Stefan Prodan
4c8d11cc3e
Add delay handler
2018-08-20 11:23:45 +03:00
Stefan Prodan
08415ce2ce
Add version handler
2018-08-20 11:23:13 +03:00
Stefan Prodan
d26b7a96d9
Add UI index handler
2018-08-20 11:22:48 +03:00
Stefan Prodan
3c897b8bd7
Rename git commit to revision
2018-08-20 11:21:51 +03:00
Stefan Prodan
511ab87a18
Update deps for v1.0
2018-08-20 11:20:56 +03:00