From 02d480e6d56fc14cd260a98a4c753e8cf4a1a8fe Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Fri, 12 Jul 2024 07:20:55 +0000 Subject: [PATCH 1/2] [cpp]- buster eol changes --- src/cpp-mariadb/devcontainer-template.json | 1 - src/cpp/devcontainer-template.json | 1 - 2 files changed, 2 deletions(-) diff --git a/src/cpp-mariadb/devcontainer-template.json b/src/cpp-mariadb/devcontainer-template.json index dabdae5..c751986 100644 --- a/src/cpp-mariadb/devcontainer-template.json +++ b/src/cpp-mariadb/devcontainer-template.json @@ -13,7 +13,6 @@ "proposals": [ "debian-12", "debian-11", - "debian-10", "ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04" diff --git a/src/cpp/devcontainer-template.json b/src/cpp/devcontainer-template.json index 1016f61..677c89a 100644 --- a/src/cpp/devcontainer-template.json +++ b/src/cpp/devcontainer-template.json @@ -13,7 +13,6 @@ "proposals": [ "debian-12", "debian-11", - "debian-10", "ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04" From 1662e25538d65b86ae4204d6f34c55c85a0cb221 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Sun, 14 Jul 2024 02:07:11 +0000 Subject: [PATCH 2/2] bumped major version for cpp templates --- src/cpp-mariadb/devcontainer-template.json | 2 +- src/cpp/devcontainer-template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpp-mariadb/devcontainer-template.json b/src/cpp-mariadb/devcontainer-template.json index c751986..5e8ec7e 100644 --- a/src/cpp-mariadb/devcontainer-template.json +++ b/src/cpp-mariadb/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp-mariadb", - "version": "2.2.0", + "version": "3.0.0", "name": "C++ & MariaDB", "description": "Develop C++ applications on Linux. Includes Debian C++ build tools.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp-mariadb", diff --git a/src/cpp/devcontainer-template.json b/src/cpp/devcontainer-template.json index 677c89a..e399ef7 100644 --- a/src/cpp/devcontainer-template.json +++ b/src/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "2.2.0", + "version": "3.0.0", "name": "C++", "description": "Develop C++ applications on Linux. Includes Debian C++ build tools.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp",