Skip to content

Releases: pivotal-cf/winfs-injector

0.16.0

26 Mar 19:09
Compare
Choose a tag to compare
Have the winfs-injector read the rootfs image tag from config/blobs.yml

as opposed to a submodule within the release. This allow for the
submodule to be removed and allows for maintaining a single source
of truth with respect to the appropriate rootfs for the release.

[#171671128]

0.14.0

22 Oct 18:03
5f0936f
Compare
Choose a tag to compare
Update version

0.13.0

04 Feb 23:27
Compare
Choose a tag to compare

[Bug Fix] winfs-injector correctly maintains file permissions

0.12.0 intended to retain file permissions from the archive instead of relying on git to do so. Unfortunately, this process does not work consistently across all supported OSes.

This release reverts that work and is functionally equivalent to 0.11.0.

0.12.0

03 Jan 18:58
Compare
Choose a tag to compare

Changes

  • [Bug Fix] winfs-injector can be used on newest PASW tiles

New versions of the PASW tile (2.4.1+) no longer embed the git files in the windowsfs-release. This caused issues with the winfs-injector on windows, as it depended on the git folder for permissions (mholt/archiver#133). This release includes a fix that no longer relies on the git folder, and thus removes the dependency on git when running the winfs-injector on windows machines.

0.11.0

24 Aug 23:16
Compare
Choose a tag to compare

This release begins the new contract that the winfs-injector is backwards compatible.

This means that winfs-injector >=v0.11.0 should be able to hydrate all versions of PAS for Windows tiles.

Changes

#159676912: The winfs injector CLI works against WRT-2016 2.1, 2.2, and 2.3
#4/#160003002: Make winfs-injector backwards compatible

0.10.0

08 Aug 21:28
Compare
Choose a tag to compare
Update to windows1803fs-release

We also want to start moving towards being agnostic of the version. We
started doing this by making the "embed" folder not have the version
inside of it, so instead of updating `/embed/windows2016fs-release` to
`/embed/windows1803fs-release`, we are always embedding the release at
`/embed/windowsfs-release`.

There are still dependencies on the version, but we want to address
these incrementally

[#159601804] [XTP] Garden-windows team wants PASW 2016 2.3 Updates

Signed-off-by: Chris Hendrix <[email protected]>

0.9.0

26 Jul 16:39
Compare
Choose a tag to compare
Update IMAGE_PATH to match the winfs-release updated image path.

Failure: open .../windows2016fs/IMAGE_TAG: no such file or directory

[#159321018] **winfs-injector** fails with new version of windows2016fs

Signed-off-by: Caitlyn Yu <[email protected]>

0.8.0

04 Apr 18:19
9337feb
Compare
Choose a tag to compare
Update README.md to include bsdtar on windows

[#156320489]

0.7.0

27 Mar 17:54
Compare
Choose a tag to compare

This release fixes some issues running winfs-injector on Windows.

Note: you must install this version of tar on your path.

0.6.0

21 Mar 23:40
Compare
Choose a tag to compare
Bump deps

Fixes:

```
grouped write of manifest, lock and vendor: error while writing out vendor tree...
```

[#156019136]