mirror of https://github.com/hashicorp/consul
Gerard Nguyen
1 year ago
committed by
GitHub
6 changed files with 1217 additions and 0 deletions
@ -0,0 +1,3 @@
|
||||
```release-note:bug |
||||
api: Fix `/v1/agent/self` not returning latest configuration |
||||
``` |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash |
||||
# Copyright (c) HashiCorp, Inc. |
||||
# SPDX-License-Identifier: BUSL-1.1 |
||||
|
||||
readonly PACKAGE_DIR="$(dirname "${BASH_SOURCE[0]}")" |
||||
cd $PACKAGE_DIR |
||||
|
||||
# Uses: https://github.com/globusdigital/deep-copy |
||||
deep-copy \ |
||||
-pointer-receiver \ |
||||
-o ./config.deepcopy.go \ |
||||
-type RuntimeConfig \ |
||||
./ |
Loading…
Reference in new issue