[PR #2098] [MERGED] update godeps #2494

Closed
opened 2025-12-29 03:21:31 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2098
Author: @kradalby
Created: 9/3/2024
Status: Merged
Merged: 9/4/2024
Merged by: @kradalby

Base: mainHead: kradalby/update-deps


📝 Commits (6)

  • 7ab0388 update godeps
  • 6ae456d update grpc-gateway
  • f6e56ff generate grpc gateway with new version
  • 568c064 run formatters
  • 14edaaf build golangci-lint with same go version as headscale
  • 5547985 build more dev tools with same go version

📊 Changes

26 files changed (+444 additions, -439 deletions)

View changed files

📝 CHANGELOG.md (+1 -1)
📝 CONTRIBUTING.md (+1 -1)
📝 docs/remote-cli.md (+22 -22)
📝 flake.nix (+27 -6)
📝 gen/go/headscale/v1/apikey.pb.go (+11 -11)
📝 gen/go/headscale/v1/device.pb.go (+13 -13)
📝 gen/go/headscale/v1/headscale.pb.go (+2 -2)
📝 gen/go/headscale/v1/headscale.pb.gw.go (+21 -84)
📝 gen/go/headscale/v1/headscale_grpc.pb.go (+91 -59)
📝 gen/go/headscale/v1/node.pb.go (+23 -23)
📝 gen/go/headscale/v1/policy.pb.go (+6 -6)
📝 gen/go/headscale/v1/preauthkey.pb.go (+9 -9)
📝 gen/go/headscale/v1/routes.pb.go (+13 -13)
📝 gen/go/headscale/v1/user.pb.go (+13 -13)
📝 gen/openapiv2/headscale/v1/apikey.swagger.json (+1 -0)
📝 gen/openapiv2/headscale/v1/device.swagger.json (+1 -0)
📝 gen/openapiv2/headscale/v1/headscale.swagger.json (+19 -9)
📝 gen/openapiv2/headscale/v1/node.swagger.json (+1 -0)
📝 gen/openapiv2/headscale/v1/policy.swagger.json (+1 -0)
📝 gen/openapiv2/headscale/v1/preauthkey.swagger.json (+1 -0)

...and 6 more files

📄 Description

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com

Summary by CodeRabbit

  • New Features

    • Updated the grpc-gateway dependency to version 2.22.0, which may include enhancements and bug fixes.
    • Improved API documentation by clarifying the structure of data types in various JSON schemas, enhancing user understanding and interaction with the API.
  • Bug Fixes

    • Enhanced validation and structure of API responses by specifying item types in array properties across multiple schemas.
  • Chores

    • Updated various dependencies in the project to their latest versions for improved performance and security.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/2098 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/update-deps` --- ### 📝 Commits (6) - [`7ab0388`](https://github.com/juanfont/headscale/commit/7ab038889c5463e227413cee42ca2e4f8fdb9382) update godeps - [`6ae456d`](https://github.com/juanfont/headscale/commit/6ae456d4662dd036fbe3db947862050f5340e5f6) update grpc-gateway - [`f6e56ff`](https://github.com/juanfont/headscale/commit/f6e56ffe9ee6e99a90f3876fa5e07ec6b2871ccc) generate grpc gateway with new version - [`568c064`](https://github.com/juanfont/headscale/commit/568c064671c126299794c2e442b8f79534bff3d6) run formatters - [`14edaaf`](https://github.com/juanfont/headscale/commit/14edaafac873c5f9b08181e74c4f9634ccf8191c) build golangci-lint with same go version as headscale - [`5547985`](https://github.com/juanfont/headscale/commit/55479851fdf9d9a74604e7497b9465ed8894da72) build more dev tools with same go version ### 📊 Changes **26 files changed** (+444 additions, -439 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -1) 📝 `CONTRIBUTING.md` (+1 -1) 📝 `docs/remote-cli.md` (+22 -22) 📝 `flake.nix` (+27 -6) 📝 `gen/go/headscale/v1/apikey.pb.go` (+11 -11) 📝 `gen/go/headscale/v1/device.pb.go` (+13 -13) 📝 `gen/go/headscale/v1/headscale.pb.go` (+2 -2) 📝 `gen/go/headscale/v1/headscale.pb.gw.go` (+21 -84) 📝 `gen/go/headscale/v1/headscale_grpc.pb.go` (+91 -59) 📝 `gen/go/headscale/v1/node.pb.go` (+23 -23) 📝 `gen/go/headscale/v1/policy.pb.go` (+6 -6) 📝 `gen/go/headscale/v1/preauthkey.pb.go` (+9 -9) 📝 `gen/go/headscale/v1/routes.pb.go` (+13 -13) 📝 `gen/go/headscale/v1/user.pb.go` (+13 -13) 📝 `gen/openapiv2/headscale/v1/apikey.swagger.json` (+1 -0) 📝 `gen/openapiv2/headscale/v1/device.swagger.json` (+1 -0) 📝 `gen/openapiv2/headscale/v1/headscale.swagger.json` (+19 -9) 📝 `gen/openapiv2/headscale/v1/node.swagger.json` (+1 -0) 📝 `gen/openapiv2/headscale/v1/policy.swagger.json` (+1 -0) 📝 `gen/openapiv2/headscale/v1/preauthkey.swagger.json` (+1 -0) _...and 6 more files_ </details> ### 📄 Description Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the `grpc-gateway` dependency to version `2.22.0`, which may include enhancements and bug fixes. - Improved API documentation by clarifying the structure of data types in various JSON schemas, enhancing user understanding and interaction with the API. - **Bug Fixes** - Enhanced validation and structure of API responses by specifying item types in array properties across multiple schemas. - **Chores** - Updated various dependencies in the project to their latest versions for improved performance and security. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:21:31 +01:00
adam closed this issue 2025-12-29 03:21:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2494