From 8babe121b41a58485e319fc1f3182e2f33ce6c34 Mon Sep 17 00:00:00 2001 From: Oleksandr Porunov Date: Fri, 15 Nov 2024 20:29:56 +0000 Subject: [PATCH] Update documentation parameters from 1.0 to 1.1 CTR Signed-off-by: Oleksandr Porunov --- .backportrc.json | 2 +- .github/dependabot.yml | 4 ++-- janusgraph-dist/docker/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index fb0d9a3e26..68e6685ccf 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -1,7 +1,7 @@ { "repoOwner": "janusgraph", "repoName": "janusgraph", - "targetBranchChoices": ["v1.0"], + "targetBranchChoices": ["v1.1"], "branchLabelMapping": { "^backport/(.+)$": "$1" }, diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22e2774a6d..26c4a6b2a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: patterns: - "org.junit.*" labels: - - "backport/v1.0" + - "backport/v1.1" - "dependencies" - "java" @@ -22,5 +22,5 @@ updates: time: "11:00" open-pull-requests-limit: 10 labels: - - "backport/v1.0" + - "backport/v1.1" - "dependencies" diff --git a/janusgraph-dist/docker/Dockerfile b/janusgraph-dist/docker/Dockerfile index aaf7485e60..9430db1f1c 100644 --- a/janusgraph-dist/docker/Dockerfile +++ b/janusgraph-dist/docker/Dockerfile @@ -89,7 +89,7 @@ ARG REVISION=test LABEL org.opencontainers.image.title="JanusGraph Docker Image" LABEL org.opencontainers.image.description="Official JanusGraph Docker image" LABEL org.opencontainers.image.url="https://janusgraph.org/" -LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.0/" +LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.1/" LABEL org.opencontainers.image.revision="${REVISION}" LABEL org.opencontainers.image.source="https://github.com/JanusGraph/janusgraph-docker/" LABEL org.opencontainers.image.vendor="JanusGraph"