File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ ifdef VERBOSE
123123endif
124124
125125EXCLUDE_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 ) /* ")
127127SOURCES := $(shell $(SOURCES_QUERY ) )
128128DASHBOARDSOURCES := $(shell find $(DASHBOARDDIR ) /src -name '* .js') $(DASHBOARDDIR ) /package.json
129129
You can’t perform that action at this time.
0 commit comments