Conan 2.0 / v2 API Support
## Overview Conan 2.0 is now the standard version of Conan used by the C++ community. It runs on the [Conan `v2` API](https://github.com/conan-io/conan/tree/develop/conans/server/rest/controller/v2). GitLab's Conan API currently supports `v1`. GitLab's Conan API is implemented with some of the `v2` functionality (such as a hardcoded revision). Additional changes will be needed to support `v2`. As of 2022-06-16, The stable version of Conan is 1.49.0, 2.0.0 is in Alpha. Optimally, We have `v2` implemented before 2.0.0 is released as a stable version. ### Tasks Issues may be needed for the outcomes of any of the following: - [ ] Understand what new endpoints are needed. - [ ] Understand what existing endpoints remain the same but need to be namespaced under `/v2`. - [ ] Understand what features exist in 2.0/v2 that did not exist in v1. - Revisions
epic