Commit graph

6974 commits

Author SHA1 Message Date
Nicholas Orlowsky
b270b4a8bf
remove build flags and rename cgroups_linux.go 2023-07-16 23:53:42 -04:00
Nicholas Orlowsky
0f4d054c07
gofmt 2023-07-16 23:47:43 -04:00
Nicholas Orlowsky
8621dfc66d
fix e2e tests for cgroups 2023-07-16 19:02:37 -04:00
Nicholas Orlowsky
3814e1f01f
write e2e tests for cgroups 2023-07-16 18:58:58 -04:00
Nicholas Orlowsky
8f86603dbd
Merge branch 'main' of github.com:nickorlow/ingress-nginx 2023-07-16 13:18:51 -04:00
Nicholas Orlowsky
a9f9793a1f
update default value for period when not set 2023-07-16 13:18:32 -04:00
Nicholas Orlowsky
fddf4e034c fix formatting 2023-05-31 23:17:50 -05:00
Nicholas Orlowsky
ad1fb03f00
remove linux tag 2023-05-11 21:06:52 -04:00
Nicholas Orlowsky
a8028a576f
remove test report 2023-05-11 21:04:21 -04:00
Nicholas Orlowsky
c5dad5e461
removed e2e tests for cgroups2 and associated functions 2023-05-11 21:03:12 -04:00
Nicholas Orlowsky
475adf734a
add files 2023-04-25 19:32:59 -05:00
Nicholas Orlowsky
6d96e111c8
try to figure out testing flags 2023-04-25 19:24:34 -05:00
Nicholas Orlowsky
3714c2c426
move error check 2023-04-25 10:19:07 -05:00
Nicholas Orlowsky
aa9a876217
typo 2023-04-24 11:34:21 -05:00
Nicholas Orlowsky
405a5aa44c
add some e2e tests (unfinished) + fix findMountPoint bug 2023-04-24 11:33:50 -05:00
Sridhar Nandigam
165d057361 added a thing 2023-04-16 16:39:51 -05:00
Nicholas Orlowsky
7c4ac85a48
more boilerplate 2023-04-16 16:11:05 -05:00
Nicholas Orlowsky
dad8086cb2
added test boilerplate 2023-04-16 16:09:58 -05:00
Nicholas Orlowsky
f35dae9b11
added test boilerplate 2023-04-16 16:09:39 -05:00
Nicholas Orlowsky
a080ea1f29
correct types 2023-03-31 00:58:43 -05:00
Nicholas Orlowsky
7f6472617b
declarations to assignments 2023-03-31 00:53:34 -05:00
Nicholas Orlowsky
3ae35a045d
ran gofmt 2023-03-31 00:52:14 -05:00
Nicholas Orlowsky
221e85f6f2
added version detecting 2023-03-31 00:36:12 -05:00
Nicholas Orlowsky
e4a11295ab
file parsing for Cgroup2 2023-03-30 11:48:58 -05:00
Mohammad Yasir
c84ae78bdf
The Ingress-Nginx project recently released version 1.7.0 of the controller, but the deployment documentation still referenced version 1.6.4. This commit updates the documentation to reference the latest version, ensuring that users have access to the most up-to-date information. Fixes#9787 (#9788) 2023-03-27 07:14:30 -07:00
James Strong
04b4f9cf42
Merge pull request #9784 from strongjz/helm-chart-release
release 1.7.0 chart 4.6.0
2023-03-24 13:52:20 -04:00
James Strong
81cf94ea48
release 1.7.0 chart 4.6.0
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-03-24 13:27:00 -04:00
James Strong
e94304d3f6
Merge pull request #9781 from strongjz/release-v1.7.0
release 1.7.0 notes
2023-03-24 13:22:07 -04:00
James Strong
7865825cf0
release notes v1.7.0
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-03-24 09:45:31 -04:00
James Strong
72ff21ed9e
kick off 1.7.0 build (#9775)
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-03-22 20:26:22 -07:00
ouyang
5d678e0542
Update exposing-tcp-udp-services.md (#9777) 2023-03-22 18:50:22 -07:00
Ehsan Saei
c8cb9167d3
feat: OpenTelemetry module integration (#9062)
* OpenTelemetry module integration

* e2e test

* e2e test fix

* default OpentelemetryConfig

* e2e values

* mount otel module for otel test only

* propagate IS_CHROOT

* propagate IS_CHROOT e2e test

* code doc

* comments

* golint

* opentelemetry doc

* zipkin

* zipkin

* typo

* update e2e test OpenTelemetry value

* use opentelemetry value

* revert merge conflict

* fix

* format

* review comments

* clean
2023-03-22 11:58:22 -07:00
James Strong
c075793ae5
drop k8s 1.23 support (#9772)
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-03-21 13:34:12 -07:00
Sergei Kaznakhovskii
e4a66fd2f6
Fix canary-weight-total annotation ignored in rule backends (#9729)
* Missed canary weight total

    - added canary weight total for spec rules

* - added e2e test
2023-03-21 06:47:09 -07:00
James Strong
a84cfe5cfa
Merge pull request #9768 from kubernetes/dependabot/github_actions/actions/checkout-3.4.0
Bump actions/checkout from 3.2.0 to 3.4.0
2023-03-21 09:44:43 -04:00
dependabot[bot]
43168a7fe1
Bump actions/checkout from 3.2.0 to 3.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](755da8c3cf...24cb908017)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-21 13:42:46 +00:00
James Strong
0727a3c123
Merge pull request #9769 from kubernetes/dependabot/github_actions/securego/gosec-2.15.0
Bump securego/gosec from 2.14.0 to 2.15.0
2023-03-21 09:41:57 -04:00
Taehyun Kim
e3c9382fc9
fix: controller psp's volume config (#9740)
* fix: controller psp's volume config

* revert chart version
2023-03-21 06:41:08 -07:00
dependabot[bot]
9e097fb79d
Bump aquasecurity/trivy-action from 0.8.0 to 0.9.2 (#9767)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.8.0 to 0.9.2.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](9ab158e859...1f0aa582c8)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  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>
2023-03-21 06:39:07 -07:00
Adam Jacques
00bfb2e84a
Fix several Helm YAML issues with extraModules and extraInitContainers (#9709)
* Fix indention issue for DaemonSets when using extraModules and extraInitContainers

* Improve documentation

* Unify and fix templating

* Enable support for the opentelemetry from values.yaml
2023-03-21 06:37:08 -07:00
dependabot[bot]
9b3599206c
Bump k8s.io/component-base from 0.26.2 to 0.26.3 (#9764)
Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.26.2 to 0.26.3.
- [Release notes](https://github.com/kubernetes/component-base/releases)
- [Commits](https://github.com/kubernetes/component-base/compare/v0.26.2...v0.26.3)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 06:35:10 -07:00
dependabot[bot]
5c0b707643
Bump actions/dependency-review-action from 3.0.3 to 3.0.4 (#9766)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](c090f4e553...f46c48ed6d)

---
updated-dependencies:
- dependency-name: actions/dependency-review-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>
2023-03-21 06:33:08 -07:00
dependabot[bot]
1936973ea9
Bump actions/add-to-project from 0.4.0 to 0.4.1 (#9765)
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](960fbad431...4756e6330f)

---
updated-dependencies:
- dependency-name: actions/add-to-project
  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>
2023-03-20 09:33:19 -07:00
Ole-Martin Bratteng
12da492f01
docs(helm): fix value key in readme for enabling certManager (#9640) 2023-03-20 05:05:18 -07:00
dependabot[bot]
9a1cfc7181
Bump securego/gosec from 2.14.0 to 2.15.0
Bumps [securego/gosec](https://github.com/securego/gosec) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](1af1d5bb49...a459eb0ba3)

---
updated-dependencies:
- dependency-name: securego/gosec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 11:01:37 +00:00
Saumya
2d35547943
updated digest and sha for e2e-test-echo (#9760) 2023-03-19 12:47:24 -07:00
Saumya
f75b12e690
updated digest and sha for e2e-test-fastcgi-helloserver (#9759) 2023-03-19 12:47:16 -07:00
Saumya
18c3a91a04
updated digest and sha for opentelemetry (#9758) 2023-03-19 12:43:16 -07:00
Saumya
1f4fb41332
updated digest and sha for e2e-test-cfssl (#9757) 2023-03-19 09:03:16 -07:00
Saumya
45dae623c7
updated kube-webhook-certgen digest and tags (#9756) 2023-03-19 08:59:16 -07:00