diff --git a/.github/workflow-data/release-management/blog-post-header.tpl.md b/.github/workflow-data/release-management/blog-post-header.tpl.md index f37861b79aa..d4d3a04180e 100644 --- a/.github/workflow-data/release-management/blog-post-header.tpl.md +++ b/.github/workflow-data/release-management/blog-post-header.tpl.md @@ -3,6 +3,7 @@ title: odo ${TAG_NAME} Released author: $GITHUB_ACTOR author_url: https://github.com/$GITHUB_ACTOR author_image_url: https://github.com/$GITHUB_ACTOR.png +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png tags: ["release"] slug: odo-${TAG_NAME} --- diff --git a/docs/website/blog/2020-09-24-odo-v2.0.0-ga-release.md b/docs/website/blog/2020-09-24-odo-v2.0.0-ga-release.md index 11e024a1194..1fcce0d1c65 100644 --- a/docs/website/blog/2020-09-24-odo-v2.0.0-ga-release.md +++ b/docs/website/blog/2020-09-24-odo-v2.0.0-ga-release.md @@ -4,6 +4,7 @@ author: Charlie Drage author_url: https://github.com/cdrage author_image_url: https://github.com/cdrage.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-200-release --- diff --git a/docs/website/blog/2020-10-28-odo-v2.0.1-release.md b/docs/website/blog/2020-10-28-odo-v2.0.1-release.md index dad22da7f3d..49a7ddce535 100644 --- a/docs/website/blog/2020-10-28-odo-v2.0.1-release.md +++ b/docs/website/blog/2020-10-28-odo-v2.0.1-release.md @@ -4,6 +4,7 @@ author: Charlie Drage author_url: https://github.com/cdrage author_image_url: https://github.com/cdrage.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-201-release --- diff --git a/docs/website/blog/2021-05-04-odo-v2.2.0-breaking-changes.md b/docs/website/blog/2021-05-04-odo-v2.2.0-breaking-changes.md index d7ecb6e60a5..1ab39410b8d 100644 --- a/docs/website/blog/2021-05-04-odo-v2.2.0-breaking-changes.md +++ b/docs/website/blog/2021-05-04-odo-v2.2.0-breaking-changes.md @@ -4,6 +4,7 @@ author: Girish Ramnani author_url: https://github.com/girishramnani author_image_url: https://github.com/girishramnani.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: breaking-changes-in-odo-2.2 --- diff --git a/docs/website/blog/2021-12-14-odo-v2.4.3.md b/docs/website/blog/2021-12-14-odo-v2.4.3.md index c63f8e44559..3602179d9e4 100644 --- a/docs/website/blog/2021-12-14-odo-v2.4.3.md +++ b/docs/website/blog/2021-12-14-odo-v2.4.3.md @@ -4,6 +4,7 @@ author: Tomas Kral author_url: https://github.com/kadel author_image_url: https://github.com/kadel.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-243-release --- diff --git a/docs/website/blog/2022-01-14-odo-v2.5.0.md b/docs/website/blog/2022-01-14-odo-v2.5.0.md index f3f8e6787c7..57ed8f3b56f 100644 --- a/docs/website/blog/2022-01-14-odo-v2.5.0.md +++ b/docs/website/blog/2022-01-14-odo-v2.5.0.md @@ -4,6 +4,7 @@ author: Tomas Kral author_url: https://github.com/kadel author_image_url: https://github.com/kadel.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-250-release --- diff --git a/docs/website/blog/2022-05-02-odo-v3-alpha1.md b/docs/website/blog/2022-05-02-odo-v3-alpha1.md index f3bdfad2842..82587b051f4 100644 --- a/docs/website/blog/2022-05-02-odo-v3-alpha1.md +++ b/docs/website/blog/2022-05-02-odo-v3-alpha1.md @@ -8,6 +8,7 @@ authors: url: https://github.com/feloy image_url: https://github.com/feloy.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3-alpha1-release --- diff --git a/docs/website/blog/2022-06-14-binding-external-service.md b/docs/website/blog/2022-06-14-binding-external-service.md index 9725283c567..ef091477f6d 100644 --- a/docs/website/blog/2022-06-14-binding-external-service.md +++ b/docs/website/blog/2022-06-14-binding-external-service.md @@ -3,6 +3,7 @@ title: Binding an external service with odo v3 author: Philippe Martin author_url: https://github.com/feloy author_image_url: https://github.com/feloy.png +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png tags: ["binding"] slug: binding-external-service-with-odo-v3 --- diff --git a/docs/website/blog/2022-06-30-binding-database-service-without-sbo.md b/docs/website/blog/2022-06-30-binding-database-service-without-sbo.md index e24bb140897..4b0bd5509a6 100644 --- a/docs/website/blog/2022-06-30-binding-database-service-without-sbo.md +++ b/docs/website/blog/2022-06-30-binding-database-service-without-sbo.md @@ -3,6 +3,7 @@ title: Binding to a database service without the Service Binding Operator author: Parthvi Vala author_url: https://github.com/valaparthvi author_image_url: https://github.com/valaparthvi.png +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png tags: ["binding"] slug: binding-database-service-without-sbo --- diff --git a/docs/website/blog/2022-07-01-odo-v3-beta1.md b/docs/website/blog/2022-07-01-odo-v3-beta1.md index 69f2d81ca12..fe5daada150 100644 --- a/docs/website/blog/2022-07-01-odo-v3-beta1.md +++ b/docs/website/blog/2022-07-01-odo-v3-beta1.md @@ -4,6 +4,7 @@ author: Armel Soro author_url: https://github.com/rm3l author_image_url: https://github.com/rm3l.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3-beta1-release --- diff --git a/docs/website/blog/2022-07-21-odo-v3-beta2.md b/docs/website/blog/2022-07-21-odo-v3-beta2.md index 8e253329bc7..8bcaaccf2a4 100644 --- a/docs/website/blog/2022-07-21-odo-v3-beta2.md +++ b/docs/website/blog/2022-07-21-odo-v3-beta2.md @@ -4,6 +4,7 @@ author: Armel Soro author_url: https://github.com/rm3l author_image_url: https://github.com/rm3l.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3-beta2-release --- diff --git a/docs/website/blog/2022-08-18-odo-v3-beta3.md b/docs/website/blog/2022-08-18-odo-v3-beta3.md index 0bd9516bc6e..ed3ce924c16 100644 --- a/docs/website/blog/2022-08-18-odo-v3-beta3.md +++ b/docs/website/blog/2022-08-18-odo-v3-beta3.md @@ -4,6 +4,7 @@ author: Parthvi Vala author_url: https://github.com/valaparthvi author_image_url: https://github.com/valaparthvi.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3-beta3-release --- diff --git a/docs/website/blog/2022-09-01-odo-v3-rc1.md b/docs/website/blog/2022-09-01-odo-v3-rc1.md index 1241177805b..df5ba1389f4 100644 --- a/docs/website/blog/2022-09-01-odo-v3-rc1.md +++ b/docs/website/blog/2022-09-01-odo-v3-rc1.md @@ -4,6 +4,7 @@ author: Philippe Martin author_url: https://github.com/feloy author_image_url: https://github.com/feloy.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3-rc1-release --- diff --git a/docs/website/blog/2022-09-22-odo-v3-rc2.md b/docs/website/blog/2022-09-22-odo-v3-rc2.md index 3705cef3e92..44b875875a2 100644 --- a/docs/website/blog/2022-09-22-odo-v3-rc2.md +++ b/docs/website/blog/2022-09-22-odo-v3-rc2.md @@ -4,6 +4,7 @@ author: Dharmit Shah author_url: https://github.com/dharmit author_image_url: https://github.com/dharmit.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3-rc2-release --- `3.0.0-rc2` of odo has been released! diff --git a/docs/website/blog/2022-11-29-odo-v3.3.0.md b/docs/website/blog/2022-11-29-odo-v3.3.0.md index e26b7961a31..807fd51dabe 100644 --- a/docs/website/blog/2022-11-29-odo-v3.3.0.md +++ b/docs/website/blog/2022-11-29-odo-v3.3.0.md @@ -4,6 +4,7 @@ author: Parthvi Vala author_url: https://github.com/valaparthvi author_image_url: https://github.com/valaparthvi.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v330 --- diff --git a/docs/website/blog/2022-12-13-odo-v3.4.0.md b/docs/website/blog/2022-12-13-odo-v3.4.0.md index 4580396596d..27bbd0f5285 100644 --- a/docs/website/blog/2022-12-13-odo-v3.4.0.md +++ b/docs/website/blog/2022-12-13-odo-v3.4.0.md @@ -4,6 +4,7 @@ author: Armel Soro author_url: https://github.com/rm3l author_image_url: https://github.com/rm3l.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3.4.0 --- diff --git a/docs/website/blog/2023-01-04-odo-v3.5.0.md b/docs/website/blog/2023-01-04-odo-v3.5.0.md index 22ed40c6cae..3106a68b8e3 100644 --- a/docs/website/blog/2023-01-04-odo-v3.5.0.md +++ b/docs/website/blog/2023-01-04-odo-v3.5.0.md @@ -4,6 +4,7 @@ author: Philippe Martin author_url: https://github.com/feloy author_image_url: https://github.com/feloy.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3.5.0 --- diff --git a/docs/website/blog/2023-01-24-odo-v3.6.0.md b/docs/website/blog/2023-01-24-odo-v3.6.0.md index ec118cae381..ff5084ceea7 100644 --- a/docs/website/blog/2023-01-24-odo-v3.6.0.md +++ b/docs/website/blog/2023-01-24-odo-v3.6.0.md @@ -4,6 +4,7 @@ author: valaparthvi author_url: https://github.com/valaparthvi author_image_url: https://github.com/valaparthvi.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3.6.0 --- diff --git a/docs/website/blog/2023-01-30-local-container-dev-on-podman.md b/docs/website/blog/2023-01-30-local-container-dev-on-podman.md index 762425819b4..81c989f05cf 100644 --- a/docs/website/blog/2023-01-30-local-container-dev-on-podman.md +++ b/docs/website/blog/2023-01-30-local-container-dev-on-podman.md @@ -3,6 +3,7 @@ title: Local container development with Podman and odo author: Armel Soro author_url: https://github.com/rm3l author_image_url: https://github.com/rm3l.png +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png tags: ["local", "container", "development", "podman", "container-dev"] slug: local-container-development-with-podman-and-odo --- diff --git a/docs/website/blog/2023-02-15-odo-v3.7.0.md b/docs/website/blog/2023-02-15-odo-v3.7.0.md index 89d58ce0755..a7f0c8975ad 100644 --- a/docs/website/blog/2023-02-15-odo-v3.7.0.md +++ b/docs/website/blog/2023-02-15-odo-v3.7.0.md @@ -4,6 +4,7 @@ author: Armel Soro author_url: https://github.com/rm3l author_image_url: https://github.com/rm3l.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3.7.0 --- diff --git a/docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx b/docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx index bf068ff4bbe..fe9f2c0551a 100644 --- a/docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx +++ b/docs/website/blog/2023-02-17-odo-dotnet-postgresql-openshift.mdx @@ -3,6 +3,7 @@ title: odo with .NET and PostgreSQL on OpenShift author: Tomas Kral author_url: https://github.com/kadel author_image_url: https://github.com/kadel.png +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png tags: ["tutorial", ".NET", "PostgreSQL", "OpenShift"] slug: odo-dotnet-postgresql-openshift --- diff --git a/docs/website/blog/2023-03-08-odo-v3.8.0.md b/docs/website/blog/2023-03-08-odo-v3.8.0.md index 2c90291bdbf..886318e13d9 100644 --- a/docs/website/blog/2023-03-08-odo-v3.8.0.md +++ b/docs/website/blog/2023-03-08-odo-v3.8.0.md @@ -4,6 +4,7 @@ author: feloy author_url: https://github.com/feloy author_image_url: https://github.com/feloy.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3.8.0 --- diff --git a/docs/website/blog/2023-03-22-deploying-and-using-in-cluster-devfile-registry.md b/docs/website/blog/2023-03-22-deploying-and-using-in-cluster-devfile-registry.md index 72f967b511c..7b469803f50 100644 --- a/docs/website/blog/2023-03-22-deploying-and-using-in-cluster-devfile-registry.md +++ b/docs/website/blog/2023-03-22-deploying-and-using-in-cluster-devfile-registry.md @@ -4,6 +4,7 @@ author: Armel Soro author_url: https://github.com/rm3l author_image_url: https://github.com/rm3l.png tags: ["devfile-registry", "registry", "registry-operator"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: deploying-and-using-in-cluster-devfile-registry --- diff --git a/docs/website/blog/2023-04-05-odo-v3.9.0.md b/docs/website/blog/2023-04-05-odo-v3.9.0.md index 1c02af10ed6..95bc52ed479 100644 --- a/docs/website/blog/2023-04-05-odo-v3.9.0.md +++ b/docs/website/blog/2023-04-05-odo-v3.9.0.md @@ -4,6 +4,7 @@ author: Armel Soro author_url: https://github.com/rm3l author_image_url: https://github.com/rm3l.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3.9.0 --- diff --git a/docs/website/blog/2023-05-04-odo-v3.10.0.md b/docs/website/blog/2023-05-04-odo-v3.10.0.md index b14e121b774..04288f9049a 100644 --- a/docs/website/blog/2023-05-04-odo-v3.10.0.md +++ b/docs/website/blog/2023-05-04-odo-v3.10.0.md @@ -4,6 +4,7 @@ author: valaparthvi author_url: https://github.com/valaparthvi author_image_url: https://github.com/valaparthvi.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3.10.0 --- diff --git a/docs/website/blog/3.0.0-GA-blog.md b/docs/website/blog/3.0.0-GA-blog.md index 35d0269043f..2ab88e9f51a 100644 --- a/docs/website/blog/3.0.0-GA-blog.md +++ b/docs/website/blog/3.0.0-GA-blog.md @@ -4,6 +4,7 @@ author: Parthvi Vala author_url: https://github.com/valaparthvi author_image_url: https://github.com/valaparthvi.png tags: ["release"] +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png slug: odo-v3-release date: 2022-10-19 --- diff --git a/docs/website/blog/deploy-and-connect-to-microservice-using-helm-and-exec.md b/docs/website/blog/deploy-and-connect-to-microservice-using-helm-and-exec.md index c45cb511cd9..b212d9d46a0 100644 --- a/docs/website/blog/deploy-and-connect-to-microservice-using-helm-and-exec.md +++ b/docs/website/blog/deploy-and-connect-to-microservice-using-helm-and-exec.md @@ -3,6 +3,7 @@ title: Using Helm with odo author: Parthvi Vala author_url: https://github.com/valaparthvi author_image_url: https://github.com/valaparthvi.png +image: https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/static/img/logo.png tags: [] slug: using-helm-with-odo ---