Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: flomesh-io/osm

Tags

v1.0.0-ebpf-rc.1

Toggle v1.0.0-ebpf-rc.1's commit message

Verified

This tag was signed with the committer’s verified signature.
reaver-flomesh Lin Yang
osm eBPF v1.0.0-ebpf-rc.1

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cut v1.1.0 (openservicemesh#4652)

Signed-off-by: Sarah Christoff <[email protected]>

pre-rel-v1.1.0

Toggle pre-rel-v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openservicemesh#4651 from nojnhuh/update-1.1

Backport remaining changes for v1.1.0

v1.1.0-rc.1

Toggle v1.1.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): cut v1.1.0-rc.1 (openservicemesh#4630)

* patch v1.1

Signed-off-by: Sarah Christoff <[email protected]>

* .0

Signed-off-by: Sarah Christoff <[email protected]>

* Update charts/osm/Chart.yaml

Co-authored-by: Jon Huhn <[email protected]>

* Update tests/e2e/e2e_upgrade_test.go

Co-authored-by: Jon Huhn <[email protected]>

* Update charts/osm/values.yaml

Co-authored-by: Jon Huhn <[email protected]>

* revert workflow change

Signed-off-by: Sarah Christoff <[email protected]>

* update docs

Signed-off-by: Sarah Christoff <[email protected]>

Co-authored-by: Jon Huhn <[email protected]>

pre-rel-v1.1.0-rc.1

Toggle pre-rel-v1.1.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ref(cert): refactor tresor (openservicemesh#4626)

This change pulls out the shared logic between Tresor into
the new manager struct. This is done in pieces to avoid a single large PR.
The goal is to reduce all of the existing "providers" to clients that only
deal with certificates (no caching, msg broker, logging, or timing).

Signed-off-by: Sarah Christoff <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): cut v1.0.0 (openservicemesh#4474)

Signed-off-by: Jon Huhn <[email protected]>

pre-rel-v1.0.0

Toggle pre-rel-v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
charts/cleanup-hook: fix CRD reset logic (openservicemesh#4468) (open…

…servicemesh#4470)

Fixes the CRD reset logic in the cleanup hook to:

1. Correctly `replace` the CRD modified by osm-boostrap
   to its initial state. osm-boostrap updates the CRDs
   to specify the CRD conversion spec referencing the
   CRD conversion webhook. Upon uninstall, the CRD
   conversion webhook is removed, and the cleanup
   hook attempts to reset the CRD to its initial
   state, albeit incorrectly. `kubectl apply`
   results in a `patch` request and a field is
   removed only if it is present in the
   `last-applied-configuration` annotation added
   by `kubectl` and not in the desired new config.
   As a result, the `conversion` field in the CRDs
   was not being removed despite not being present
   in the original CRD spec applied prior to being
   patched by osm-bootstrap.

   This fix ensures the CRDs are correctly reset to
   their original state by using `kubectl replace`
   instead of `kubectl apply`.

2. Fixes the MeshConfig deletion order to happen
   ~after~ the CRD has been reset to its original
   state. Otherwise, deleting the MeshConfig will
   result in an attempt to perform CRD conversion,
   which will fail because of the CRD conversion
   webhook being already deleted prior to the hook
   being run.

   This has been fixed by first resetting the CRD
   to not perform the conversion, and then deleting
   the MeshConfig resource.

Resolves openservicemesh#4466

Signed-off-by: Shashank Ram <[email protected]>
(cherry picked from commit 657e9f7)

Co-authored-by: Shashank Ram <[email protected]>

v1.0.0-rc.4

Toggle v1.0.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openservicemesh#4462 from nojnhuh/v1rc4

chore(release): cut v1.0.0-rc.4

pre-rel-v1.0.0-rc.4

Toggle pre-rel-v1.0.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(grafana): remove hardcoded control plane namespace (openserviceme…

…sh#4454) (openservicemesh#4460)

Removes the hardcoded default control plane namespace from the
Mesh and Envoy Details dashboard. Parameterizes the control plane
namespace. When installing OSM with automatic provisioning of
prometheus and grafana the control plane namespace variable will
be set to the namespace where OSM is being installed. When
importing the Mesh and Envoy Details dashboard, the user will have
the option to set the osm control plane namespace just as they are
able to set the datasource.

Signed-off-by: jaellio <[email protected]>

v1.0.0-rc.3

Toggle v1.0.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openservicemesh#4420 from nojnhuh/v1rc3

chore(release): cut v1.0.0-rc.3