liqo

Enable dynamic and seamless Kubernetes multi-cluster topologies

APACHE-2.0 License

Stars
1K
Committers
53

Bot releases are visible (Hide)

liqo - v0.5.3

Published by adamjensenbot about 2 years ago

What's Changed

๐Ÿš€ New Features

๐Ÿ› Bug Fixes

๐Ÿ“ Documentation

Other Changes

Full Changelog: https://github.com/liqotech/liqo/compare/v0.5.2...v0.5.3

liqo - v0.5.2

Published by adamjensenbot over 2 years ago

What's Changed

๐Ÿ› Bug Fixes

Full Changelog: https://github.com/liqotech/liqo/compare/v0.5.1...v0.5.2

liqo - v0.5.1

Published by adamjensenbot over 2 years ago

What's Changed

๐Ÿ› Bug Fixes

๐Ÿ“ Documentation

Other Changes

New Contributors

Full Changelog: https://github.com/liqotech/liqo/compare/v0.5.0...v0.5.1

liqo - v0.5.0

Published by adamjensenbot over 2 years ago

Release notes for v0.5.0

Liqo is an open-source project that enables dynamic and seamless Kubernetes multi-cluster topologies.

Version 0.5.0 marks a big step forward in the maturity and usability of the project. It features a completely renewed liqoctl CLI, with improved UX and extended capabilities. It comes along with a brand-new documentation website. Check it out to discover all the Liqo features and see how they work, how to install it on your clusters and learn the different configuration options. All complemented by a new set of hands-on examples. Finally, this version introduces a first support to offloaded applications interacting with the local API server, as well as a huge variety of minor improvements and quality-of-life fixes.

Thank you to all the people who tested our previous release and gave us hints to improve the usability of the project, and who contributed to this release!

What's Changed

๐Ÿš€ New Features

๐Ÿ› Bug Fixes

๐Ÿงน Code Refactoring

๐Ÿ“ Documentation

Other Changes

New Contributors

Full Changelog: https://github.com/liqotech/liqo/compare/v0.4.0...v0.5.0

liqo - v0.5.0-beta.4

Published by adamjensenbot over 2 years ago

What's Changed

Other Changes

Full Changelog: https://github.com/liqotech/liqo/compare/v0.5.0-beta.3...v0.5.0-beta.4

liqo - v0.5.0-beta.3

Published by github-actions[bot] over 2 years ago

What's Changed

๐Ÿš€ New Features

๐Ÿ› Bug Fixes

๐Ÿงน Code Refactoring

๐Ÿ“ Documentation

Other Changes

New Contributors

Full Changelog: https://github.com/liqotech/liqo/compare/v0.5.0-beta.2...v0.5.0-beta.3

liqo - v0.5.0-beta.2

Published by adamjensenbot over 2 years ago

What's Changed

๐Ÿš€ New Features

๐Ÿ› Bug Fixes

๐Ÿงน Code Refactoring

๐Ÿ“ Documentation

Other Changes

Full Changelog: https://github.com/liqotech/liqo/compare/v0.5.0-beta.1...v0.5.0-beta.2

liqo - v0.5.0-beta.1

Published by adamjensenbot over 2 years ago

What's Changed

๐Ÿš€ New Features

๐Ÿ› Bug Fixes

๐Ÿงน Code Refactoring

๐Ÿ“ Documentation

Other Changes

New Contributors

Full Changelog: https://github.com/liqotech/liqo/compare/v0.4.0...v0.5.0-beta.1

liqo - v0.4.0

Published by adamjensenbot over 2 years ago

What's Changed

๐Ÿš€ New Features

๐Ÿ› Bug Fixes

๐Ÿงน Code Refactoring

๐Ÿ“ Documentation

Other Changes

Full Changelog: https://github.com/liqotech/liqo/compare/v0.3.2...v0.4.0

liqo - v0.4.0-beta.1

Published by adamjensenbot over 2 years ago

What's Changed

๐Ÿš€ New Features

๐Ÿ› Bug Fixes

๐Ÿงน Code Refactoring

๐Ÿ“ Documentation

Other Changes

Full Changelog: https://github.com/liqotech/liqo/compare/v0.3.2...v0.4.0-beta.1

liqo - v0.4.0-alpha.1

Published by adamjensenbot over 2 years ago

What's Changed

๐Ÿงน Code Refactoring

Other Changes

Full Changelog: https://github.com/liqotech/liqo/compare/v0.3.2...v0.4.0-alpha.1

liqo - v0.3.2

Published by adamjensenbot almost 3 years ago

Changelog

v0.3.2 (2022-01-18)

๐Ÿ› Bug Fixes

  • Only 1 node with GPU resource is showed on virtual node, other nodes' GPU are not #1052
  • Virtual node does not have correct gpu (nvidia.com/gpu) resource capacity #1035
  • restartPolicy is not copied to remote pod #1033

Merged pull requests:

  • Bump helm.sh/helm/v3 from 3.7.0 to 3.7.2 #1054 (@dependabot[bot])
  • controller: fix resource update bug #1053 (@CapacitorSet)
  • Add lint target to makefile #1050 (@alacuku)
  • Bump google.golang.org/grpc from 1.38.0 to 1.43.0 #1042 (@dependabot[bot])
  • Bump github.com/containernetworking/plugins from 0.9.1 to 1.0.1 #1041 (@dependabot[bot])
  • Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 #1039 (@dependabot[bot])
  • ipam: add BelongsToPodCIDR method #1038 (@CapacitorSet)
  • Update Copyright #1037 (@aleoli)
  • Network manager recreates the tunnelendpoints if deleted #1036 (@alacuku)
  • Symmetric routing operator: fix log level #1032 (@giorio94)
  • Virtual kubelet: add fields to pod translation #1031 (@giorio94)
  • Enable Jobs in Virtual Kubelet #1027 (@aleoli)
  • Fix peering bug #1026 (@CapacitorSet)
  • Fix ClusterName Handling in liqoctl #1025 (@aleoli)
  • Support for api servers behind proxy #1020 (@alacuku)
  • Fix liqoctl offload accept-deny labels #1012 (@palexster)
  • controller-manager: fix peering status reporting logic #938 (@CapacitorSet)

v0.3.2-beta.2 (2021-12-10)

๐Ÿš€ New Features

  • Virtual Kubelet: introduce node ping check #1017 (@giorio94)

๐Ÿงน Code Refactoring

  • Simplify virtual kubelet flags handling #1016 (@giorio94)

Merged pull requests:

  • Fix Certificate generation on K3s and OpenShift #1024 (@palexster)
  • Authentication: modify transport to leverage persistent connections #1022 (@giorio94)
  • Add Controller Manager Probes #1018 (@aleoli)

v0.3.2-beta.1 (2021-11-29)

Merged pull requests:

  • Minor fixes #1014 (@giorio94)

v0.3.2-alpha.4 (2021-11-26)

๐Ÿงน Code Refactoring

  • Virtual kubelet: namespace mapper refactoring #1003 (@fprojetto)

Merged pull requests:

  • Fix Local Pvc Naming #1011 (@aleoli)
  • Fix OpenShift Installation #1008 (@aleoli)
  • Disable vet in unit tests #1007 (@CapacitorSet)
  • Improve e2e debuggability #1006 (@CapacitorSet)
  • liqoctl: generate random cluster name if none is provided #1005 (@CapacitorSet)
  • Storage e2e test #1004 (@aleoli)
  • StorageClass Advertising Protocol #998 (@aleoli)
  • Migrate cluster IDs to ClusterIdentity #994 (@CapacitorSet)

v0.3.2-alpha.3 (2021-11-17)

๐Ÿ› Bug Fixes

  • Pending pods are not deleted by the virtual kubelet #604

๐Ÿงน Code Refactoring

  • cleanup virtual kubelet old reflection #1002 (@fprojetto)
  • change vk dependency #1001 (@fprojetto)

Merged pull requests:

  • Upgrade Capsule Subchart to Version 0.1.3 #999 (@aleoli)
  • Refine Liqoctl Offloading #997 (@palexster)
  • Store Bearer Token in a tmp file #995 (@aleoli)
  • pod reflection: prevent race condition in fallback management #993 (@giorio94)
  • epslice reflection: fix warning #992 (@giorio94)
  • Add PVC Reflector in the VirtualKubelet #991 (@aleoli)

v0.3.2-alpha.2 (2021-11-09)

๐Ÿš€ New Features

  • Virtual kubelet: reflection-based pod offloading #963 (@giorio94)

๐Ÿงน Code Refactoring

  • Virtual Kubelet: add working queue based secret reflection #988 (@fprojetto)
  • Virtual kubelet: working queue-based configmap reflection #981 (@fprojetto)

Closed issues:

  • Home pod container statuses not (gradually) updated on termination #721

Merged pull requests:

  • fix groupname for custom resource code generation #989 (@fprojetto)
  • ConfigMap reflection: fix race condition #987 (@giorio94)
  • refactor: move from io/ioutil to io and os packages #985 (@Juneezee)
  • Virtual kubelet: add liqo client and informers to reflection manager #984 (@giorio94)
  • Fix liqoctl install of a local chart #982 (@palexster)
  • Update networking components docs #978 (@lucafrancescato)

v0.3.2-alpha.1 (2021-11-04)

๐Ÿš€ New Features

  • Support for OpenShift 4.6? #830

๐Ÿ› Bug Fixes

  • Maximum request rate per connection #943
  • Liqoctl does not pick up --version flag #935

๐Ÿ“ Documentation

  • Contributing guidelines improvements #953

