From ba84d328fb44ba076dd1960c21d213ec70fa2053 Mon Sep 17 00:00:00 2001 From: KYPO CI <kyposervice@ics.muni.cz> Date: Tue, 23 Nov 2021 17:47:48 +0000 Subject: [PATCH] [CI/CD] CHANGELOG.md file updated with commits between the current and previous tag. --- CHANGELOG.md | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f60e657..8a56945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,100 @@ +### 12.1.1 Mapper modification according to additional attributes. +* 52c67ea -- [CI/CD] Update packages.json version based on GitLab tag. +* e3a5ddf -- Merge branch '55-add-attributes-gui_access-and-os_type-to-routerdto' into 'master' +|\ +| * 57823ce -- Add missing attributes. Modified mapper accordingly. +|/ +* 37d0f58 -- [CI/CD] CHANGELOG.md file updated with commits between the current and previous tag. +* b31153f -- [CI/CD] Update packages.json version based on GitLab tag. +* ecbd2f5 -- Merge branch '53-dispaly-open-cli-and-open-gui-option-based-on-the-os-type-and-guiaccess-attribute-of-the-host' into 'master' +|\ +| * bd8032c -- Resolve "Dispaly Open CLI and Open GUI option based on the OS type and guiAccess attribute of the host" +|/ +* d683ace -- Merge branch '54-add-console-preload' into 'master' +|\ +| * 69439f1 -- Resolve "Add console preload" +|/ +* b740a39 -- Merge branch '51-switching-the-host-console-access-to-a-single-phase' into 'master' +|\ +| * 3d4a8f1 -- Remove loading of spice console +|/ +* 9b52172 -- [CI/CD] CHANGELOG.md file updated with commits between the current and previous tag. +* 340fa12 -- [CI/CD] Update packages.json version based on GitLab tag. +* e42f178 -- Merge branch '50-add-simple-legend-for-topology-nodes' into 'master' +|\ +| * 344b252 -- Resolve "Add simple legend for topology nodes" +|/ +* cf7e3b1 -- Merge branch '52-add-license-file' into 'master' +|\ +| * 2fd2ad6 -- Add license file +|/ +* 1e4a62f -- Merge branch '49-update-the-look-of-topology-nodes' into 'master' +|\ +| * 00fad21 -- Update nodes visibility and icons +|/ +* a9aa75b -- [CI/CD] CHANGELOG.md file updated with commits between the current and previous tag. +* 73354b2 -- [CI/CD] Update packages.json version based on GitLab tag. +* 34da99c -- Merge branch '48-add-option-to-open-console-using-apache-guacamole' into 'master' +|\ +| * 916ef3a -- Resolve "Add option to open console using apache guacamole" +|/ +* b8b6b33 -- [CI/CD] CHANGELOG.md file updated with commits between the current and previous tag. +* 70fd3a9 -- [CI/CD] Update packages.json version based on GitLab tag. +* 8a59576 -- Merge branch '47-simplify-gitlab-ci-cd-using-csirt-mu-docker-image' into 'master' +|\ +| * b6a4002 -- Update gitlab CI +|/ +* a291334 -- Update project package.json version based on GitLab tag. Done by CI +* 65ea149 -- Merge branch '46-update-to-angular-12' into 'master' +|\ +| * cbe2590 -- Resolve "Update to Angular 12" +|/ +* 9e6fcf5 -- Update project package.json version based on GitLab tag. Done by CI +* 4654845 -- Merge branch '45-update-peerdependencies-to-angular-11' into 'master' +|\ +| * 0aeb4a5 -- Update peerDependencies and dependencies +|/ +* ab1fdb6 -- Merge branch '44-update-to-angular-11' into 'master' +|\ +| * 90fe8a8 -- Resolve "Update to Angular 11" +|/ +* 2f94029 -- Merge branch '43-recreate-package-lock-for-new-package-registry-muni-kypo-crp-frontend-angular-models-kypo' into 'master' +|\ +| * b8c9c07 -- reacreate package lock +|/ +* 6db319a -- Merge branch '42-migrate-from-tslint-to-eslint' into 'master' +|\ +| * 7fe3c8b -- Resolve "Migrate from tslint to eslint" +|/ +* af94615 -- Update project package.json version based on GitLab tag. Done by CI +* 105c759 -- Merge branch '41-rename-package-scope-to-muni-kypo-crp' into 'master' +|\ +| * eebd0de -- rename package scope and update dependencies +|/ +* 5f4642b -- Update project package.json version based on GitLab tag. Done by CI +* 6d4d5ea -- Merge branch '40-update-dependencies-to-new-format' into 'master' +|\ +| * a97e66c -- Resolve "Update dependencies to new format" +|/ +* 3fe51b8 -- Update project package.json version based on GitLab tag. Done by CI +* 670bd06 -- Merge branch '39-rename-package-to-kypo-topology-graph' into 'master' +|\ +| * f22bbe7 -- Resolve "Rename package to @kypo/topology-graph" +|/ +* 973f029 -- Merge branch '38-clear-personal-data-of-developers-from-the-source-code' into 'master' +|\ +| * fa1b651 -- Remove personal info from README +|/ +* aae734f -- Merge branch '37-use-cypress-image-in-ci' into 'master' +|\ +| * 41bbf78 -- Resolve "Use Cypress image in CI" +|/ +* ae4f343 -- Update project package.json version based on GitLab tag. Done by CI +* 19a56f6 -- Merge branch '36-update-to-angualar-10' into 'master' +|\ +| * 4d6a53f -- Resolve "Update to Angular 10" +|/ +* bb653af -- Update project package.json version based on GitLab tag. Done by CI ### 12.1.0 Removed generation of Spice console. Added preload of Spice consoles for all VMs in topology. Open CLI and open GUI added based on os type and gui access of host. * b31153f -- [CI/CD] Update packages.json version based on GitLab tag. * ecbd2f5 -- Merge branch '53-dispaly-open-cli-and-open-gui-option-based-on-the-os-type-and-guiaccess-attribute-of-the-host' into 'master' -- GitLab