Skip to content

Commit 8a60d17

Browse files
authored
[Bugfix] Adjust ChangeLog and fix Makefile (#792)
1 parent d2c46eb commit 8a60d17

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
- Allow runtime update of Sidecar images
77
- Allow Agent recreation with preserved IDs
88
- The internal metrics exporter can not be disabled
9-
9+
- Changing the topics' log level without restarting the container.
10+
When the topic is removed from the argument list then it will not
11+
be turned off in the ArangoDB automatically.
12+
1013
## [1.2.2](https://github.com/arangodb/kube-arangodb/tree/1.2.2) (2021-09-09)
1114
- Update 'github.com/arangodb/arangosync-client' dependency to v0.7.0
1215
- Add HighPriorityPlan to ArangoDeployment Status

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ ifdef VERBOSE
123123
endif
124124

125125
EXCLUDE_DIRS := tests vendor .gobuild deps tools
126-
SOURCES_QUERY := find ./ -type f -name '*.go' $(foreach EXCLUDE_DIR,$(EXCLUDE_DIRS), -not -path "./$(EXCLUDE_DIR)/*")
126+
SOURCES_QUERY := find ./ -type f -name '*.go' $(foreach EXCLUDE_DIR,$(EXCLUDE_DIRS), ! -path "./$(EXCLUDE_DIR)/*")
127127
SOURCES := $(shell $(SOURCES_QUERY))
128128
DASHBOARDSOURCES := $(shell find $(DASHBOARDDIR)/src -name '*.js') $(DASHBOARDDIR)/package.json
129129

0 commit comments

Comments
 (0)