From da6f77ce2fe3e1356b1acc51375cdc241e8e2a4a Mon Sep 17 00:00:00 2001 From: BjoernAtBosch Date: Thu, 28 Nov 2024 04:11:10 +0000 Subject: [PATCH 1/4] Update velocitas package versions --- .velocitas-lock.json | 4 ++-- .velocitas.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.velocitas-lock.json b/.velocitas-lock.json index 84803d2..597a1d4 100644 --- a/.velocitas-lock.json +++ b/.velocitas-lock.json @@ -1,8 +1,8 @@ { "packages": { - "devenv-runtimes": "v4.0.6", + "devenv-runtimes": "v4.1.0", "devenv-github-workflows": "v6.1.3", "devenv-github-templates": "v1.0.5", - "devenv-devcontainer-setup": "v2.5.3" + "devenv-devcontainer-setup": "v2.5.4" } } diff --git a/.velocitas.json b/.velocitas.json index fc3b8d7..b5c3316 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -1,9 +1,9 @@ { "packages": { - "devenv-runtimes": "v4.0.6", + "devenv-runtimes": "v4.1.0", "devenv-github-workflows": "v6.1.3", "devenv-github-templates": "v1.0.5", - "devenv-devcontainer-setup": "v2.5.3" + "devenv-devcontainer-setup": "v2.5.4" }, "components": [ "runtime-local", From 6c0b8746b888e37eef548d6fb8e19ef8e052ee33 Mon Sep 17 00:00:00 2001 From: BjoernAtBosch Date: Sat, 30 Nov 2024 04:11:09 +0000 Subject: [PATCH 2/4] Update velocitas package versions --- .velocitas-lock.json | 2 +- .velocitas.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.velocitas-lock.json b/.velocitas-lock.json index 597a1d4..0065935 100644 --- a/.velocitas-lock.json +++ b/.velocitas-lock.json @@ -3,6 +3,6 @@ "devenv-runtimes": "v4.1.0", "devenv-github-workflows": "v6.1.3", "devenv-github-templates": "v1.0.5", - "devenv-devcontainer-setup": "v2.5.4" + "devenv-devcontainer-setup": "v2.6.0" } } diff --git a/.velocitas.json b/.velocitas.json index b5c3316..de42c72 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -3,7 +3,7 @@ "devenv-runtimes": "v4.1.0", "devenv-github-workflows": "v6.1.3", "devenv-github-templates": "v1.0.5", - "devenv-devcontainer-setup": "v2.5.4" + "devenv-devcontainer-setup": "v2.6.0" }, "components": [ "runtime-local", From 7cdbbd8479284635e643a040426d88dd6d626eb1 Mon Sep 17 00:00:00 2001 From: BjoernAtBosch Date: Fri, 10 Jan 2025 04:12:40 +0000 Subject: [PATCH 3/4] Update velocitas package versions --- .devcontainer/Dockerfile | 2 +- .devcontainer/scripts/configure-codespaces.sh | 2 +- .devcontainer/scripts/configure-proxies.sh | 2 +- .devcontainer/scripts/container-set.sh | 2 +- .devcontainer/scripts/onCreateCommand.sh | 2 +- .devcontainer/scripts/postStartCommand.sh | 6 ++++-- .devcontainer/scripts/reinstall-cmake.sh | 2 +- .devcontainer/scripts/setup-dependencies.sh | 2 +- .devcontainer/scripts/setup-git.sh | 2 +- .devcontainer/scripts/upgrade-cli.sh | 2 +- .velocitas-lock.json | 2 +- .velocitas.json | 2 +- build.sh | 2 +- install_dependencies.sh | 2 +- 14 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index aa011a8..ae8f8ba 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/.devcontainer/scripts/configure-codespaces.sh b/.devcontainer/scripts/configure-codespaces.sh index c87599a..0a65958 100755 --- a/.devcontainer/scripts/configure-codespaces.sh +++ b/.devcontainer/scripts/configure-codespaces.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/.devcontainer/scripts/configure-proxies.sh b/.devcontainer/scripts/configure-proxies.sh index a74bb7a..1415761 100755 --- a/.devcontainer/scripts/configure-proxies.sh +++ b/.devcontainer/scripts/configure-proxies.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/.devcontainer/scripts/container-set.sh b/.devcontainer/scripts/container-set.sh index 2bdbf63..eb21ca7 100755 --- a/.devcontainer/scripts/container-set.sh +++ b/.devcontainer/scripts/container-set.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/.devcontainer/scripts/onCreateCommand.sh b/.devcontainer/scripts/onCreateCommand.sh index d168190..a86fb93 100755 --- a/.devcontainer/scripts/onCreateCommand.sh +++ b/.devcontainer/scripts/onCreateCommand.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/.devcontainer/scripts/postStartCommand.sh b/.devcontainer/scripts/postStartCommand.sh index 7481d2a..ee557dc 100755 --- a/.devcontainer/scripts/postStartCommand.sh +++ b/.devcontainer/scripts/postStartCommand.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2024-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at @@ -14,7 +14,9 @@ # # SPDX-License-Identifier: Apache-2.0 -.devcontainer/scripts/upgrade-cli.sh +if [[ -z "${VELOCITAS_OFFLINE}" ]]; then + .devcontainer/scripts/upgrade-cli.sh +fi # Call user initialization hook if present POST_START_USER_HOOK_PATH=.devcontainer/scripts/onPostStartUserHook.sh diff --git a/.devcontainer/scripts/reinstall-cmake.sh b/.devcontainer/scripts/reinstall-cmake.sh index 99d5d9a..b727dad 100755 --- a/.devcontainer/scripts/reinstall-cmake.sh +++ b/.devcontainer/scripts/reinstall-cmake.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/.devcontainer/scripts/setup-dependencies.sh b/.devcontainer/scripts/setup-dependencies.sh index 86de0e1..9a5f434 100755 --- a/.devcontainer/scripts/setup-dependencies.sh +++ b/.devcontainer/scripts/setup-dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/.devcontainer/scripts/setup-git.sh b/.devcontainer/scripts/setup-git.sh index 764a086..0b7f22d 100755 --- a/.devcontainer/scripts/setup-git.sh +++ b/.devcontainer/scripts/setup-git.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/.devcontainer/scripts/upgrade-cli.sh b/.devcontainer/scripts/upgrade-cli.sh index cb86141..9354dea 100755 --- a/.devcontainer/scripts/upgrade-cli.sh +++ b/.devcontainer/scripts/upgrade-cli.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/.velocitas-lock.json b/.velocitas-lock.json index 0065935..067f096 100644 --- a/.velocitas-lock.json +++ b/.velocitas-lock.json @@ -3,6 +3,6 @@ "devenv-runtimes": "v4.1.0", "devenv-github-workflows": "v6.1.3", "devenv-github-templates": "v1.0.5", - "devenv-devcontainer-setup": "v2.6.0" + "devenv-devcontainer-setup": "v2.6.1" } } diff --git a/.velocitas.json b/.velocitas.json index de42c72..4f27294 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -3,7 +3,7 @@ "devenv-runtimes": "v4.1.0", "devenv-github-workflows": "v6.1.3", "devenv-github-templates": "v1.0.5", - "devenv-devcontainer-setup": "v2.6.0" + "devenv-devcontainer-setup": "v2.6.1" }, "components": [ "runtime-local", diff --git a/build.sh b/build.sh index 73381b4..bd93464 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2024-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at diff --git a/install_dependencies.sh b/install_dependencies.sh index 2309dde..2b49cdd 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -1,7 +1,7 @@ #!/bin/bash # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2024-2025 Contributors to the Eclipse Foundation # # This program and the accompanying materials are made available under the # terms of the Apache License, Version 2.0 which is available at From 726896a402379f9d86ab5b7df9d9baeeebee872e Mon Sep 17 00:00:00 2001 From: BjoernAtBosch Date: Fri, 17 Jan 2025 04:11:06 +0000 Subject: [PATCH 4/4] Update velocitas package versions --- .velocitas-lock.json | 2 +- .velocitas.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.velocitas-lock.json b/.velocitas-lock.json index 067f096..13ca142 100644 --- a/.velocitas-lock.json +++ b/.velocitas-lock.json @@ -3,6 +3,6 @@ "devenv-runtimes": "v4.1.0", "devenv-github-workflows": "v6.1.3", "devenv-github-templates": "v1.0.5", - "devenv-devcontainer-setup": "v2.6.1" + "devenv-devcontainer-setup": "v2.6.2" } } diff --git a/.velocitas.json b/.velocitas.json index 4f27294..5117576 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -3,7 +3,7 @@ "devenv-runtimes": "v4.1.0", "devenv-github-workflows": "v6.1.3", "devenv-github-templates": "v1.0.5", - "devenv-devcontainer-setup": "v2.6.1" + "devenv-devcontainer-setup": "v2.6.2" }, "components": [ "runtime-local",