dependabot[bot]
17bb8b3679
Bump github.com/opencontainers/runc from 1.1.2 to 1.1.3 ( #8688 )
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.3/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.2...v1.1.3 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 08:15:17 -07:00
Long Wu Yuan
2d2df959db
changed k8s.gcr.io to registry.k8s.io ( #8667 )
2022-06-10 04:01:52 -07:00
zou rui
d2558c72e7
feat: support enbale nginx debug_connection ( #8637 )
2022-06-10 04:01:46 -07:00
Long Wu Yuan
a32677c655
moved whathappend to top ( #8684 )
2022-06-10 03:51:47 -07:00
Long Wu Yuan
9a4fb41ea5
removed unavailable flag ( #8681 )
2022-06-09 10:03:42 -07:00
Long Wu Yuan
0e4d85126d
bumped kind version to 0.14.0 ( #8677 )
2022-06-07 09:02:56 -07:00
guylil
7b8ef17b3d
Update index.md ( #8616 )
...
typo change.. I think...
It didn't work for me without the " "
2022-06-03 02:44:19 -07:00
Abhishek Agarwal
327b2e9b89
update ci kind version to v0.14.0 ( #8656 )
...
* update ci kind version to v0.14.0
Signed-off-by: Abhishek Agarwal <abhishek.agarwal@mayadata.io>
* updated the ci strategy matrix k8s versions
Signed-off-by: Abhishek Agarwal <abhishek.agarwal@mayadata.io>
2022-06-01 03:57:02 -07:00
James Strong
9b32dc09be
Update supported version readme ( #8654 )
...
bump versions to 1.2.1
2022-05-31 15:27:23 -07:00
dependabot[bot]
6ba3f83199
Bump github.com/imdario/mergo from 0.3.12 to 0.3.13 ( #8649 )
...
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo ) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/imdario/mergo/releases )
- [Commits](https://github.com/imdario/mergo/compare/0.3.12...v0.3.13 )
---
updated-dependencies:
- dependency-name: github.com/imdario/mergo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 06:28:53 -07:00
Jintao Zhang
33319f58cf
chore: release v1.2.1 ( #8646 )
...
* chore: release v1.2.1
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
* chore: generate static yaml
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2022-05-31 06:26:53 -07:00
Ricardo Katz
5bc851ea82
Start release of v1.2.1 ( #8645 )
2022-05-29 14:00:51 -07:00
Sara Saei
00fb4e77ca
update nginx otel LD_LIBRARY_PATH ( #8641 )
2022-05-29 12:44:51 -07:00
Patrick O'Brien
f9912f942c
Fix small typo in GRPC README ( #8639 )
2022-05-26 16:33:56 -07:00
Ricardo Katz
caf95fc830
Improve path rule ( #8623 )
...
* Improve path rule
* Add nginx configuration tests
* Revert framework changes
* Add test to patched directives
* Fix root conf test
* Add comment in new function
2022-05-26 06:23:24 -07:00
Ricardo Katz
64377eb589
Fix tls1.0 test ( #8632 )
...
* Fix tls1.0 test
* fix algorithm
2022-05-25 17:49:22 -07:00
Roman Baumer
df3adde3c6
move creation of dev devices in /chroot/dev from build image to run image, means from chroot.sh to Docherfile.chroot as the docker COPY command seems to make ordinary files from /dev/* ( #8619 )
2022-05-24 14:45:23 -07:00
Ricardo Katz
8361f743fb
Bump testrunner image ( #8631 )
2022-05-24 12:21:24 -07:00
Ehsan Saei
bd5ab0b158
update LD_LIBRARY_PATH for OpenTelemetry use ( #8628 )
2022-05-24 10:15:26 -07:00
Ricardo Katz
fc3a50ba69
Change image build to go install ( #8630 )
2022-05-24 13:58:47 -03:00
Ricardo Katz
2df48ec244
Bump nginx image to version without core directives ( #8625 )
2022-05-24 06:10:06 -07:00
Ricardo Katz
5670726b7f
Add patch to remove root and alias directives ( #8624 )
2022-05-23 20:13:10 -07:00
Mac Chaffee
3d94eb4954
Bump chart version to 4.1.2 ( #8607 )
...
Signed-off-by: Mac Chaffee <me@macchaffee.com>
2022-05-23 17:05:10 -07:00
Renan Gonçalves
df42002e1a
Avoid race conditions by copying the list before sorting ( #8573 )
...
When creating several ingresses at the same time a race condition can
happen by modifying a variable deep in another object. When this race
condition is triggered the generated nginx configuration is broken:
```
nginx: [emerg] invalid parameter "8.8.8.8/32,8" in /tmp/nginx-cfg4027854160:671
nginx: configuration file /tmp/nginx-cfg4027854160 test failed
```
Once it happens, the controller won't ever be able to generate the
configuration again. Thus the only option is to restart the process.
There is not really a good way to reproduce this issue. It happens quite
sporadically every 2 or 3 days. However, after this fix has been
applied, we haven't seen it happen after about 4 weeks.
Co-authored-by: Ruud van der Weijde <ruudvanderweijde@gmail.com>
2022-05-23 05:50:03 -07:00
Ehsan Saei
3bc60960a8
move so files under /etc/nginx/modules ( #8612 )
2022-05-23 02:10:02 -07:00
Filip Petkovski
27e6362311
Implement reporting status classes in metrics ( #8548 )
...
This commit introduces a backwards compatible command line option
--report-status-classes which will enable reporting response status classes
(2xx, 3xx..) instead of status codes in exported metrics.
2022-05-21 11:18:00 -07:00
Patrik Wehrli
a756bd7a14
Add new control-plane toleration for kind 1.24 ( #8609 )
2022-05-21 02:52:00 -07:00
Ehsan Saei
d42dfd9c03
opentelemetry use git instead of curl ( #8606 )
2022-05-19 16:03:53 -07:00
Maksim Nabokikh
66baa21019
feat: always set auth cookie ( #8213 )
...
* feat: always set auth cookie
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
* feat: Add annotation to always set auth cookie
* Add annotation
* Add global configmap key
* Provide unit tests and e2e tests
* Fix e2e documentation autogen script
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
* Regenerate e2e tests
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2022-05-19 15:27:53 -07:00
dependabot[bot]
7c73463983
Bump github.com/opencontainers/runc from 1.1.1 to 1.1.2 ( #8593 )
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.2/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.1...v1.1.2 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 04:40:27 -07:00
Mac Chaffee
d2b280cc5f
Add CAP_SYS_CHROOT to DS/PSP when needed ( #8587 )
...
Signed-off-by: Mac Chaffee <me@macchaffee.com>
2022-05-16 06:30:18 -07:00
dependabot[bot]
5b9be1f11b
Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 ( #8591 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.12.1...v1.12.2 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 06:26:17 -07:00
SaurabhGarg1
d4434c1023
This PR address #8408 ( #8586 )
...
It adds description to the `Ingress Percentile Response Times and Transfer Rates` view, so that user knows that this latency data is independant of dashboard time range.
This PR also adds two new panel about the latency, where one shows latency as a timeseries graph and other shows heatmap of the latency distribution.
2022-05-16 06:24:17 -07:00
dependabot[bot]
40842434b4
Bump google.golang.org/grpc from 1.46.0 to 1.46.2 ( #8592 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.46.0 to 1.46.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.46.0...v1.46.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 06:22:18 -07:00
Ehsan Saei
98e69a20f9
fix opentelemetry-cpp-contrib sha256 ( #8588 )
2022-05-16 06:20:18 -07:00
Ehsan Saei
5cbbdaca95
Opentelemetry module build ( #8585 )
...
* nginx opentelemetry modules
* revert sha check
2022-05-14 06:41:17 -07:00
James Lakin
4340cec213
docs: Comment out TODO heading on the deployment page ( #8583 )
2022-05-13 09:03:49 -07:00
Long Wu Yuan
53a907a87f
bumped go version to 1.18.1 ( #8578 )
2022-05-11 11:45:03 -07:00
Pavel Selivanov
3c2dcd133f
Add portNamePreffix Helm chart parameter ( #8458 )
...
Allow user to set custom preffix for TCP and UDP ports
2022-05-10 09:13:43 -07:00
Long Wu Yuan
901716d7ae
replaced go get ginkgo with go install ginkgo for DIND environ ( #8569 )
2022-05-10 01:49:43 -07:00
Long Wu Yuan
d20bd354fc
added step to install ginkgo if DIND environ ( #8566 )
2022-05-09 10:59:19 -07:00
Long Wu Yuan
a5610bebe2
added debug to docker-in-docker.sh ( #8562 )
2022-05-09 03:15:19 -07:00
Long Wu Yuan
e7cf7e2f06
added debug to trace testgrid fail & suppressed breaking warning for kubectl version ( #8561 )
2022-05-08 04:27:18 -07:00
serge-r
c2b42176fc
Add header Host into mirror annotations ( #8178 )
2022-05-07 17:39:17 -07:00
Long Wu Yuan
7f990386ca
added debug commands ( #8553 )
2022-05-06 04:09:05 -07:00
kevin Pichardie
82a87ac723
Replace release v0.50.0 for v0.51.0 on readme ( #8543 )
2022-05-05 01:44:20 -07:00
Alexey Miasoedov
be0fd741f5
fix typo ( #8550 )
2022-05-04 15:56:20 -07:00
Florian Michel
d0ba8dec2f
disable modsecurity on error page ( #8202 )
...
* disable modsecurity on error page
* fix modsecurity error pages test
* fix variable in nginx template
* disable modsecurity on all internal locations
* fix pipeline checks for gofmt
Signed-off-by: Florian Michel <florianmichel@hotmail.de>
2022-05-04 08:29:51 -07:00
kszafran
8636055aee
Update default allowed CORS headers ( #8459 )
...
X-CustomHeader looks more like an example than a header we would want to
accept in production. Added Range as a useful header that enables
operations on resources that can be fetched in chunks.
2022-05-04 05:11:51 -07:00
dependabot[bot]
65ff55c3c1
Bump github.com/fsnotify/fsnotify from 1.5.3 to 1.5.4 ( #8533 )
...
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify ) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/fsnotify/fsnotify/releases )
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.5.3...v1.5.4 )
---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 05:05:51 -07:00