PackageTrack
Sign in Get early access

github.com/openservicemesh/osm

v1.2.4 #592 most downloaded on Go modules openservicemesh/osm

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 1 weeks to 2 months

Some releases are documented

notes for 11 of 33 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

594 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

594 releases · Jul 2020 to Jul 2023
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 594
  1. v1.2.4 20 Apr 2023
    Release notes

    Notable Changes

    • Deprecate support for TLS v1.0 and TLS v1.1 for the Envoy proxy TLSMaxProtocolVersion option
    • Reduce minimum TLS version from v1.3 to v1.2 for the osm controller, verifier, and health servers
    • Support robust CRD conversion patching on upgrade to ensure reconciliation is controlled by the newer OSM version

    Deprecation Notes

    CRD Updates

    No CRD changes between tags v1.2.3 and v1.2.4

    Changelog

    • chore(release): bump version to v1.2.4 and update release notes (#5330) 8265100 (Jackie Elliott)
    • build(deps): bump github.com/docker/docker (#5315) (#5323) e156008 (Jackie Elliott)
    • Update addEventHandler return values eda8335 (jaellio)
    • build(deps): bump helm.sh/helm/v3 from 3.10.3 to 3.11.1 (#5283) 2d9d8a9 (dependabot[bot])
    • [backport] build(deps): bump github.com/hashicorp/vault from 1.12.0 to 1.12.5 (#5305) 0024828 (Jackie Elliott)
    • [backport] build(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.18 (#5286) (#5304) 60285f9 (Jackie Elliott)
    • [backport] Add more robust CRD conversion patching (#5303) c55b7db (Jackie Elliott)
    • fix(): remove support for incompatible tls versions for envoy TLSMaxProtocolVersion (#5298) 00fd7e3 (Whitney Griffith)
    • fix(): reduce minimum tls version for osm controller, verifier, health (#5292) 1a9b067 (Whitney Griffith)
    Open source →
    Release notes

    v1.2.4 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. v1.2.3 14 Dec 2022
    Release notes

    Notable Changes

    Deprecation Notes

    CRD Updates

    No CRD changes between tags v1.2.2 and v1.2.3

    Changelog

    • Release v1.2.3 368fda9 (Keith Mattix II)
    • bump version of go to 1.19 (#4972) 8ed34f8 (steeling)
    • Upgrade cert-manager to v1.10.0 (#5230) 56679ed (Keith Mattix II)
    • Add @shalier as CODEOWNERS (#5264) 7eefefe (Keith Mattix II)
    • Add @shalier as a codeowner maintainer (#5261) 9559491 (Thomas Stringer)
    • Move snehachhabria and draychev to emeritus status (#5260) 9f8e06a (Thomas Stringer)
    • Allow all headless services, not just those backed by Statefulsets with subdomains (#5250) 25c8e53 (Keith Mattix II)
    Open source →
    Release notes

    v1.2.3

    Compare

    Choose a tag to compare

    Open source →
  3. v1.2.2 20 Oct 2022
    Release notes

    Notable Changes

    Deprecation Notes

    CRD Updates

    No CRD changes between tags v1.2.1 and v1.2.2

    Changelog

    Open source →
    Release notes

    v1.2.2

    Compare

    Choose a tag to compare

    Open source →
  4. v1.2.1 02 Sep 2022
    Release notes

    v1.2.1

    Compare

    Choose a tag to compare

    Open source →
  5. v1.2.0 20 Jul 2022
    Release notes

    v1.2.0

    Compare

    Choose a tag to compare

    Open source →
    Release notes

    Notable changes

    • Custom trust domains (i.e. certificate CommonNames) are now supported
    • The authentication token used to configure the Hashicorp Vault certificate provider can now be passed in using a secretRef
    • Envoy has been updated to v1.22 and uses the envoyproxy/envoy-distroless image instead of the deprecated envoyproxy/envoy-alpine image.
      • This means that kubectl exec -c envoy ... -- sh will no longer work for the Envoy sidecar
    • Added support for Kubernetes 1.23 and 1.24
    • Rate limiting: Added capability to perform local per-instance rate limiting of TCP connections and HTTP requests.
    • Statefulsets and headless services have been fixed and work as expected

    Breaking Changes

    • The following metrics no longer use the label common_name, due to the fact that the common name's trust domain can rotate. Instead 2 new labels, proxy_uuid and identity have been added.
      • osm_proxy_response_send_success_count
      • osm_proxy_response_send_error_count
      • osm_proxy_xds_request_count
    • Support for Kubernetes 1.20 and 1.21 has been dropped
    • Multi-arch installation supported by the Chart Helm by customizing the affinity and nodeSelector fields
    • Root service in a TrafficSplit configuration must have a selector matching the pods backing the leaf services. The legacy behavior where a root service without a selector matching the pods backing the leaf services is able to split traffic, has been removed.
    Open source →
  6. v1.2.0-rc.1 12 Jul 2022 pre-release
    Release notes

    v1.2.0-rc.1 Pre-release

    Pre-release

    Compare

    Choose a tag to compare

    Open source →
  7. v1.1.4 20 Apr 2023
    Release notes

    Notable Changes

    • Deprecate support for TLS v1.0 and TLS v1.1 for the Envoy proxy TLSMaxProtocolVersion option
    • Reduce minimum TLS version from v1.3 to v1.2 for the osm controller, verifier, and health servers
    • Support robust CRD conversion patching on upgrade to ensure reconciliation is controlled by the newer OSM version

    Deprecation Notes

    CRD Updates

    No CRD changes between tags v1.1.3 and v1.1.4

    Changelog

    • chore(release): bump version to v1.1.4 and update release notes (#5329) 5cc73b8 (Jackie Elliott)
    • [backport] build(deps): bump github.com/docker/docker (#5315) (#5325) f978473 (Jackie Elliott)
    • fix(): remove support for incompatible tls versions for envoy TLSMaxProtocolVersion (#5298) 784d680 (Whitney Griffith)
    • fix(): reduce minimum tls version for osm controller, verifier, health (#5292) 0582092 (Whitney Griffith)
    • Add more robust CRD conversion patching 8c6cdfd (Keith Mattix II)
    • Add shalier, keithmattix, and steeling as codeowners for v1.1 (#5319) 01f7fff (Jackie Elliott)
    Open source →
    Release notes

    v1.1.4

    Compare

    Choose a tag to compare

    Open source →
  8. v1.1.3 20 Oct 2022
    Release notes

    Notable Changes

    Deprecation Notes

    CRD Updates

    No CRD changes between tags v1.1.2 and v1.1.3

    Changelog

    Open source →
    Release notes

    v1.1.3

    Compare

    Choose a tag to compare

    Open source →
  9. v1.1.2 06 Sep 2022
    Release notes

    v1.1.2

    Compare

    Choose a tag to compare

    Open source →
  10. v1.1.1 10 May 2022
    Release notes

    v1.1.1

    Compare

    Choose a tag to compare

    Open source →
  11. v1.1.1-rc.1 04 May 2022 pre-release

    Nothing published for this version

  12. v1.1.1-0.20220504210508-0171d845868d 04 May 2022 pre-release

    Nothing published for this version

  13. v1.1.0 14 Apr 2022
    Release notes

    Notable changes

    • Circuit breaking support for traffic directed to in-mesh and external destinations

    Breaking changes

    The following changes are not backward compatible with the previous release.

    • The osm_proxy_response_send_success_count and osm_proxy_response_send_error_count metrics are now labeled with the proxy certificate's common name and XDS type, so queries to match the previous equivalent need to sum for all values of each of those labels.

    Deprecation notes

    The following capabilities have been deprecated and cannot be used.

    • The osm_injector_injector_sidecar_count and osm_injector_injector_rq_time metrics have been removed. The osm_admission_webhook_response_total and osm_http_response_duration metrics should be used instead.
    • OSM will no longer support installation on Kubernetes version v1.19.
    Open source →
  14. v1.1.0-rc.1 04 Apr 2022 pre-release

    Nothing published for this version

  15. v1.0.0 25 Jan 2022
    Release notes

    Notable changes

    • New internal control plane event management framework to handle changes to the Kubernetes cluster and policies
    • Validations to reject/ignore invalid SMI TrafficTarget resources
    • Control plane memory utilization improvements
    • Support for TCP server-first protocols for in-mesh traffic
    • Updates to Grafana dashboards to reflect accurate metrics
    • OSM control plane images are now multi-architecture, built for linux/amd64 and linux/arm64

    Breaking changes

    The following changes are not backward compatible with the previous release.

    • Top level Helm chart keys are renamed from OpenServiceMesh to osm
    • osm mesh upgrade no longer carries over values from previous releases. Use the --set flag on osm mesh upgrade to pass values as needed. The --container-registry and --osm-image-tag flags have also been removed in favor of --set.

    Deprecation notes

    The following capabilities have been deprecated and cannot be used.

    • Kubernetes Ingress API to configure a service mesh backend to authorize ingress traffic. OSM's IngressBackend API must be used to authorize ingress traffic between an ingress gateway and service mesh backend.
    Open source →
  16. v1.0.0-rc.4 19 Jan 2022 pre-release

    Nothing published for this version

  17. v1.0.0-rc.3.0.20220119223040-afee5a499bf2 19 Jan 2022 pre-release

    Nothing published for this version

  18. v1.0.0-rc.3 10 Jan 2022 pre-release

    Nothing published for this version

  19. v1.0.0-rc.2.0.20220110191311-edb1d4531f35 10 Jan 2022 pre-release

    Nothing published for this version

  20. v1.0.0-rc.2 15 Nov 2021 pre-release

    Nothing published for this version

  21. v1.0.0-rc.1.0.20211115164641-bee1cac865a3 15 Nov 2021 pre-release

    Nothing published for this version

  22. v1.0.0-rc.1 13 Oct 2021 pre-release

    Nothing published for this version

  23. v0.11.1 20 Oct 2021

    Nothing published for this version

  24. v0.11.1-rc.1 15 Oct 2021 pre-release

    Nothing published for this version

  25. v0.11.1-0.20211015230638-5e274cafc9b6 15 Oct 2021 pre-release

    Nothing published for this version

  26. v0.11.0 08 Oct 2021

    Nothing published for this version

  27. v0.11.0-rc.3 07 Oct 2021 pre-release

    Nothing published for this version

  28. v0.11.0-rc.1.0.20211007161905-b0b6c2edc021 07 Oct 2021 pre-release

    Nothing published for this version

  29. v0.11.0-rc.1 01 Oct 2021 pre-release

    Nothing published for this version

  30. v0.10.0 21 Sep 2021

    Nothing published for this version

  31. v0.10.0-rc.2 15 Sep 2021 pre-release

    Nothing published for this version

  32. v0.10.0-rc.1.0.20210915222337-04536ae8dc11 15 Sep 2021 pre-release

    Nothing published for this version

  33. v0.10.0-rc.1 24 Aug 2021 pre-release

    Nothing published for this version

  34. v0.9.2 19 Aug 2021

    Nothing published for this version

  35. v0.9.2-rc.1 17 Aug 2021 pre-release

    Nothing published for this version

  36. v0.9.2-0.20210817194811-227ad2338e27 17 Aug 2021 pre-release

    Nothing published for this version

  37. v0.9.1 02 Jul 2021

    Nothing published for this version

  38. v0.9.1-rc.1 25 Jun 2021 pre-release

    Nothing published for this version

  39. v0.9.1-0.20210625163746-1e6e494a70ed 25 Jun 2021 pre-release

    Nothing published for this version

  40. v0.9.0 14 Jun 2021

    Nothing published for this version

  41. v0.9.0-rc.2 03 Jun 2021 pre-release

    Nothing published for this version

  42. v0.9.0-rc.1.0.20210603200709-ff6cd4de04e8 03 Jun 2021 pre-release

    Nothing published for this version

  43. v0.9.0-rc.1 27 May 2021 pre-release

    Nothing published for this version

  44. v0.8.5-0.20210615181422-41cc06810223 15 Jun 2021 pre-release

    Nothing published for this version

  45. v0.8.4 17 May 2021

    Nothing published for this version

  46. v0.8.4-rc.1 10 May 2021 pre-release

    Nothing published for this version

  47. v0.8.4-0.20210510165701-3ecafb94cb43 10 May 2021 pre-release

    Nothing published for this version

  48. v0.8.3 20 Apr 2021

    Nothing published for this version

  49. v0.8.3-rc.1 16 Apr 2021 pre-release

    Nothing published for this version

  50. v0.8.3-0.20210416184234-4da887b3f2fe 16 Apr 2021 pre-release

    Nothing published for this version

  51. v0.8.2 24 Mar 2021

    Nothing published for this version

  52. v0.8.2-0.20230710180451-7bec5b6b2f77 10 Jul 2023 pre-release

    Nothing published for this version

  53. v0.8.2-0.20230508141238-260586ad07ab 08 May 2023 pre-release

    Nothing published for this version

  54. v0.8.2-0.20230413213419-7c0628e5acea 13 Apr 2023 pre-release

    Nothing published for this version

  55. v0.8.2-0.20230404212320-fafd32c0d143 04 Apr 2023 pre-release

    Nothing published for this version

  56. v0.8.2-0.20230331214553-a2499eba12e6 31 Mar 2023 pre-release

    Nothing published for this version

  57. v0.8.2-0.20230330205918-c4a9164ee1a0 30 Mar 2023 pre-release

    Nothing published for this version

  58. v0.8.2-0.20230313151743-324b03b423ce 13 Mar 2023 pre-release

    Nothing published for this version

  59. v0.8.2-0.20230301234848-7e398c69c5af 01 Mar 2023 pre-release

    Nothing published for this version

  60. v0.8.2-0.20230103205054-dc3f841061e1 03 Jan 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive