Commit Graph

5894 Commits

Author SHA1 Message Date
Marcelo Clavel 49f9a61b26
fix(web/locales): added services to locales es (#11229)
Viz dashboard with locales es doesn't have menuItem Service item. This change introduces a fix by adding the item for the es locale.

Signed-off-by: Marcelo Clavel <marcelo.clavel@buda.com>
2023-08-11 16:21:30 +01:00
Matei David b1f43b0789
Add `just` recipe to configure flat network multicluster (#11187)
Our CI infrastructure does not currently support running two k3d
clusters in a flat network, for testing purposes. The process of
bridging two k3d clusters is quite simple (assuming one node for each
cluster). For each node, a network route has to be added to route to the
other node's cluster CIDR.

This change adds a `just` recipe to configure two running clusters to
participate in a flat network. Routes are added by executing `ip route
add` in each respective server's docker container. Additionally, to
support this, target clusters now run with a different pod CIDR (to
ensure there isn't any overlap between the two).

Signed-off-by: Matei David <matei@buoyant.io>
2023-08-10 15:19:04 -07:00
Alex Leong 2d3f3d385c
service mirror improvements (#11223)
This is a follow-up to https://github.com/linkerd/linkerd2/pull/11201, addressing some feedback from that PR.

* fixes a typo in a comment
* do not copy the topology aware hints (TAH) annotation onto mirror service, becuase TAH is not multicluster aware.

Signed-off-by: Alex Leong <alex@buoyant.io>
2023-08-09 13:06:13 -07:00
Matei David 62a8407420
Introduce small improvements to ClusterStore (#11220)
There were a few improvements we could have made to a recent change that
added a ClusterStore concept to the destination service. This PR
introduces the small improvements:

* Sync dynamically created clients in separate go routines
* Refactor metadata API creation
* Remove redundant check in cluster_store_test
* Create a new runtime schema every time a fake metadata API client is
  created to avoid racey behaviour.

Signed-off-by: Matei David <matei@buoyant.io>
2023-08-08 17:58:49 -07:00
dependabot[bot] 157d7634d4
build(deps): bump @fortawesome/free-regular-svg-icons in /web/app (#11210)
Bumps [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.0...6.4.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-regular-svg-icons"
  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-08-08 17:46:38 -05:00
dependabot[bot] 605b3ab8e0
build(deps): bump @fortawesome/free-solid-svg-icons in /web/app (#11208)
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.0...6.4.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-solid-svg-icons"
  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-08-08 17:36:17 -05:00
Alex Leong 084e955de0
Add remote-discovery service mirroring (#11201)
We add the ability to mirror services in "remote discovery" mode where no Endpoints are created for the service in the source cluster, but instead the `multicluster.linkerd.io/remote-discovery` and `multicluster.linkerd.io/remote-service` labels are set on the mirror service to indicate that the control plane should perform remote discovery for this service.

To accomplish this, we add a new field to the Link resource: `remoteDiscoverySelector` which is a parallel to `selector` but instead it selects Services to export in remote discovery mode.  Since this field is purely additive, we do not change the Link CRD version.  By treating an empty selector as "Nothing", we remain backwards compatible (an unset `remoteDiscoverySelector` will not export any services in remote discovery mode).

Signed-off-by: Alex Leong <alex@buoyant.io>
2023-08-08 12:51:14 -07:00
Piyush Singariya bc8b4f2692
Replaced deprecated label failure-domain (#11148)
* Replaced deprecated label failure-domain

Signed-off-by: Piyush Singariya <piyushsingariya@gmail.com>
Co-authored-by: Alejandro Pedraza <alejandro@buoyant.io>
2023-08-08 14:30:40 -05:00
dependabot[bot] 4891d8133d
build(deps): bump @fortawesome/fontawesome-svg-core in /web/app (#11211)
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.0...6.4.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
  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-08-08 11:29:49 -05:00
dependabot[bot] 5eaa81b320
build(deps): bump golang.org/x/tools from 0.11.1 to 0.12.0 (#11216)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  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-08-08 11:29:27 -05:00
dependabot[bot] 3f02e0a78e
build(deps): bump tj-actions/changed-files from 37.5.1 to 37.6.0 (#11217)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.5.1 to 37.6.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](a96679dfee...87697c0dca)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  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-08-08 11:29:07 -05:00
Alejandro Pedraza 69ecb7f10d
Replace `server_port_subscribers` metric (#11206)
Fixes #10764

Removed the `server_port_subscribers` gauge, as it wasn't distiguishing
amongst different pods, and the number of subscribers for each pod were
conflicting with one another when updating the metric (see more details
[here](https://github.com/linkerd/linkerd2/issues/10764#issuecomment-1650835823)).

Besides carying an invalid value, this was generating the warning
`unable to delete server_port_subscribers metric with labels`

The metric was replaced with the `server_port_subscribes` and
`server_port_unsubscribes` counters, which track the overall number of
subscribes and unsubscribes to the particular pod port.

🌮 to @adleong for the diagnosis and the fix!
2023-08-08 11:28:51 -05:00
dependabot[bot] f97df90897
build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 (#11212)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/net/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  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-08-08 16:00:39 +01:00
Dani Baeyens 7a06555834
Adds Adidas to list of adopters (#11207)
Signed-off-by: Baeyens, Daniel <daniel.baeyens@adidas.com>
2023-08-07 10:09:59 -07:00
Matei David c2780adde1
Introduce an EndpointsWatcher cache structure (#11190)
Currently, the control plane does not support indexing and discovering resources across cluster boundaries. In a multicluster set-up, it is desirable to have access to endpoint data (and by extension, any configuration associated with that endpoint) to support pod-to-pod communication. Linkerd's destination service should be extended to support reading discovery information from multiple sources (i.e. API Servers).

This change introduces an `EndpointsWatcher` cache. On creation, the cache registers a pair of event handlers:
* One handler to read `multicluster` secrets that embed kubeconfig files. For each such secret, the cache creates a corresponding `EndpointsWatcher` to read remote discovery information.
* Another handle to evict entries from the cache when a `multicluster` secret is deleted.

Additionally, a set of tests have been added that assert the behaviour of the cache when secrets are created and/or deleted. The cache will be used by the destination service to do look-ups for services that belong to another cluster, and that are running in a "remote discovery" mode.

---------

Signed-off-by: Matei David <matei@buoyant.io>
2023-08-04 13:59:21 -07:00
Alex Leong aebc9a434c
Add link credentials secret to linkerd namespace (#11188)
We update the `multicluster link` command to write a credentials secret into the `linkerd` core control plane namespace in addition to writing one into the `linkerd-multicluster` namespace.  This is a prerequisite for the destination controller to be able to connect to linked clusters to do remote service discovery.

We also update the `multicluster unlink` command so that these credentials secrets are properly deleted when the cluster is unlinked.

Signed-off-by: Alex Leong <alex@buoyant.io>
2023-08-04 11:20:39 -07:00
Alejandro Pedraza 5fe0c0e122
edge-23.8.1 (#11200)
This edge release restores a proxy setting for it to shed load less aggressively
while under high load, which should result in lower error rates (addressing
#11055). It also removes the usage of host networking in the linkerd-cni
extension.

* Changed the default HTTP request queue capacities for the inbound and outbound
  proxies back to 10,000 requests (see #11055 and #11198)
* Lifted need of using host networking in the linkerd-cni Daemonset (#11141)
  (thanks @abhijeetgauravm!)
2023-08-03 17:23:12 -05:00
Eliza Weisman c511f44dff
proxy: v2.207.0 (#11198) 2023-08-03 12:38:16 -07:00
dependabot[bot] 79152124b1
build(deps): bump golang.org/x/net from 0.12.0 to 0.13.0 (#11193)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  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-08-03 12:49:54 -05:00
Abhijeet Gaurav bca15f59ed
Removed hostNetwork: true from linkerd-cni Helm chart templates (#11158)
Problem - Current does Linkerd CNI Helm chart templates have hostNetwork: true set which is unnecessary and less secure.

Solution - Removed hostNetwork: true from linkerd-cni Helm chart templates

PR Fixes #11141 
---------

Signed-off-by: Abhijeet Gaurav <abhijeetdav24aug@gmail.com>
Co-authored-by: Alejandro Pedraza <alejandro@buoyant.io>
2023-08-03 09:53:57 -05:00
Eric Anderson 928f2bedd8
Incorporate links to fixed issues in the release notes (#11177)
To make it easier to identify the particular releases where publicly reported issues are remedied we'll incorporate links to specific issues into the release notes.
2023-08-03 08:57:24 -05:00
Ryan Hristovski cb2d4a31aa
Add Docker to list of adopters. (#11195) 2023-08-03 08:55:44 -05:00
dependabot[bot] 3d601c2ed4
build(deps-dev): bump eslint-plugin-react in /web/app (#11183)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.0 to 7.33.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.0...v7.33.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  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-08-01 12:20:59 -07:00
dependabot[bot] 45b63061c0
build(deps): bump tj-actions/changed-files from 37.5.0 to 37.5.1 (#11185)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.5.0 to 37.5.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](920e7b9ae1...a96679dfee)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  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-08-01 12:20:20 -07:00
dependabot[bot] 82b53f5c05
build(deps): bump golang.org/x/tools from 0.11.0 to 0.11.1 (#11189)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.11.0...v0.11.1)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  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-08-01 11:58:08 -07:00
dependabot[bot] 383061fc3f
build(deps-dev): bump @babel/preset-env in /web/app (#11180)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.7 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  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-07-31 09:24:00 -05:00
dependabot[bot] aec52aa74f
build(deps-dev): bump babel-plugin-import in /web/app (#11181)
Bumps [babel-plugin-import](https://github.com/ant-design/babel-plugin-import) from 1.13.6 to 1.13.8.
- [Release notes](https://github.com/ant-design/babel-plugin-import/releases)
- [Commits](https://github.com/ant-design/babel-plugin-import/compare/v1.13.6...v1.13.8)

---
updated-dependencies:
- dependency-name: babel-plugin-import
  dependency-type: direct:development
  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-07-31 09:23:41 -05:00
dependabot[bot] bfbb6d2d88
build(deps-dev): bump jest from 29.5.0 to 29.6.2 in /web/app (#11182)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  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-07-31 09:23:25 -05:00
dependabot[bot] bfb1d98eb2
build(deps): bump EmbarkStudios/cargo-deny-action from 1.5.2 to 1.5.4 (#11184)
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases)
- [Commits](e0a440755b...a50c7d5f86)

---
updated-dependencies:
- dependency-name: EmbarkStudios/cargo-deny-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-07-31 09:22:38 -05:00
dependabot[bot] af55ad8a91
build(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#11173)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.2...v1.57.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-07-31 12:49:33 +01:00
Alex Leong 478027abcf
edge-23.7.3 (#11176)
This edge release improves Linkerd's support for HttpRoute by allowing
`parent_ref` ports to be optional, allowing HttpRoutes to be defined in a
consumer's namespace, and adding support for the `ResponseHeaderModifier` filter.
It also fixes a panic in the destination controller.

* Added an option for disabling the network validator's security context for
  environments that provide their own
* Added high-availability (HA) mode for the multicluster service-mirror
* Added support for HttpRoute `parent_refs` that do not specify a port
* Fixed a Grafana error caused by an incorrect datasource (thanks @albundy83!)
* Added support for HttpRoutes defined in the consumer namespace
* Improved the granularity of logging levels in the control plane
* Fixed a race condition in the destination controller that could cause it to
  panic
* Added support for the `ResponseHeaderModifier` HttpRoute filter
* Updated extension CLI commands to prefer the `--register` flag over the
  `LINKERD_DOCKER_REGISTRY` environment variable, making the precedence more
  consistent (thanks @harsh020!)

Signed-off-by: Alex Leong <alex@buoyant.io>
2023-07-28 12:37:56 -07:00
Harsh Soni 6f5ac2a29d
cli: inconsistent precedence for registry flag (#11144)
Problem:
Commands `jaeger install`, `multicluster link` give precedence to `LINKERD_DOCKER_REGISTRY` env var, whereas commands `install`, `upgrade` and `inject` give preference to `--register` flag.

Solution:
Make the commands consitent by giving precedence to `--register` flag in all commands.

Fixes: #11115

Signed-off-by: Harsh Soni <devilincarcerated020@yahoo.com>
2023-07-28 13:37:02 -05:00
Alex Leong bb29114762
Add ResponseHeaderModifier filter (#11106)
Adds support for the ResponseHeaderModifier outbound HTTP filter in the policy controller.  

Signed-off-by: Alex Leong <alex@buoyant.io>
2023-07-27 13:35:00 -07:00
Alex Leong f7f1a95081
Add mutex lock to updateServer (#11169)
Fixes #11163

The `servicePublisher.updateServer` function will iterate through all registered listeners and update them.  However, a nil listener may temporarily be in the list of listeners if an unsubscribe is in progress.  This results in a nil pointer dereference.

All functions which result in updating the listeners must therefore be protected by the mutex so that we don't try to act on the list of listeners while it is being modified.

Signed-off-by: Alex Leong <alex@buoyant.io>
2023-07-27 11:17:53 -07:00
Eliza Weisman 7bf6689c0f
proxy: v2.206.0 (#11171) 2023-07-27 08:05:46 -07:00
Andrew Seigner b59a13a496
Introduce trace logging in Control Plane (#11147)
The `--log-level` flag did not support a `trace` level, despite the
underlying `logrus` library supporting it. Also, at `debug` level, the
Control Plane components were setting klog at v=12, which includes
sensitive data.

Introduce a `trace` log level. Keep klog at `v=12` for `trace`, change
it to `v=6` for `debug`.

Fixes linkerd/linkerd2#11132

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2023-07-26 09:34:24 -05:00
Alex Leong 393c22553b
Add support for consumer routes (#11118)
The [xRoute Binding KEP](https://gateway-api.sigs.k8s.io/geps/gep-1426/#namespace-boundaries) states that HttpRoutes may be created in either the namespace of their parent Service (producer routes) or in the namespace of the client initiating requests to the service (consumer routes).  Linkerd currently only indexes producer routes and ignores consumer routes.

We add support for consumer routes by changing the way that HttpRoutes are indexed.  We now index each route by the namespace of its parent service instead of by the namespace of the HttpRoute resource.  We then further subdivide the `ServiceRoutes` struct to have a watch per-client-namespace instead of just a single watch.  This is because clients from different namespaces will have a different view of the routes for a service.

When an HttpRoute is updated, if it is a producer route, we apply that HttpRoute to watches for all of the client namespaces.  If the route was a consumer route, then we only apply the HttpRoute to watches for that consumer namespace.

We also add API tests for consumer and producer routes.

A few noteworthy changes:
* Because the namespace of the client factors into the lookup, we had to change the discovery target to a type which includes the client namespace.
* Because a service may have routes from different namespaces, the route metadata now needs to track group, kind, name, AND namespace instead of just using the namespace of the service.  This means that many uses of the `GroupKindName` type are replaced with a `GroupKindNamespaceName` type.

Signed-off-by: Alex Leong <alex@buoyant.io>
2023-07-25 14:23:28 -07:00
dependabot[bot] f7e2ff4931
build(deps): bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 (#11165)
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.14 to 0.0.15.
- [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.14...v0.0.15)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-runewidth
  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-07-25 16:09:34 -05:00
dependabot[bot] a1e5dfdec3
build(deps): bump k8s.io/kube-aggregator from 0.27.3 to 0.27.4 (#11166)
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator) from 0.27.3 to 0.27.4.
- [Commits](https://github.com/kubernetes/kube-aggregator/compare/v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/kube-aggregator
  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-07-25 16:09:18 -05:00
dependabot[bot] 8f784c4852
build(deps): bump tj-actions/changed-files from 37.1.2 to 37.5.0 (#11167)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.1.2 to 37.5.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](2a968ff601...920e7b9ae1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  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-07-25 16:09:00 -05:00
Kevin Ingelman 32831ba501
Update Go codegen for httproute timeout fields (#11164)
In #11008 I added Go support for the `timeouts` field in the
`HTTPRouteRule` struct. That used Go's built-in `time.Duration` type,
but based on my reading of kubernetes-sigs/gateway-api#2013, we should
instead by using apimachinery's `metav1.Duration` type.

Signed-off-by: Kevin Ingelman <ki@buoyant.io>
2023-07-24 17:57:53 -05:00
dependabot[bot] 25ed8c2960
build(deps): bump whatwg-fetch from 3.6.2 to 3.6.17 in /web/app (#11153)
Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.2 to 3.6.17.
- [Release notes](https://github.com/github/fetch/releases)
- [Commits](https://github.com/github/fetch/compare/v3.6.2...v3.6.17)

---
updated-dependencies:
- dependency-name: whatwg-fetch
  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-07-24 11:59:23 -07:00
dependabot[bot] b3aa49360e
build(deps-dev): bump eslint-plugin-react in /web/app (#11154)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.2...v7.33.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  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-07-24 11:31:02 -07:00
dependabot[bot] 2e4be9c3fd
build(deps-dev): bump @babel/core from 7.22.5 to 7.22.9 in /web/app (#11152)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  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-07-24 11:30:39 -07:00
dependabot[bot] 29365c2584
build(deps-dev): bump webpack from 5.88.1 to 5.88.2 in /web/app (#11151)
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.88.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.1...v5.88.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  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-07-24 11:30:21 -07:00
Andrew Seigner 042c56625a
Fix `linkerd check --output` flag description (#11145)
The `linkerd check --output` flag supports 3 formats: `table`, `json`,
and `short`. The default `linkerd check` command description incorrectly
printed `basic, json, short`. Other extension check commands printed
`basic, json`.

Modify all check output descriptions to print `table, json, short`.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2023-07-24 11:24:34 -07:00
dependabot[bot] 95c6c0528f
build(deps): bump k8s.io/apiextensions-apiserver from 0.27.3 to 0.27.4 (#11137)
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.27.3 to 0.27.4.
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/apiextensions-apiserver
  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-07-24 11:18:36 -05:00
dependabot[bot] 9e28f731ac
build(deps): bump k8s.io/api from 0.27.3 to 0.27.4 (#11136)
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.3 to 0.27.4.
- [Commits](https://github.com/kubernetes/api/compare/v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/api
  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-07-24 09:16:21 -05:00
dependabot[bot] 11185358f2
build(deps): bump k8s.io/apimachinery from 0.27.3 to 0.27.4 (#11139)
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.27.3 to 0.27.4.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  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-07-24 09:15:34 -05:00
dependabot[bot] bc484be245
build(deps): bump github.com/docker/docker (#11133)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.1+incompatible to 23.0.3+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v23.0.1...v23.0.3)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-21 14:32:32 -07:00