Merged pull requests:

  • Bump Go to 1.17 #983 (@palexster)
  • liqoctl offload namespace #980 (@palexster)
  • Add Local Storage Provisioner in the Liqo Controller Manager #979 (@aleoli)
  • Fix duplicate PodCIDR assignment #977 (@lucafrancescato)
  • Custom resource client, informer, and lister generation #976 (@fprojetto)
  • Local Virtual Storage Provisioner #974 (@aleoli)
  • Define the Liqo Virtual Storage Class #973 (@aleoli)
  • Add Projected Volumes Reflection #972 (@aleoli)
  • Add FAQ for E2E testing #970 (@palexster)
  • Update README.md with OpenShift Support and 0.4 Roadmap #969 (@palexster)
  • Improve Liqoctl and Openshift documentation #968 (@palexster)
  • Make virtual kubelet resources configurable #967 (@giorio94)
  • liqoctl install: accept provided parameters + tests (Kind and Kubeadm) #965 (@lucafrancescato)
  • add shadowpod operator #964 (@fprojetto)
  • Virtual kubelet: improve reflection manager to support pods #962 (@giorio94)
  • Microservice Scheduling E2E #948 (@aleoli)
  • Fix --offer-disable-auto-accept for controller manager #934 (@CapacitorSet)

* This Changelog was automatically generated by github_changelog_generator

liqo - v0.3.2-beta.2

Published by adamjensenbot almost 3 years ago

Changelog

v0.3.2-beta.2 (2021-12-10)

๐Ÿš€ New Features

  • Virtual Kubelet: introduce node ping check #1017 (@giorio94)

๐Ÿงน Code Refactoring

  • Simplify virtual kubelet flags handling #1016 (@giorio94)

Merged pull requests:

  • Fix Certificate generation on K3s and OpenShift #1024 (@palexster)
  • Authentication: modify transport to leverage persistent connections #1022 (@giorio94)
  • Add Controller Manager Probes #1018 (@aleoli)

v0.3.2-beta.1 (2021-11-29)

Merged pull requests:

  • Minor fixes #1014 (@giorio94)

v0.3.2-alpha.4 (2021-11-26)

๐Ÿงน Code Refactoring

  • Virtual kubelet: namespace mapper refactoring #1003 (@fprojetto)

Merged pull requests:

  • Fix Local Pvc Naming #1011 (@aleoli)
  • Fix OpenShift Installation #1008 (@aleoli)
  • Disable vet in unit tests #1007 (@CapacitorSet)
  • Improve e2e debuggability #1006 (@CapacitorSet)
  • liqoctl: generate random cluster name if none is provided #1005 (@CapacitorSet)
  • Storage e2e test #1004 (@aleoli)
  • StorageClass Advertising Protocol #998 (@aleoli)
  • Migrate cluster IDs to ClusterIdentity #994 (@CapacitorSet)

v0.3.2-alpha.3 (2021-11-17)

๐Ÿ› Bug Fixes

  • Pending pods are not deleted by the virtual kubelet #604

๐Ÿงน Code Refactoring

  • cleanup virtual kubelet old reflection #1002 (@fprojetto)
  • change vk dependency #1001 (@fprojetto)

Merged pull requests:

  • Upgrade Capsule Subchart to Version 0.1.3 #999 (@aleoli)
  • Refine Liqoctl Offloading #997 (@palexster)
  • Store Bearer Token in a tmp file #995 (@aleoli)
  • pod reflection: prevent race condition in fallback management #993 (@giorio94)
  • epslice reflection: fix warning #992 (@giorio94)
  • Add PVC Reflector in the VirtualKubelet #991 (@aleoli)

v0.3.2-alpha.2 (2021-11-09)

๐Ÿš€ New Features

  • Virtual kubelet: reflection-based pod offloading #963 (@giorio94)

๐Ÿงน Code Refactoring

  • Virtual Kubelet: add working queue based secret reflection #988 (@fprojetto)
  • Virtual kubelet: working queue-based configmap reflection #981 (@fprojetto)

Closed issues:

  • Home pod container statuses not (gradually) updated on termination #721

Merged pull requests:

  • fix groupname for custom resource code generation #989 (@fprojetto)
  • ConfigMap reflection: fix race condition #987 (@giorio94)
  • refactor: move from io/ioutil to io and os packages #985 (@Juneezee)
  • Virtual kubelet: add liqo client and informers to reflection manager #984 (@giorio94)
  • Fix liqoctl install of a local chart #982 (@palexster)
  • Update networking components docs #978 (@lucafrancescato)

v0.3.2-alpha.1 (2021-11-04)

๐Ÿš€ New Features

  • Support for OpenShift 4.6? #830

๐Ÿ› Bug Fixes

  • Maximum request rate per connection #943
  • Liqoctl does not pick up --version flag #935

๐Ÿ“ Documentation

  • Contributing guidelines improvements #953

Merged pull requests:

  • Bump Go to 1.17 #983 (@palexster)
  • liqoctl offload namespace #980 (@palexster)
  • Add Local Storage Provisioner in the Liqo Controller Manager #979 (@aleoli)
  • Fix duplicate PodCIDR assignment #977 (@lucafrancescato)
  • Custom resource client, informer, and lister generation #976 (@fprojetto)
  • Local Virtual Storage Provisioner #974 (@aleoli)
  • Define the Liqo Virtual Storage Class #973 (@aleoli)
  • Add Projected Volumes Reflection #972 (@aleoli)
  • Add FAQ for E2E testing #970 (@palexster)
  • Update README.md with OpenShift Support and 0.4 Roadmap #969 (@palexster)
  • Improve Liqoctl and Openshift documentation #968 (@palexster)
  • Make virtual kubelet resources configurable #967 (@giorio94)
  • add shadowpod operator #964 (@fprojetto)
  • Virtual kubelet: improve reflection manager to support pods #962 (@giorio94)
  • Microservice Scheduling E2E #948 (@aleoli)
  • Fix --offer-disable-auto-accept for controller manager #934 (@CapacitorSet)

* This Changelog was automatically generated by github_changelog_generator

liqo - v0.3.2-beta.1

Published by adamjensenbot almost 3 years ago

Changelog

v0.3.2-beta.1 (2021-11-29)

Merged pull requests:

  • Minor fixes #1014 (@giorio94)

v0.3.2-alpha.4 (2021-11-26)

๐Ÿงน Code Refactoring

  • Virtual kubelet: namespace mapper refactoring #1003 (@fprojetto)

Merged pull requests:

  • Fix Local Pvc Naming #1011 (@aleoli)
  • Fix OpenShift Installation #1008 (@aleoli)
  • Disable vet in unit tests #1007 (@CapacitorSet)
  • Improve e2e debuggability #1006 (@CapacitorSet)
  • liqoctl: generate random cluster name if none is provided #1005 (@CapacitorSet)
  • Storage e2e test #1004 (@aleoli)
  • StorageClass Advertising Protocol #998 (@aleoli)
  • Migrate cluster IDs to ClusterIdentity #994 (@CapacitorSet)

v0.3.2-alpha.3 (2021-11-17)

๐Ÿ› Bug Fixes

  • Pending pods are not deleted by the virtual kubelet #604

๐Ÿงน Code Refactoring

  • cleanup virtual kubelet old reflection #1002 (@fprojetto)
  • change vk dependency #1001 (@fprojetto)

Merged pull requests:

  • Upgrade Capsule Subchart to Version 0.1.3 #999 (@aleoli)
  • Refine Liqoctl Offloading #997 (@palexster)
  • Store Bearer Token in a tmp file #995 (@aleoli)
  • pod reflection: prevent race condition in fallback management #993 (@giorio94)
  • epslice reflection: fix warning #992 (@giorio94)
  • Add PVC Reflector in the VirtualKubelet #991 (@aleoli)

v0.3.2-alpha.2 (2021-11-09)

๐Ÿš€ New Features

  • Virtual kubelet: reflection-based pod offloading #963 (@giorio94)

๐Ÿงน Code Refactoring

  • Virtual Kubelet: add working queue based secret reflection #988 (@fprojetto)
  • Virtual kubelet: working queue-based configmap reflection #981 (@fprojetto)

Closed issues:

  • Home pod container statuses not (gradually) updated on termination #721

Merged pull requests:

  • fix groupname for custom resource code generation #989 (@fprojetto)
  • ConfigMap reflection: fix race condition #987 (@giorio94)
  • refactor: move from io/ioutil to io and os packages #985 (@Juneezee)
  • Virtual kubelet: add liqo client and informers to reflection manager #984 (@giorio94)
  • Fix liqoctl install of a local chart #982 (@palexster)
  • Update networking components docs #978 (@lucafrancescato)

v0.3.2-alpha.1 (2021-11-04)

๐Ÿš€ New Features

  • Support for OpenShift 4.6? #830

๐Ÿ› Bug Fixes

  • Maximum request rate per connection #943
  • Liqoctl does not pick up --version flag #935

๐Ÿ“ Documentation

  • Contributing guidelines improvements #953

Merged pull requests:

  • Bump Go to 1.17 #983 (@palexster)
  • liqoctl offload namespace #980 (@palexster)
  • Add Local Storage Provisioner in the Liqo Controller Manager #979 (@aleoli)
  • Fix duplicate PodCIDR assignment #977 (@lucafrancescato)
  • Custom resource client, informer, and lister generation #976 (@fprojetto)
  • Local Virtual Storage Provisioner #974 (@aleoli)
  • Define the Liqo Virtual Storage Class #973 (@aleoli)
  • Add Projected Volumes Reflection #972 (@aleoli)
  • Add FAQ for E2E testing #970 (@palexster)
  • Update README.md with OpenShift Support and 0.4 Roadmap #969 (@palexster)
  • Improve Liqoctl and Openshift documentation #968 (@palexster)
  • Make virtual kubelet resources configurable #967 (@giorio94)
  • add shadowpod operator #964 (@fprojetto)
  • Virtual kubelet: improve reflection manager to support pods #962 (@giorio94)
  • Fix Headless Services Reflection #959 (@aleoli)
  • Microservice Scheduling E2E #948 (@aleoli)

* This Changelog was automatically generated by github_changelog_generator

liqo - v0.3.2-alpha.4

Published by adamjensenbot almost 3 years ago

Changelog

v0.3.2-alpha.4 (2021-11-26)

๐Ÿงน Code Refactoring

  • Virtual kubelet: namespace mapper refactoring #1003 (@fprojetto)

Merged pull requests:

  • Fix Local Pvc Naming #1011 (@aleoli)
  • Fix OpenShift Installation #1008 (@aleoli)
  • Disable vet in unit tests #1007 (@CapacitorSet)
  • Improve e2e debuggability #1006 (@CapacitorSet)
  • liqoctl: generate random cluster name if none is provided #1005 (@CapacitorSet)
  • Storage e2e test #1004 (@aleoli)
  • StorageClass Advertising Protocol #998 (@aleoli)
  • Migrate cluster IDs to ClusterIdentity #994 (@CapacitorSet)

v0.3.2-alpha.3 (2021-11-17)

๐Ÿ› Bug Fixes

  • Pending pods are not deleted by the virtual kubelet #604

๐Ÿงน Code Refactoring

  • cleanup virtual kubelet old reflection #1002 (@fprojetto)
  • change vk dependency #1001 (@fprojetto)

Merged pull requests:

  • Upgrade Capsule Subchart to Version 0.1.3 #999 (@aleoli)
  • Refine Liqoctl Offloading #997 (@palexster)
  • Store Bearer Token in a tmp file #995 (@aleoli)
  • pod reflection: prevent race condition in fallback management #993 (@giorio94)
  • epslice reflection: fix warning #992 (@giorio94)
  • Add PVC Reflector in the VirtualKubelet #991 (@aleoli)

v0.3.2-alpha.2 (2021-11-09)

๐Ÿš€ New Features

  • Virtual kubelet: reflection-based pod offloading #963 (@giorio94)

๐Ÿงน Code Refactoring

  • Virtual Kubelet: add working queue based secret reflection #988 (@fprojetto)
  • Virtual kubelet: working queue-based configmap reflection #981 (@fprojetto)

Closed issues:

  • Home pod container statuses not (gradually) updated on termination #721

Merged pull requests:

  • fix groupname for custom resource code generation #989 (@fprojetto)
  • ConfigMap reflection: fix race condition #987 (@giorio94)
  • refactor: move from io/ioutil to io and os packages #985 (@Juneezee)
  • Virtual kubelet: add liqo client and informers to reflection manager #984 (@giorio94)
  • Fix liqoctl install of a local chart #982 (@palexster)
  • Update networking components docs #978 (@lucafrancescato)

v0.3.2-alpha.1 (2021-11-04)

๐Ÿš€ New Features

  • Support for OpenShift 4.6? #830

๐Ÿ› Bug Fixes

  • Maximum request rate per connection #943
  • Liqoctl does not pick up --version flag #935

๐Ÿ“ Documentation

  • Contributing guidelines improvements #953

Merged pull requests:

  • Bump Go to 1.17 #983 (@palexster)
  • liqoctl offload namespace #980 (@palexster)
  • Add Local Storage Provisioner in the Liqo Controller Manager #979 (@aleoli)
  • Fix duplicate PodCIDR assignment #977 (@lucafrancescato)
  • Custom resource client, informer, and lister generation #976 (@fprojetto)
  • Local Virtual Storage Provisioner #974 (@aleoli)
  • Define the Liqo Virtual Storage Class #973 (@aleoli)
  • Add Projected Volumes Reflection #972 (@aleoli)
  • Add FAQ for E2E testing #970 (@palexster)
  • Update README.md with OpenShift Support and 0.4 Roadmap #969 (@palexster)
  • Improve Liqoctl and Openshift documentation #968 (@palexster)
  • Make virtual kubelet resources configurable #967 (@giorio94)
  • add shadowpod operator #964 (@fprojetto)
  • Virtual kubelet: improve reflection manager to support pods #962 (@giorio94)
  • Microservice Scheduling E2E #948 (@aleoli)
  • Fix --offer-disable-auto-accept for controller manager #934 (@CapacitorSet)

* This Changelog was automatically generated by github_changelog_generator

liqo - v0.3.2-alpha.3

Published by adamjensenbot almost 3 years ago

Changelog

v0.3.2-alpha.3 (2021-11-17)

๐Ÿ› Bug Fixes

  • Pending pods are not deleted by the virtual kubelet #604

๐Ÿงน Code Refactoring

  • cleanup virtual kubelet old reflection #1002 (@fproj)
  • change vk dependency #1001 (@fproj)

Merged pull requests:

  • Upgrade Capsule Subchart to Version 0.1.3 #999 (@aleoli)
  • Refine Liqoctl Offloading #997 (@palexster)
  • Store Bearer Token in a tmp file #995 (@aleoli)
  • pod reflection: prevent race condition in fallback management #993 (@giorio94)
  • epslice reflection: fix warning #992 (@giorio94)
  • Add PVC Reflector in the VirtualKubelet #991 (@aleoli)

v0.3.2-alpha.2 (2021-11-09)

๐Ÿš€ New Features

  • Virtual kubelet: reflection-based pod offloading #963 (@giorio94)

๐Ÿงน Code Refactoring

  • Virtual Kubelet: add working queue based secret reflection #988 (@fproj)
  • Virtual kubelet: working queue-based configmap reflection #981 (@fproj)

Closed issues:

  • Home pod container statuses not (gradually) updated on termination #721

Merged pull requests:

  • fix groupname for custom resource code generation #989 (@fproj)
  • ConfigMap reflection: fix race condition #987 (@giorio94)
  • refactor: move from io/ioutil to io and os packages #985 (@Juneezee)
  • Virtual kubelet: add liqo client and informers to reflection manager #984 (@giorio94)
  • Fix liqoctl install of a local chart #982 (@palexster)
  • Update networking components docs #978 (@lucafrancescato)

v0.3.2-alpha.1 (2021-11-04)

๐Ÿš€ New Features

  • Support for OpenShift 4.6? #830

๐Ÿ› Bug Fixes

  • Maximum request rate per connection #943
  • Liqoctl does not pick up --version flag #935

๐Ÿ“ Documentation

  • Contributing guidelines improvements #953

Merged pull requests:

  • Bump Go to 1.17 #983 (@palexster)
  • liqoctl offload namespace #980 (@palexster)
  • Add Local Storage Provisioner in the Liqo Controller Manager #979 (@aleoli)
  • Fix duplicate PodCIDR assignment #977 (@lucafrancescato)
  • Custom resource client, informer, and lister generation #976 (@fproj)
  • Local Virtual Storage Provisioner #974 (@aleoli)
  • Define the Liqo Virtual Storage Class #973 (@aleoli)
  • Add Projected Volumes Reflection #972 (@aleoli)
  • Add FAQ for E2E testing #970 (@palexster)
  • Update README.md with OpenShift Support and 0.4 Roadmap #969 (@palexster)
  • Improve Liqoctl and Openshift documentation #968 (@palexster)
  • Make virtual kubelet resources configurable #967 (@giorio94)
  • add shadowpod operator #964 (@fproj)
  • Virtual kubelet: improve reflection manager to support pods #962 (@giorio94)
  • Microservice Scheduling E2E #948 (@aleoli)
  • Fix --offer-disable-auto-accept for controller manager #934 (@CapacitorSet)

* This Changelog was automatically generated by github_changelog_generator

liqo - v0.3.2-alpha.2

Published by adamjensenbot almost 3 years ago

Changelog

v0.3.2-alpha.2 (2021-11-09)

๐Ÿš€ New Features

  • Virtual kubelet: reflection-based pod offloading #963 (@giorio94)

๐Ÿงน Code Refactoring

  • Virtual Kubelet: add working queue based secret reflection #988 (@fproj)
  • Virtual kubelet: working queue-based configmap reflection #981 (@fproj)

Closed issues:

  • Home pod container statuses not (gradually) updated on termination #721

Merged pull requests:

  • fix groupname for custom resource code generation #989 (@fproj)
  • ConfigMap reflection: fix race condition #987 (@giorio94)
  • refactor: move from io/ioutil to io and os packages #985 (@Juneezee)
  • Virtual kubelet: add liqo client and informers to reflection manager #984 (@giorio94)
  • Fix liqoctl install of a local chart #982 (@palexster)
  • Update networking components docs #978 (@lucafrancescato)

v0.3.2-alpha.1 (2021-11-04)

๐Ÿš€ New Features

  • Support for OpenShift 4.6? #830

๐Ÿ› Bug Fixes

  • Maximum request rate per connection #943
  • Liqoctl does not pick up --version flag #935

๐Ÿ“ Documentation

  • Contributing guidelines improvements #953

