Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
0e38e1ed
Commit
0e38e1ed
authored
1 year ago
by
Corné Lukken
Browse files
Options
Downloads
Plain Diff
Merge branch 'release-0.29.1-2' into 'master'
vector tenant_id must be string See merge request
!867
parents
1d8ca38e
ccf56d61
Branches
Branches containing commit
Tags
v0.29.1-2
Tags containing commit
1 merge request
!867
vector tenant_id must be string
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
infra/jobs/station/logging.levant.nomad
+1
-1
1 addition, 1 deletion
infra/jobs/station/logging.levant.nomad
tangostationcontrol/VERSION
+1
-1
1 addition, 1 deletion
tangostationcontrol/VERSION
with
3 additions
and
2 deletions
README.md
+
1
−
0
View file @
0e38e1ed
...
...
@@ -166,6 +166,7 @@ Next change the version in the following places:
# Release Notes
*
0.29.1-2 Fix vector tenant_id, must be string
*
0.29.1 Cache SNMP MiB files to circumvent ASTRON domain blacklisting
*
0.29.0 Metric & Logging replication to central monitoring
*
0.28.2 Bugfixes / rollout fixes
...
...
This diff is collapsed.
Click to expand it.
infra/jobs/station/logging.levant.nomad
+
1
−
1
View file @
0e38e1ed
...
...
@@ -125,7 +125,7 @@ healthchecks.require_healthy = true
[
sinks
.
loki_central
]
type
=
"loki"
inputs
=
[
"nomad-flags"
]
tenant_id
=
[[.
station
]]
tenant_id
=
"
[[.station]]
"
endpoint
=
"http://logs.lofar-central.service.consul:3100"
encoding
.
codec
=
"json"
healthcheck
.
enabled
=
true
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/VERSION
+
1
−
1
View file @
0e38e1ed
0.29.1
0.29.1
-2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment