Skip to content

Commit

Permalink
chore(main): release 0.35.0-beta (#1030)
Browse files Browse the repository at this point in the history
馃 I have created a release *beep* *boop*
---


##
[0.35.0-beta](v0.34.0-beta...v0.35.0-beta)
(2024-07-02)


### Features

* **helm:** support registry image deletion and garbage-collect
([#1029](#1029))
([04b8c86](04b8c86))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot committed Jul 2, 2024
1 parent a199f87 commit c758cb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.35.0-beta](https://github.com/instill-ai/instill-core/compare/v0.34.0-beta...v0.35.0-beta) (2024-07-02)


### Features

* **helm:** support registry image deletion and garbage-collect ([#1029](https://github.com/instill-ai/instill-core/issues/1029)) ([04b8c86](https://github.com/instill-ai/instill-core/commit/04b8c861ceb750fe70382b1384527a6191ce0b80))

## [0.34.0-beta](https://github.com/instill-ai/instill-core/compare/v0.33.0-beta...v0.34.0-beta) (2024-06-19)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Execute the following commands to pull pre-built images with all the dependencie

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.34.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.35.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core

# Launch all services
$ make all
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.34.0-beta"
".": "0.35.0-beta"
}

0 comments on commit c758cb5

Please sign in to comment.