Skip to content
Snippets Groups Projects
  1. Jun 28, 2022
  2. Jun 24, 2022
  3. Jun 22, 2022
  4. Jun 21, 2022
  5. Jun 08, 2022
  6. Jun 02, 2022
  7. May 31, 2022
  8. May 30, 2022
  9. May 26, 2022
  10. May 24, 2022
  11. May 09, 2022
  12. May 06, 2022
  13. May 05, 2022
  14. May 04, 2022
  15. May 03, 2022
  16. May 02, 2022
  17. Apr 28, 2022
  18. Apr 22, 2022
  19. Apr 06, 2022
  20. Apr 02, 2022
    • Pedro Escaleira's avatar
      Bug 1962 fixed: removed the variable cluster_uuid from init_env method · b41de17d
      Pedro Escaleira authored
      
      This was applied to the class K8sHelmBaseConnector, and then returned
      the variable cluster_id instead of cluster_uuid;
      
      Also, refactored the overall Helm related code, in order to use the correct cluster uuid (and fixed the corresponding tests);
      
      Also made a small fix in the function _uninstall_sw, to remove the service accounts when using different namespaces
      
      Change-Id: Ibfdc82f325abf5fd27a225e73f949483a4e68fe2
      Signed-off-by: default avatarPedro Escaleira <escaleira@av.it.pt>
      b41de17d
  21. Mar 18, 2022
  22. Jan 18, 2022
    • beierlm's avatar
      Bug 1843: LTS Support · 2519b547
      beierlm authored
      
      Updates base to Ubuntu 20.04
      Updates python to 3.8
      Updates pip dependencies to more recent versions
      Adds apt cache to stage 2 dockerfile
      
      Fixes bug 1843
      
      Change-Id: Iec7c73cb99f5ed3f0e07666d8c8c8be8ca91c0ea
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      2519b547
  23. Jan 04, 2022
  24. Nov 18, 2021
  25. Nov 04, 2021
    • David Garcia's avatar
      Feature 10887: Add cross-model relations support · 582b923b
      David Garcia authored
      
      Changes:
      - Extend `add_relation` method in N2VCJujuConn to include the CMR case
      - Add `add_relation` method to K8sJujuConn
      - Add n2vc/definitions.py file that includes definition ofjects for
      Offer and RelationEndpoint.
      - Change `n2vc.libjuju.Libjuju.list_offers` method to be private, and accept a filter `offer_name` parameter.
      - Update `n2vc.libjuju.Libjuju.consume` method arguments.
      - Add `n2vc.libjuju.Libjuju.offer` method to create an offer.
      
      Unit tests associated to the code changes have been either created or
      updated accordingly
      
      Change-Id: Ibf8d574528dee0fa898e0e97578dd3a6aa68316a
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
  26. Oct 26, 2021
  27. Oct 20, 2021
Loading