Skip to content

Commit

Permalink
Merge branch 'main' into docs/services-refactor-docs-day-122022
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam authored Feb 6, 2023
2 parents e797d8d + 24c4312 commit 7ed9b30
Show file tree
Hide file tree
Showing 199 changed files with 9,984 additions and 6,601 deletions.
3 changes: 3 additions & 0 deletions .changelog/15922.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:breaking-change
acl: remove all functionality and references for legacy acl policies.
```
3 changes: 3 additions & 0 deletions .changelog/15956.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:breaking-change
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 changes: 3 additions & 0 deletions .changelog/16097.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug-fix
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.
```
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ codegen-tools:
@$(SHELL) $(CURDIR)/build-support/scripts/devtools.sh -codegen

.PHONY: deep-copy
deep-copy:
deep-copy: codegen-tools
@$(SHELL) $(CURDIR)/agent/structs/deep-copy.sh
@$(SHELL) $(CURDIR)/agent/proxycfg/deep-copy.sh

Expand Down
Loading

0 comments on commit 7ed9b30

Please sign in to comment.