Merged pull requests:

  • Bump Go to 1.17 #983 (@palexster)
  • liqoctl offload namespace #980 (@palexster)
  • Add Local Storage Provisioner in the Liqo Controller Manager #979 (@aleoli)
  • Fix duplicate PodCIDR assignment #977 (@lucafrancescato)
  • Custom resource client, informer, and lister generation #976 (@fproj)
  • Local Virtual Storage Provisioner #974 (@aleoli)
  • Define the Liqo Virtual Storage Class #973 (@aleoli)
  • Add Projected Volumes Reflection #972 (@aleoli)
  • Add FAQ for E2E testing #970 (@palexster)
  • Update README.md with OpenShift Support and 0.4 Roadmap #969 (@palexster)
  • Improve Liqoctl and Openshift documentation #968 (@palexster)
  • Make virtual kubelet resources configurable #967 (@giorio94)
  • add shadowpod operator #964 (@fproj)
  • Virtual kubelet: improve reflection manager to support pods #962 (@giorio94)
  • Microservice Scheduling E2E #948 (@aleoli)
  • Fix --offer-disable-auto-accept for controller manager #934 (@CapacitorSet)

* This Changelog was automatically generated by github_changelog_generator

liqo - v0.3.2-alpha.1

Published by adamjensenbot almost 3 years ago

Changelog

v0.3.2-alpha.1 (2021-11-04)

๐Ÿš€ New Features

  • Support for OpenShift 4.6? #830

๐Ÿ› Bug Fixes

  • Maximum request rate per connection #943
  • Liqoctl does not pick up --version flag #935

๐Ÿ“ Documentation

  • Contributing guidelines improvements #953

Merged pull requests:

  • Bump Go to 1.17 #983 (@palexster)
  • liqoctl offload namespace #980 (@palexster)
  • Add Local Storage Provisioner in the Liqo Controller Manager #979 (@aleoli)
  • Fix duplicate PodCIDR assignment #977 (@lucafrancescato)
  • Custom resource client, informer, and lister generation #976 (@fproj)
  • Local Virtual Storage Provisioner #974 (@aleoli)
  • Define the Liqo Virtual Storage Class #973 (@aleoli)
  • Add Projected Volumes Reflection #972 (@aleoli)
  • Add FAQ for E2E testing #970 (@palexster)
  • Update README.md with OpenShift Support and 0.4 Roadmap #969 (@palexster)
  • Improve Liqoctl and Openshift documentation #968 (@palexster)
  • Make virtual kubelet resources configurable #967 (@giorio94)
  • add shadowpod operator #964 (@fproj)
  • Virtual kubelet: improve reflection manager to support pods #962 (@giorio94)
  • Microservice Scheduling E2E #948 (@aleoli)
  • Fix --offer-disable-auto-accept for controller manager #934 (@CapacitorSet)

* This Changelog was automatically generated by github_changelog_generator

liqo - v0.3.1

Published by adamjensenbot almost 3 years ago

Changelog

v0.3.1 (2021-10-25)

Merged pull requests:

  • Fix Headless Services Reflection #959 (@aleoli)
  • liqoctl: Fix error message on missing kubeconfig #954 (@CapacitorSet)
  • docs: add testing instructions for developers #951 (@CapacitorSet)
  • Documentation: concepts about pod offloading strategies and Liqo webhook role. #837 (@Andreagit97)
  • Virtual kubelet: working queue-based endpointslice reflection #929 (@giorio94)
  • Virtual Kubelet: working queue based service reflection #923 (@giorio94)
  • Fix typo in configuration docs #947 (@alacuku)
  • E2E NamespaceMapping #941 (@aleoli)
  • Make MTU and listening port of the vpn tunnel configurable #932 (@alacuku)
  • Virtual kubelet: working queue-based reflection manager #925 (@giorio94)
  • IPAM doc minor fix #942 (@davidefalcone1)
  • Fix permissions on slash commands #939 (@palexster)
  • Fix Version selection in liqoctl install #936 (@palexster)
  • Virtual kubelet: decouple pod and node providers #933 (@giorio94)
  • Connectivity Test Improvements #927 (@aleoli)
  • Fix docs #926 (@CapacitorSet)
  • IPAM documentation #876 (@davidefalcone1)
  • Refactor E2E pipelines #750 (@palexster)
  • Adding status command to liqoctl tool. #886 (@alacuku)
  • The liqo IPAM fails to restart with certain reserved pools configured. #912
  • failed to install CRD crds/tenant-crd.yaml #842
  • Fix Streams in the Exec Command #928 (@aleoli)
  • Remove service environment variables injection #922 (@giorio94)
  • Network manager reserved networks fix #920 (@alacuku)
  • Namespace checker for liqoctl status command #916 (@alacuku)
  • Make foreign cluster workers configurable #915 (@giorio94)
  • Add Openshift SCC and Install Provider #914 (@aleoli)
  • Implement basic caching in IPAM storage #913 (@giorio94)
  • Remove dead code #911 (@giorio94)
  • Disable Discovery Deployment #910 (@aleoli)
  • Generate ClusterID During Helm Installation #908 (@aleoli)
  • Fix Metrics Permission #906 (@aleoli)
  • Minor performance improvements and bug fixing #905 (@giorio94)
  • Replace deprecated linter #904 (@giorio94)
  • Remove legacy section in README.md #903 (@palexster)
  • Move Operators from Discovery to Liqo Controller Manager #902 (@aleoli)
  • Use working queue in CRD replicator #900 (@giorio94)
  • Update EKS status on README.md #899 (@palexster)
  • Increase the idempotence of the tunnel endpoint creator #897 (@giorio94)
  • Add Support For OwnerReferencesPermissionEnforcement Admission Controller #896 (@aleoli)
  • Bump controller runtime to v0.10.0 #895 (@giorio94)
  • Fix Slash commands in Liqo pipelines #894 (@palexster)
  • Move TunnelEndpoint fields to the spec stanza #893 (@giorio94)
  • Update README.md #888 (@palexster)
  • Refactor the network-manager foreign cluster watcher #885 (@giorio94)

