Commit graph

7191 commits

Author SHA1 Message Date
dependabot[bot]
9c8d539ffd Bump github.com/opencontainers/runc from 1.1.6 to 1.1.7 (#9912)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.7/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.6...v1.1.7)

---
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>
2023-05-01 10:58:19 -07:00
Jan-Otto Kröpke
30e1baa62c [helm] Support custom port configuration for internal service (#9846)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
2023-05-01 08:18:19 -07:00
Jacob Henner
c71c99d48e Add support for --container flag (#9703)
Add support for --container flag, which sets an explicit container name
for exec operations. Defaults to `controller`.

Signed-off-by: Jacob Henner <code@ventricle.us>
2023-05-01 04:32:18 -07:00
Ron Nabuurs
83c4b828da Fix typo in OpenTelemetry (#9903)
I've noticed a small typo, which I've fixed.
2023-05-01 04:24:17 -07:00
tzssangglass
b75e838680 ensure make lua-test runs locally (#9902) 2023-05-01 04:22:18 -07:00
Carlos Tadeu Panato Junior
6c2748c8bd update k8s.io dependecies to v0.26.4 (#9893)
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-04-25 06:12:17 -07:00
plynch-magnolia
7fcda3e220 Adding resource type to default HPA configuration to resolve issues with Terraform helm chart usage (#9803) 2023-04-24 08:33:02 -07:00
dependabot[bot]
200fc7eff5 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 (#9868)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.0.
- [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.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  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-04-24 07:03:04 -07:00
Elvin Efendi
35de2b312e I have not been able to fulfill my maintainer responsibilities for a while already, making it official now. (#9883)
* I have not been able to fulfill my maintainer responsibilities for a while already, making it official now.

* Make ElvinEfendi emeritus approver
2023-04-24 05:55:02 -07:00
dependabot[bot]
6724ea66c9 Bump aquasecurity/trivy-action from 0.9.2 to 0.10.0 (#9888)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](1f0aa582c8...e5f43133f6)

---
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-04-24 05:53:02 -07:00
dependabot[bot]
e11a8af282 Bump github.com/opencontainers/runc from 1.1.5 to 1.1.6 (#9867)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.6/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.6)

---
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>
2023-04-24 04:11:02 -07:00
dependabot[bot]
3e914a3c9d Bump actions/checkout from 3.5.0 to 3.5.2 (#9870)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8f4b7f8486...8e5e7e5ab8)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-04-22 02:21:12 -07:00
James Strong
6750bbcec2 Update k8s versions (#9879)
* increase wait on web cert setup

Signed-off-by: James Strong <james.strong@chainguard.dev>

* add cmctl to check its working

Signed-off-by: James Strong <james.strong@chainguard.dev>

* fix wait cmd and update default k8s version

Signed-off-by: James Strong <james.strong@chainguard.dev>

* update the kubectl test commands

Signed-off-by: James Strong <james.strong@chainguard.dev>

* README: Update `external-dns` link. (#9866)

* add puerco and cpanato as approvers

Signed-off-by: James Strong <james.strong@chainguard.dev>

* update k8s versions for testing and remove cache deletion

Signed-off-by: James Strong <james.strong@chainguard.dev>

* upgrade default to 1.26 for testing

Signed-off-by: James Strong <james.strong@chainguard.dev>

---------

Signed-off-by: James Strong <james.strong@chainguard.dev>
Co-authored-by: Marco Ebert <marco@giantswarm.io>
2023-04-20 18:33:10 -07:00
James Strong
71db9f1266 Merge pull request #9878 from strongjz/add-approvers
add puerco and cpanato as approvers
2023-04-20 13:59:51 +02:00
James Strong
404605e351 add puerco and cpanato as approvers
Signed-off-by: James Strong <james.strong@chainguard.dev>
2023-04-20 07:52:59 -04:00
Marco Ebert
88dbc8986a README: Update external-dns link. (#9866) 2023-04-20 01:45:13 -07:00
dependabot[bot]
9078cabd28 Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#9838)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  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-04-17 01:56:43 -07:00
dependabot[bot]
2407c2afea Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#9839)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.1...v1.7.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>
2023-04-17 01:48:43 -07:00
Ricardo Katz
bbfe126a8b Fastcgi configmap should be on the same namespace of ingress (#9863) 2023-04-16 17:32:43 -07:00
Ricardo Katz
4e49bae2be Deprecate and remove influxdb feature (#9861) 2023-04-16 17:26:43 -07:00
Ricardo Katz
ce87debbc0 Remove deprecated annotation secure-upstream (#9862) 2023-04-16 17:22:43 -07:00
dependabot[bot]
e9ee4e943c Bump actions/add-to-project from 0.4.1 to 0.5.0 (#9840)
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](4756e6330f...31b3f3ccdc)

---
updated-dependencies:
- dependency-name: actions/add-to-project
  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-04-16 14:10:42 -07:00
Marco Cadetg
6a1eee5212 Exclude socket metrics (#9770)
* exclude creation and exporting of socket metrics via flag

* make exclude metric naming more consistent

* fix connect time metric update

* add documentation

* e2e test

* improve creation of metric mapping
2023-04-11 01:01:18 -07:00
James Strong
615775d076 Merge pull request #9836 from strongjz/fix-cg-build
add short sha to gcloud build and makefiles
2023-04-07 11:42:44 -04:00
Marco Ebert
795bfc6195 Chart: Improve README.md. (#9831) 2023-04-07 08:39:15 -07:00
James Strong
7e6f2e2b64 add short sha to gcloud build and makefiles
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-04-07 10:42:37 -04:00
James Strong
ea46af8c8e update all container tags with date and sha, upgrade all containers (#9834)
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-04-06 10:25:48 -07:00
Saumya
6c3b83d8cb updated NGINX_BASE image in project (#9829) 2023-04-05 05:05:41 -07:00
dependabot[bot]
dcef33c966 Bump actions/checkout from 3.4.0 to 3.5.0 (#9798)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](24cb908017...8f4b7f8486)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-04-04 08:05:54 -07:00
James Strong
d94aa37c8a Merge pull request #9820 from sarab97/machine-change
Switch from N1 to E2 machine
2023-04-04 10:59:07 -04:00
viq
013d565b44 ISO 8601 date format (#9682)
Adjust the tag to be in sortable format, compatible with ISO 8601.
2023-04-04 07:45:56 -07:00
dependabot[bot]
79023862ae Bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#9823)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](e38b1902ae...80e868c13c)

---
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>
2023-04-04 05:57:54 -07:00
Marco Ebert
ec17f0b0ae Values: Fix indention of commented values. (#9812) 2023-04-04 05:55:53 -07:00
dependabot[bot]
7c62c6b09e Bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 (#9806)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.5/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.4...v1.1.5)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 05:53:53 -07:00
dependabot[bot]
26c2609164 Bump actions/stale from 7.0.0 to 8.0.0 (#9799)
Bumps [actions/stale](https://github.com/actions/stale) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](6f05e4244c...1160a22402)

---
updated-dependencies:
- dependency-name: actions/stale
  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>
2023-04-04 05:51:54 -07:00
dependabot[bot]
42809cfdad Bump rajatjindal/krew-release-bot from 0.0.43 to 0.0.46 (#9797)
Bumps [rajatjindal/krew-release-bot](https://github.com/rajatjindal/krew-release-bot) from 0.0.43 to 0.0.46.
- [Release notes](https://github.com/rajatjindal/krew-release-bot/releases)
- [Changelog](https://github.com/rajatjindal/krew-release-bot/blob/main/.goreleaser.yml)
- [Commits](92da038bbf...df3eb19754)

---
updated-dependencies:
- dependency-name: rajatjindal/krew-release-bot
  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-04-04 05:49:53 -07:00
dependabot[bot]
1a677a3221 Bump actions/setup-go from 3.5.0 to 4.0.0 (#9796)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](6edd4406fa...4d34df0c23)

---
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>
2023-04-04 05:47:54 -07:00
dependabot[bot]
64bb0844b9 Bump github.com/imdario/mergo from 0.3.13 to 0.3.15 (#9795)
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.13 to 0.3.15.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/v0.3.13...v0.3.15)

---
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>
2023-04-04 05:45:53 -07:00
dependabot[bot]
6511c63258 Bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#9794)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.54.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.54.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>
2023-04-04 05:43:57 -07:00
dependabot[bot]
d36526b286 Bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6 (#9822)
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.14.5 to 0.14.6.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.14.5...v0.14.6)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  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-04-04 05:41:54 -07:00
sarab
29a8eca88b Switched from N1 to E2 machine 2023-04-02 03:03:12 +05:30
Mohammad Yasir
255edb14bc 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
1484c7160c 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
24ecced335 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
80d5b65478 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
29047f8f03 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
751e4a5163 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
d3af394ff4 Update exposing-tcp-udp-services.md (#9777) 2023-03-22 18:50:22 -07:00
Ehsan Saei
c8e848f419 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
b6fd8365c9 drop k8s 1.23 support (#9772)
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-03-21 13:34:12 -07:00