Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Persist enclave plan in the Starlark executor memory #757

Merged
merged 4 commits into from
Jun 23, 2023

Conversation

gbouv
Copy link
Contributor

@gbouv gbouv commented Jun 22, 2023

Description:

The Starlark executor now keeps track of all instructions that were executed within this enclave. It doesn't take into account the manual modification that might have been made, such as manual file uploads via the CLI.

Is this change user facing?

NO

References (if applicable):

@gbouv gbouv changed the title Persist enclave plan in the Starlark executor memory feat: Persist enclave plan in the Starlark executor memory Jun 22, 2023
@gbouv gbouv requested a review from adschwartz June 22, 2023 15:49
@gbouv gbouv merged commit 2c3d74e into main Jun 23, 2023
27 checks passed
@gbouv gbouv deleted the gbouv/save-instructions-plan-upon-execution branch June 23, 2023 14:17
victorcolombo pushed a commit that referenced this pull request Jun 26, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.80.1](0.80.0...0.80.1)
(2023-06-26)


### Features

* Add Rust protobuf bindings
([#765](#765))
([0e47003](0e47003))
* added wait to run_sh task.
([#750](#750))
([8c2b697](8c2b697))
* Implemented rename enclave method in container engine lib
([#755](#755))
([f1570f7](f1570f7))
* Persist enclave plan in the Starlark executor memory
([#757](#757))
([2c3d74e](2c3d74e))
* Start and Stop service Starlark instructions for K8S
([#756](#756))
([fb3e922](fb3e922))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants