Skip to content

Commit 12936af

Browse files
committed
Merge branch 'docs/services-refactor-docs-day-122022' of github.com:hashicorp/consul into docs/services-refactor-docs-day-122022
pulling in remote commits
2 parents 1ee06b5 + 7ed9b30 commit 12936af

File tree

199 files changed

+9984
-6601
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+9984
-6601
lines changed

.changelog/15922.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:breaking-change
2+
acl: remove all functionality and references for legacy acl policies.
3+
```

.changelog/15956.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:breaking-change
2+
connect: Add `peer` field to service-defaults upstream overrides. The addition of this field makes it possible to apply upstream overrides only to peer services. Prior to this change, overrides would be applied based on matching the `namespace` and `name` fields only, which means users could not have different configuration for local versus peer services. With this change, peer upstreams are only affected if the `peer` field matches the destination peer name.
3+
```

.changelog/16097.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug-fix
2+
agent: Only use the `agent` token for internal deregistration of checks and services during anti-entropy syncing. The service token specified in the `token` field of the check or service definition is no longer used for deregistration. This fixes an issue where the agent failed to ever deregister a service or check if the service token was deleted.
3+
```

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ codegen-tools:
366366
@$(SHELL) $(CURDIR)/build-support/scripts/devtools.sh -codegen
367367

368368
.PHONY: deep-copy
369-
deep-copy:
369+
deep-copy: codegen-tools
370370
@$(SHELL) $(CURDIR)/agent/structs/deep-copy.sh
371371
@$(SHELL) $(CURDIR)/agent/proxycfg/deep-copy.sh
372372

0 commit comments

Comments
 (0)