Skip to content

Commit 305cade

Browse files
Update component-repository-mappings.json
1 parent 7aba21c commit 305cade

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

workflows/cve-fixer/component-repository-mappings.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,9 +951,8 @@
951951
},
952952
"stolostron/kube-state-metrics": {
953953
"github_url": "https://github.com/stolostron/kube-state-metrics",
954-
"default_branch": "main",
954+
"default_branch": "release-2.17",
955955
"active_release_branches": [
956-
"release-2.17",
957956
"release-2.16",
958957
"release-2.15",
959958
"release-2.14",
@@ -1185,6 +1184,25 @@
11851184
"test_command": "make test",
11861185
"build_command": "make build",
11871186
"notes": "Go project. Grafana fork."
1187+
},
1188+
"stolostron/memcached-exporter": {
1189+
"github_url": "https://github.com/stolostron/memcached-exporter",
1190+
"default_branch": "release-2.17",
1191+
"active_release_branches": [
1192+
"release-2.16",
1193+
"release-2.15",
1194+
"release-2.14",
1195+
"release-2.13"
1196+
],
1197+
"branch_strategy": "Release branches (release-2.13 through release-2.17). Fix in latest release branch first.",
1198+
"repo_type": "golang",
1199+
"cve_fix_workflow": {
1200+
"primary_target": "release-2.17",
1201+
"backport_targets": "release-2.16, release-2.15, release-2.14, release-2.13"
1202+
},
1203+
"test_command": "make test",
1204+
"build_command": "make build",
1205+
"notes": "Go project. Memcached exporter."
11881206
}
11891207
}
11901208
}

0 commit comments

Comments
 (0)