Skip to content

Commit 7e899dd

Browse files
chore(main): release 0.85.0
1 parent 5977f2d commit 7e899dd

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.84.0"
2+
".": "0.85.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.85.0](https://github.com/zarf-dev/zarf/compare/v0.84.0...v0.85.0) (2026-08-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* publish v1beta1 component configs ([#5219](https://github.com/zarf-dev/zarf/issues/5219))
9+
10+
### Features
11+
12+
* add oci source auto-prefixing ([#5273](https://github.com/zarf-dev/zarf/issues/5273)) ([9a41b0d](https://github.com/zarf-dev/zarf/commit/9a41b0db586ce20cd2ba132eb0a4843e2084b766))
13+
* **helm:** support allowable errors for helm chart retries ([#5287](https://github.com/zarf-dev/zarf/issues/5287)) ([cdb212b](https://github.com/zarf-dev/zarf/commit/cdb212bec6e5acf7a73a0740599cb8f9dd8c3db1))
14+
* publish v1beta1 component configs ([#5219](https://github.com/zarf-dev/zarf/issues/5219)) ([abd07dd](https://github.com/zarf-dev/zarf/commit/abd07ddf531e47098af30d03c6af243216d3f65f))
15+
* warn on image push failure ([#5268](https://github.com/zarf-dev/zarf/issues/5268)) ([258fa9e](https://github.com/zarf-dev/zarf/commit/258fa9e800758e08cfe7bf3554b68f7455086765))
16+
* **zoci:** add transport parameter to NewRemoteWithOptions ([#5260](https://github.com/zarf-dev/zarf/issues/5260)) ([97a1b4d](https://github.com/zarf-dev/zarf/commit/97a1b4d0e9ca6095450f87a9c8690d5c76f71702))
17+
18+
19+
### Bug Fixes
20+
21+
* **helm:** ensure retrieval of latest release ([#5295](https://github.com/zarf-dev/zarf/issues/5295)) ([5977f2d](https://github.com/zarf-dev/zarf/commit/5977f2d5a44e4cbb7b557a89d94c41359bb4c320))
22+
* pass remote options when loading OCI init packages ([#5265](https://github.com/zarf-dev/zarf/issues/5265)) ([4e14f8b](https://github.com/zarf-dev/zarf/commit/4e14f8b773d3b989c307d37370b9027a1b327d96))
23+
* support platform flag entries for crane copy ([#5280](https://github.com/zarf-dev/zarf/issues/5280)) ([81fedb2](https://github.com/zarf-dev/zarf/commit/81fedb2d73543f06679f5feef298456b50e0c78e))
24+
25+
26+
### Refactoring
27+
28+
* **state:** move agent information into a sub-struct ([#5269](https://github.com/zarf-dev/zarf/issues/5269)) ([e702d1c](https://github.com/zarf-dev/zarf/commit/e702d1c7c813b812b6efb137084e85f2309ef281))
29+
330
## [0.84.0](https://github.com/zarf-dev/zarf/compare/v0.83.0...v0.84.0) (2026-08-20)
431

532

0 commit comments

Comments
 (0)