Luc
93d8f39165
Update deploy.yaml ( #8365 )
...
* Update deploy.yaml
Removed the *service.beta.kubernetes.io/exoscale-loadbalancer-name* annotation so it uses service UID by default.
It thus removes the current limitation that prevent the installation of several ingress nginx controllers on different clusters belonging to the same organization.
* Removing default loadbalancer name
2022-07-02 14:55:24 -07:00
Long Wu Yuan
dcf0f3de58
fix bullet md format ( #8771 )
2022-07-02 14:43:24 -07:00
dependabot[bot]
51453494ac
Bump ossf/scorecard-action from 1.1.1 to 1.1.2 ( #8772 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](3e15ea8318...ce330fde6b
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
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-07-02 14:41:24 -07:00
dependabot[bot]
864c15e4cf
Bump github/codeql-action from 2.1.14 to 2.1.15 ( #8773 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.14 to 2.1.15.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](41a4ada31b...3f62b754e2
)
---
updated-dependencies:
- dependency-name: github/codeql-action
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-07-02 14:35:26 -07:00
dependabot[bot]
7de61884fa
Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 ( #8752 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-02 11:41:24 -07:00
Jintao Zhang
741cd3ce5e
Bump github/codeql-action from 1.0.26 to 2.1.14 ( #8765 )
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2022-07-02 11:37:24 -07:00
Pearl Dsilva
7739424ece
Fix typos and add links to developer guide ( #8769 )
2022-07-01 03:45:22 -07:00
Long Wu Yuan
4bfae67005
updated URLs ( #8767 )
2022-06-29 22:48:06 -07:00
dependabot[bot]
cd3cd2a514
Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 ( #8751 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.7.2 to 1.7.5.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.5 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
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-27 04:46:59 -07:00
Long Wu Yuan
97dfc4bcca
change sha e2etestrunner and echoserver ( #8740 )
2022-06-26 07:48:59 -07:00
Long Wu Yuan
219c26d870
updated baseimage sha ( #8737 )
2022-06-24 09:44:57 -07:00
Long Wu Yuan
b28c9f1190
set ld-musl-path ( #8736 )
2022-06-23 22:31:20 -07:00
James Strong
05fe734b06
Ci pin deps ( #8720 )
...
* pinning deps for CI
* update all the actions and pin them
* missed one
* update helm to another action
* typo on step
* typo on step
* Update .github/workflows/ci.yaml
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
2022-06-23 16:55:20 -07:00
Long Wu Yuan
3796249923
developing k6 perftest ( #8581 )
2022-06-23 08:41:42 -07:00
Daniel Schulze
22282de4d4
Working OpenTelemetry sidecar (base nginx image) ( #8719 )
...
* Delete entrypoint script and add sidecar lib path
* make otel libs path otel specific
* add description
* remove library path adaption from nginx base image
2022-06-23 08:29:42 -07:00
Dmitry Bashkatov
43c48146ae
add new summary metric: ingress_header_seconds ( #8726 )
2022-06-22 12:59:43 -07:00
Eric84626
4f2e156701
support extraEnvs for job resources in helm chart ( #8545 )
...
* support extraEnvs for job resources in helm chart
Signed-off-by: Li, Eric <Xiannan.li@fmr.com>
* Update helm doc
* Update helm doc
* Updated helm doc - add controller.admissionWebhooks.extraEnvs
* Added some test data for webhook controller.admissionWebhooks.extraEnvs
* added new line at the end of deployment-webhook-extraEnvs-values.yaml
* Fixed helm chart test issue
2022-06-21 07:16:26 -07:00
James Strong
a90434a5f4
Merge pull request #8714 from kubernetes/openssf-scorecard
...
Create Openssf scorecard
2022-06-21 08:02:50 -05:00
dependabot[bot]
c98e5aec4a
Bump github.com/prometheus/common from 0.34.0 to 0.35.0 ( #8708 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.34.0...v0.35.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 15:39:42 -07:00
James Strong
ae1639bb16
Create Openssf scorecard
2022-06-20 16:03:02 -05:00
dependabot[bot]
82080836e2
Bump actions/dependency-review-action from 1 to 2 ( #8703 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 1 to 2.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 15:17:10 -07:00
Stefan Lasiewski
f3f82ed388
Fix several typos ( #8701 )
...
* Fix minor typo - "Kubernetess"
* Fix more typos
* Fix typo: double "the"
2022-06-15 14:33:11 -07:00
dependabot[bot]
27f145556b
Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 ( #8670 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
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 13:57:10 -07:00
dependabot[bot]
c8aabcbb3d
Bump actions/setup-go from 2.2.0 to 3.2.0 ( #8697 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2.2.0 to 3.2.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](bfdd3570ce...b22fbbc292
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 13:55:11 -07:00
dependabot[bot]
230d867b8c
Bump actions/upload-artifact from 2.3.1 to 3.1.0 ( #8698 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2.3.1 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](82c141cc51...3cea537223
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 13:51:11 -07:00
dependabot[bot]
dbb18c0bd0
Bump google.golang.org/grpc from 1.46.2 to 1.47.0 ( #8669 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.46.2 to 1.47.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.46.2...v1.47.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 12:23:18 -07:00
dependabot[bot]
3b7c1e4843
Bump actions/download-artifact from 2 to 3 ( #8695 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2...fb598a63ae348fa914e94cd0ff38f362e927b741 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 12:09:18 -07:00
dependabot[bot]
10c604b070
Bump crazy-max/ghaction-docker-buildx from 1.6.2 to 3.3.1 ( #8694 )
...
Bumps [crazy-max/ghaction-docker-buildx](https://github.com/crazy-max/ghaction-docker-buildx ) from 1.6.2 to 3.3.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-buildx/releases )
- [Changelog](https://github.com/crazy-max/ghaction-docker-buildx/blob/master/CHANGELOG.md )
- [Commits](e01797ad2e...126d331dc6
)
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-docker-buildx
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 12:07:18 -07:00
James Strong
c4f4f21974
Merge pull request #8699 from strongjz/slowloris
...
fix the gosec test and a make target for it
2022-06-15 14:16:14 -04:00
James Strong
d073bbff35
need the workspace
2022-06-15 14:15:27 -04:00
James Strong
120d496acb
fix the gosec test and a make target for it
2022-06-15 13:19:30 -04:00
Naveen
9a41377688
Updated dependabot to include github actions ( #8335 )
...
- Updated dependabot to include github actions.
2022-06-15 08:37:17 -07:00
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