* This Changelog was automatically generated by github_changelog_generator

liqo - v0.3.1-rc.1

Published by adamjensenbot about 3 years ago

Changelog

v0.3.1-rc.1 (2021-10-15)

๐Ÿ› Bug Fixes

  • Connection from AKS to GKE fails #919

๐Ÿงน Code Refactoring

  • Virtual kubelet: working queue-based endpointslice reflection #929 (@giorio94)
  • Virtual Kubelet: working queue based service reflection #923 (@giorio94)

Merged pull requests:

  • Fix typo in configuration docs #947 (@alacuku)
  • E2E NamespaceMapping #941 (@aleoli)
  • Make MTU and listening port of the vpn tunnel configurable #932 (@alacuku)

v0.3.1-alpha.2 (2021-10-13)

๐Ÿงน Code Refactoring

  • Virtual kubelet: working queue-based reflection manager #925 (@giorio94)

Merged pull requests:

  • IPAM doc minor fix #942 (@davidefalcone1)
  • Fix permissions on slash commands #939 (@palexster)
  • Fix Version selection in liqoctl install #936 (@palexster)
  • Virtual kubelet: decouple pod and node providers #933 (@giorio94)
  • Connectivity Test Improvements #927 (@aleoli)
  • Fix docs #926 (@CapacitorSet)
  • IPAM documentation #876 (@davidefalcone1)
  • Refactor E2E pipelines #750 (@palexster)

v0.3.1-alpha.1 (2021-10-06)

๐Ÿš€ New Features

  • [Feature] Custom resource naming and labeling #434
  • [Feature] Setting the name of the configmap that contains the clusterID through the clusterconfig CRD #202
  • Adding status command to liqoctl tool. #886 (@alacuku)

๐Ÿ› Bug Fixes

  • The liqo IPAM fails to restart with certain reserved pools configured. #912
  • failed to install CRD crds/tenant-crd.yaml #842

Closed issues:

  • [Feature] CRD replicator readiness probe #522

Merged pull requests:

  • Fix Streams in the Exec Command #928 (@aleoli)
  • Remove service environment variables injection #922 (@giorio94)
  • Network manager reserved networks fix #920 (@alacuku)
  • Namespace checker for liqoctl status command #916 (@alacuku)
  • Make foreign cluster workers configurable #915 (@giorio94)
  • Add Openshift SCC and Install Provider #914 (@aleoli)
  • Implement basic caching in IPAM storage #913 (@giorio94)
  • Remove dead code #911 (@giorio94)
  • Disable Discovery Deployment #910 (@aleoli)
  • Generate ClusterID During Helm Installation #908 (@aleoli)
  • Fix Metrics Permission #906 (@aleoli)
  • Minor performance improvements and bug fixing #905 (@giorio94)
  • Replace deprecated linter #904 (@giorio94)
  • Remove legacy section in README.md #903 (@palexster)
  • Move Operators from Discovery to Liqo Controller Manager #902 (@aleoli)
  • Use working queue in CRD replicator #900 (@giorio94)
  • Update EKS status on README.md #899 (@palexster)
  • Increase the idempotence of the tunnel endpoint creator #897 (@giorio94)
  • Add Support For OwnerReferencesPermissionEnforcement Admission Controller #896 (@aleoli)
  • Bump controller runtime to v0.10.0 #895 (@giorio94)
  • Fix Slash commands in Liqo pipelines #894 (@palexster)
  • Move TunnelEndpoint fields to the spec stanza #893 (@giorio94)
  • Update README.md #888 (@palexster)
  • Refactor the network-manager foreign cluster watcher #885 (@giorio94)

* This Changelog was automatically generated by github_changelog_generator