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

fix: Fix successfully executed bug in APIC logs when script fails #964

Merged
merged 1 commit into from Jul 24, 2023

Conversation

gbouv
Copy link
Contributor

@gbouv gbouv commented Jul 24, 2023

Description:

Fixes #960

Is this change user facing?

NO

References (if applicable):

@gbouv gbouv requested a review from h4ck3rk3y July 24, 2023 08:53
@gbouv gbouv changed the title Fix successfully executed bug in APIC logs when script fails fix: Fix successfully executed bug in APIC logs when script fails Jul 24, 2023
@gbouv gbouv enabled auto-merge (squash) July 24, 2023 10:16
@gbouv gbouv merged commit 32fe63f into main Jul 24, 2023
30 of 31 checks passed
@gbouv gbouv deleted the gbouv/fix-apic-log-bug branch July 24, 2023 10:16
Peeeekay pushed a commit that referenced this pull request Jul 24, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.80.14](0.80.13...0.80.14)
(2023-07-24)


### Features

* Add ability to update a running service
([#943](#943))
([42a67f9](42a67f9))
* added create enclave flow
([#962](#962))
([4c931b8](4c931b8))
* Idempotent run V1 - services can now be live-updated inside an enclave
([#954](#954))
([a6a118d](a6a118d))


### Bug Fixes

* Fix `successfully executed` bug in APIC logs when script fails
([#964](#964))
([32fe63f](32fe63f))
* no magic string replacement in python packages
([#966](#966))
([8b0fa62](8b0fa62))
* the old go download
([#958](#958))
([f1b52ca](f1b52ca))

---
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.

APIC logs that the Starlark script was successful when an instruction fails
2 participants