James Strong
40e87d7885
Merge pull request #9107 from strongjz/1.4.0
...
update tag to start build
2022-09-30 13:18:24 -04:00
James Strong
419d903c92
update tag to start build
...
Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-09-30 13:14:54 -04:00
James Strong
4324c3cdc9
Merge pull request #9106 from strongjz/remove-vcs
...
remove vcs build and resolve git issues
2022-09-30 13:11:13 -04:00
James Strong
ae1263164d
remove vcs build and resolve git issues
...
Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-09-30 12:58:12 -04:00
James Strong
e778967c67
Merge pull request #9105 from strongjz/build-tag-1.4.0
...
tag 1.4.0 to start release
2022-09-30 12:39:02 -04:00
James Strong
8799c59f7e
tag 1.4.0 to start release
...
Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-09-30 11:57:36 -04:00
Matt Lauber
f777c54732
Fix yaml formatting error with multiple annotations ( #9104 )
...
When using multiple values for the `serviceAccount.annotations` values, the first line ends up indented 2 further than the following lines, resulting in a invalid yaml
2022-09-30 08:06:29 -07:00
James Strong
0b70448bae
Merge pull request #9046 from anders-swanson/revert-8665-metrics-port-name
...
Parameterize metrics port name
2022-09-30 11:04:00 -04:00
Dmitry Bashkatov
06f7963fd2
Consistent prometheus metric names and documentation ( #8728 )
...
* clean prometheus metrics
- add new histogram metrics with consistent names
- deprecate summary metrics with inconsistent names
* update prometheus metrics tests
* remove ingress_upstream_header_seconds metric
It hasn't been released so it is safe. Use header_duration_seconds metric.
* add documentation on prometheus metrics
2022-09-30 08:00:36 -07:00
Nate Campbell
7161da2e36
Support none keyword in log-format escape ( #8692 )
...
* Support none keyword in log-format escape
## What this PR does / why we need it:
ingress-nginx does not support disabling escaping of special characters in the nginx log. This PR exposes the setting to support that functionality.
## Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation only
## Which issue/s this PR fixes
<!--
(optional, in `fixes #<issue number>` format, will close that issue when PR gets merged):
fixes #
-->
## How Has This Been Tested?
Followed the [getting-started](2d2df959db/docs/developer-guide/getting-started.md
) guide. Used ppa:longsleep/golang-backports on WSL Ubuntu to establish a golang-1.18 environment with latest docker and recommended kind. Built the dev-env successfully; had issues with make test, but they are entirely unrelated to anything I touched. Ultimate test was
```
FOCUS=log-format make kind-e2e-test
...
Ginkgo ran 1 suite in 6m29.7437865s
Test Suite Passed
```
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [x] My change requires a change to the documentation.
- [x] I have updated the documentation accordingly.
- [x] I've read the [CONTRIBUTION](https://github.com/kubernetes/ingress-nginx/blob/main/CONTRIBUTING.md ) guide
- [x] I have added tests to cover my changes.
- [x] All new and existing tests passed.
I did not update docs/e2e-tests.md.
* gofmt -s ./internal/ingress/controller/config/config.go
2022-09-30 08:00:29 -07:00
Wilmar den Ouden
be7f73ff96
expand CI testing for all stable versions of Kubernetes ( #9078 )
...
* ci: setup version matrix for the helm chart e2e
Signed-off-by: wilmarguida <w.denouden@guida.nl>
* ci: sync all k8s version on CI steps
Signed-off-by: wilmarguida <w.denouden@guida.nl>
* ci: bump all k8s version to latest stable
Signed-off-by: wilmarguida <w.denouden@guida.nl>
Signed-off-by: wilmarguida <w.denouden@guida.nl>
2022-09-29 10:40:39 -07:00
Long Wu Yuan
76a4a26425
kubewebhookcertgen sha change after go1191 ( #9059 )
2022-09-29 08:42:54 -07:00
Ehsan Saei
9742210a46
fix chroot module mount path ( #9090 )
2022-09-28 14:02:30 -07:00
Tomas Hulata
cc7b79cd39
plugin - endpoints to slices ( #9081 )
...
Signed-off-by: tombokombo <tombo@sysart.tech>
Signed-off-by: tombokombo <tombo@sysart.tech>
2022-09-28 07:34:36 -07:00
Matthias Neugebauer
99b860720b
Add annotation for setting sticky cookie domain ( #9088 )
...
This adds the new annotation `nginx.ingress.kubernetes.io/session-cookie-domain`
for setting the cookie `Domain` attribute of the sticky cookie.
Signed-off-by: Matthias Neugebauer <mtneug@mailbox.org>
Signed-off-by: Matthias Neugebauer <mtneug@mailbox.org>
2022-09-28 07:28:37 -07:00
dependabot[bot]
957823b599
Bump k8s.io/component-base from 0.25.1 to 0.25.2 ( #9089 )
...
Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base ) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/kubernetes/component-base/releases )
- [Commits](https://github.com/kubernetes/component-base/compare/v0.25.1...v0.25.2 )
---
updated-dependencies:
- dependency-name: k8s.io/component-base
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-28 07:24:36 -07:00
Leon(@mediocreDevops)
5d39a06cdc
Added a Link to the New Contributors Tips ( #9072 )
...
This adds a link to the new contributor tips
in the developer guide present on the docs page
Signed-off-by: afro-coder <leon9923@gmail.com>
Signed-off-by: afro-coder <leon9923@gmail.com>
2022-09-28 07:22:35 -07:00
Nicolas Julian
560a583ed1
Update Version ModSecurity and Coreruleset ( #9086 )
...
This is related to some new bugs that found in LiveHackingEvent 1337up0522. The latest coreruleset need *ModSecurity version 2.9.6 or 3.0.8*
- https://terjanq.medium.com/waf-bypasses-via-0days-d4ef1f212ec
- https://coreruleset.org/20220920/crs-version-3-3-4-and-3-2-3/
- https://coreruleset.org/20220919/crs-version-3-3-3-and-3-2-2-covering-several-cves/
- https://github.com/coreruleset/coreruleset/releases/tag/v3.3.4
2022-09-27 06:59:51 -07:00
dependabot[bot]
134247bd08
Bump actions/checkout from 1 to 3 ( #9084 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 1 to 3.
- [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/v1...2541b1294d2704b0964813337f33b291d3f8596b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 17:48:04 -07:00
dependabot[bot]
4ae8056f38
Bump actions/dependency-review-action from 2.1.0 to 2.4.0 ( #9085 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 2.1.0 to 2.4.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](23d1ffffb6...375c537008
)
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 08:04:03 -07:00
dependabot[bot]
44d33fca8e
Bump github/codeql-action from 2.1.24 to 2.1.25 ( #9083 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.24 to 2.1.25.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](904260d7d9...86f3159a69
)
---
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 08:02:04 -07:00
Wilmar den Ouden
3f2ce1625c
fix: do not apply job-patch psp on Kubernetes 1.25 and newer ( #9074 )
...
* fix: do not apply job-patch psp on Kubernetes 1.25 and newer
Signed-off-by: wilmarguida <w.denouden@guida.nl>
* fix: bump kubernetes version for helm chart CI to 1.25.0
Signed-off-by: wilmarguida <w.denouden@guida.nl>
Signed-off-by: wilmarguida <w.denouden@guida.nl>
2022-09-24 04:38:05 -07:00
Tomas Hulata
0d4736e4c2
feat: switch from endpoints to endpointslices ( #8890 )
...
* endpointslices
Signed-off-by: tombokombo <tombo@sysart.tech>
* cleanup
Signed-off-by: tombokombo <tombo@sysart.tech>
* fix rbac
Signed-off-by: tombokombo <tombo@sysart.tech>
* fix comments
Signed-off-by: tombokombo <tombo@sysart.tech>
* cleanup store, add store tests
Signed-off-by: tombokombo <tombo@sysart.tech>
* fix copyright date
Signed-off-by: tombokombo <tombo@sysart.tech>
Signed-off-by: tombokombo <tombo@sysart.tech>
2022-09-23 12:38:04 -07:00
Kir Shatrov
23ccac02cd
Add missing space to error message ( #9069 )
2022-09-20 04:03:21 -07:00
dependabot[bot]
c43f73bb09
Bump k8s.io/component-base from 0.25.0 to 0.25.1 ( #9065 )
...
Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base ) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/kubernetes/component-base/releases )
- [Commits](https://github.com/kubernetes/component-base/compare/v0.25.0...v0.25.1 )
---
updated-dependencies:
- dependency-name: k8s.io/component-base
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 06:17:22 -07:00
Leon(@mediocreDevops)
d9ccbb79ad
Tips for new contributors ( #8924 )
...
This commit adds tips for new contributors along with references and
examples
Signed-off-by: afro-coder <leon9923@gmail.com>
Co-authored-by: Tanisha Banik <26tanishabanik@gmail.com>
Signed-off-by: afro-coder <leon9923@gmail.com>
Co-authored-by: Tanisha Banik <26tanishabanik@gmail.com>
2022-09-19 06:15:23 -07:00
dependabot[bot]
d18c266722
Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 ( #9064 )
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.1.6...v2.2.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 06:13:23 -07:00
dependabot[bot]
8d6ea191f9
Bump github/codeql-action from 2.1.23 to 2.1.24 ( #9066 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.23 to 2.1.24.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](6a38b7d4a1...904260d7d9
)
---
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 06:11:23 -07:00
Long Wu Yuan
63b960e2e1
updated testrunner image sha after bump to go1191 ( #9058 )
2022-09-16 15:36:49 -07:00
Long Wu Yuan
edd2472f6a
bump go to v1.19.1 ( #9057 )
2022-09-16 06:15:18 -07:00
dependabot[bot]
5320c3b9fa
Bump ossf/scorecard-action from 2.0.2 to 2.0.3 ( #9053 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](68bf5b3327...865b409285
)
---
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 21:47:16 -07:00
dependabot[bot]
e613f12e67
Bump github/codeql-action from 2.1.22 to 2.1.23 ( #9052 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.22 to 2.1.23.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b398f525a5...6a38b7d4a1
)
---
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 21:45:17 -07:00
Ehsan Saei
a57a2120fd
update OpenTelemetry image ( #9036 )
...
* update OpenTelemetry image
* use promoted image
2022-09-15 12:37:34 -07:00
dependabot[bot]
52e7b6d3cf
Bump k8s.io/klog/v2 from 2.80.0 to 2.80.1 ( #9043 )
...
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog ) from 2.80.0 to 2.80.1.
- [Release notes](https://github.com/kubernetes/klog/releases )
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes/klog/compare/v2.80.0...v2.80.1 )
---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 07:17:24 -07:00
dependabot[bot]
748b2d2c6b
Bump actions/upload-artifact from 3.0.0 to 3.1.0 ( #9045 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...3cea5372237819ed00197afe530f5a7ea3e805c8 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 06:43:24 -07:00
dependabot[bot]
369af67db1
Bump ossf/scorecard-action from 1.1.2 to 2.0.2 ( #9044 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 1.1.2 to 2.0.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](ce330fde6b...68bf5b3327
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 06:41:28 -07:00
Anders Swanson
cef389feeb
Fix for Docs check
2022-09-12 13:03:54 -07:00
Anders Swanson
32e9197218
Document new values key
2022-09-12 12:45:54 -07:00
Anders Swanson
ce89fc6363
parameterize port name
2022-09-12 12:34:40 -07:00
Anders Swanson
5e168e65bd
Revert "Metrics port name (Helm) ( #8665 )"
...
This reverts commit 342e95bac2
.
2022-09-12 07:28:44 -07:00
gunamata
6415c1f3d7
Added instructions for Rancher Desktop ( #9035 )
...
Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com>
Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com>
2022-09-09 11:53:23 -07:00
Ehsan Saei
48cf1a0e55
fix otel init_module ( #9028 )
2022-09-06 16:34:23 -07:00
dependabot[bot]
058646c242
Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.6 ( #9022 )
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.1.4...v2.1.6 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 06:34:55 -07:00
dependabot[bot]
dafe6d0c91
Bump k8s.io/klog/v2 from 2.70.1 to 2.80.0 ( #9021 )
...
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog ) from 2.70.1 to 2.80.0.
- [Release notes](https://github.com/kubernetes/klog/releases )
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md )
- [Commits](https://github.com/kubernetes/klog/compare/v2.70.1...v2.80.0 )
---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 06:32:54 -07:00
James Strong
0ba88405e9
updates for fixing 1.3.1 release ( #9023 )
...
* updates for fixing 1.3.1 release
Signed-off-by: James Strong <strong.james.e@gmail.com>
* update chart readmea
Signed-off-by: James Strong <strong.james.e@gmail.com>
* updating chart
Signed-off-by: James Strong <strong.james.e@gmail.com>
* supdate wording of legacy drop
* supgraded helm docs
* one more time
Signed-off-by: James Strong <strong.james.e@gmail.com>
Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-09-05 19:10:56 -07:00
Ehsan Saei
49d254b1c1
fix LD_LIBRARY_PATH ( #9017 )
2022-09-05 11:16:36 -07:00
James Strong
4c74121c5f
release 1.3.1 ( #9014 )
...
* release 1.3.1
Signed-off-by: James Strong <strong.james.e@gmail.com>
* fix readme
Signed-off-by: James Strong <strong.james.e@gmail.com>
* fix readme
Signed-off-by: James Strong <strong.james.e@gmail.com>
* fix readme
Signed-off-by: James Strong <strong.james.e@gmail.com>
* Fix chart linter
* Fix helm docs
* Fix helm docs
* fix helm docs
* Add warning about lease change
* Disable PSP in v1.25
* rollback cluster in helmchart to psp tests
Signed-off-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2022-09-05 04:28:36 -07:00
Amim Knabben
ca3aade36e
Adding a simpler interface for the HTTP request library. ( #8862 )
2022-09-05 04:02:36 -07:00
qilong.qiu
3ceae9bca2
Bump chart testing from 3.0.0 to 3.7.0 ( #9000 )
2022-09-04 18:28:36 -07:00
Ricardo Katz
d5cacf6f47
Add v1.25 test and reduce amount of e2e tests ( #9018 )
2022-09-04 16:22:36 -07:00