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: broken symlinks on Kurtosis packages #944

Merged
merged 7 commits into from Jul 20, 2023
Merged

Conversation

leoporoli
Copy link
Contributor

Description:

This issue was affecting symlinks files inside Kurtosis packages, when a Kurtosis package, containing a symlink file, was compressed and uploaded to the enclave's file system, the symlink reference was modified when the package was uncompressed.

The issue was generated by the github.com/mholt/archiver dependency, which is used to generate the .tgz file and the solution was to update it to the latest version.

This PR also replaces some deprecated Golang ioutils functions in the shared_utils file (this isn't important to communicate in the changelog file and communications)

Is this change user-facing?

YES

References (if applicable):

Fix #846

@leoporoli leoporoli enabled auto-merge (squash) July 19, 2023 13:43
@leoporoli leoporoli disabled auto-merge July 19, 2023 13:56
@leoporoli leoporoli enabled auto-merge (squash) July 19, 2023 13:58
@leoporoli leoporoli merged commit fbb0aee into main Jul 20, 2023
29 checks passed
@leoporoli leoporoli deleted the lporoli/ticket-846 branch July 20, 2023 12:21
victorcolombo pushed a commit that referenced this pull request Jul 20, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.80.13](0.80.12...0.80.13)
(2023-07-20)


### Features

* Add autocomplete for file path of artifact files inspect
([#947](#947))
([f72dfce](f72dfce))


### Bug Fixes

* broken symlinks on Kurtosis packages
([#944](#944))
([fbb0aee](fbb0aee)),
closes [#846](#846)
* improve frontend
([#940](#940))
([36153e2](36153e2))
* improved error msg
([#936](#936))
([4f72ae1](4f72ae1))

---
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upload_files fails if it hits a symlink
2 participants