Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#37)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.1.0](1.0.0...1.1.0)
(2024-11-21)


### Features

* add additional configuration options for participants
([#81](#81))
([05d0fe9](05d0fe9))
* add custom configurable forks
([#59](#59))
([878906a](878906a))
* add hildr
([#42](#42))
([e1ce08e](e1ce08e))
* add k8s tests
([#45](#45))
([168f062](168f062))
* add op_contract_deployer_params/image
([#63](#63))
([9416a86](9416a86))
* add op-besu
([#58](#58))
([08e7548](08e7548))
* add op-erigon - mininny
([#38](#38))
([c69bf34](c69bf34))
* add sanity check
([#50](#50))
([ceaa9a9](ceaa9a9))
* Add support for op-deployer, fix multiple L2s
([#74](#74))
([eb59380](eb59380))
* add version.txt
([#36](#36))
([1d10311](1d10311))
* add wait for sync for non kurtosis chains
([#49](#49))
([0452e11](0452e11))
* Adding op-nethermind
([#46](#46))
([fba71dd](fba71dd))
* op-deployer upgrade, fix fork support
([#88](#88))
([f8d9089](f8d9089))
* Output Admin Private Key
([#71](#71))
([95abc10](95abc10))


### Bug Fixes

* ci jobs only notify if discord secret available
([#48](#48))
([9473f89](9473f89))
* contract string
([#82](#82))
([c062de0](c062de0))
* count for participant was not calculated with
([#89](#89))
([f511988](f511988))
* DNS-1035 label
([#44](#44))
([1bf8541](1bf8541))
* erigon perms issue
([#76](#76))
([0328314](0328314))
* explicitly set client contexts0
([30017f2](30017f2))
* force offset time to be int
([#64](#64))
([74b6417](74b6417))
* github action should fail if any jobs fail
([#78](#78))
([577ca3b](577ca3b))
* grammar in docs
([#33](#33))
([d6fb36f](d6fb36f))
* handling of config options
([#85](#85))
([5b085c8](5b085c8))
* image label name too long, truncate at 63 chars
([#90](#90))
([5bd687c](5bd687c))
* l2 contract deployment
([#35](#35))
([3f2b16d](3f2b16d))
* Provide default participants
([#77](#77))
([a7d72da](a7d72da))
* Remove wait for finalization for create2 factory deployment
([#60](#60))
([d4c37f0](d4c37f0))
* test k8s
([#47](#47))
([ac17e89](ac17e89))
* trust l1 rpc in op-node
([#41](#41))
([05dcd2e](05dcd2e))
* Update neth image; improve genesis tool
([#73](#73))
([71e61c8](71e61c8))
* update op-geth hash based storage
([#61](#61))
([f0b5b23](f0b5b23))
* Validate root params
([#79](#79))
([914a808](914a808))

---
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: Barnabas Busa <[email protected]>
  • Loading branch information
EthPandaOpsBot and barnabasbusa authored Nov 22, 2024
1 parent a14c0b1 commit ce0887d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## [1.1.0](https://github.com/ethpandaops/optimism-package/compare/1.0.0...1.1.0) (2024-11-21)


### Features

* add additional configuration options for participants ([#81](https://github.com/ethpandaops/optimism-package/issues/81)) ([05d0fe9](https://github.com/ethpandaops/optimism-package/commit/05d0fe972f8096570432f8360902430e0490d619))
* add custom configurable forks ([#59](https://github.com/ethpandaops/optimism-package/issues/59)) ([878906a](https://github.com/ethpandaops/optimism-package/commit/878906a665b21e9ce86aed091ac995acea13a1ec))
* add hildr ([#42](https://github.com/ethpandaops/optimism-package/issues/42)) ([e1ce08e](https://github.com/ethpandaops/optimism-package/commit/e1ce08ee24e9bf49106d45f133201d00860e195d))
* add k8s tests ([#45](https://github.com/ethpandaops/optimism-package/issues/45)) ([168f062](https://github.com/ethpandaops/optimism-package/commit/168f062146c19a64ddc359f22f74f09ba2f5609d))
* add op_contract_deployer_params/image ([#63](https://github.com/ethpandaops/optimism-package/issues/63)) ([9416a86](https://github.com/ethpandaops/optimism-package/commit/9416a862cf7b7fdaedcf5099467985e790c1ae0c))
* add op-besu ([#58](https://github.com/ethpandaops/optimism-package/issues/58)) ([08e7548](https://github.com/ethpandaops/optimism-package/commit/08e754858daa45b270b9186fe664d2e51e265e0a))
* add op-erigon - mininny ([#38](https://github.com/ethpandaops/optimism-package/issues/38)) ([c69bf34](https://github.com/ethpandaops/optimism-package/commit/c69bf3420559d5654eef19274ee4e6870a472db9))
* add sanity check ([#50](https://github.com/ethpandaops/optimism-package/issues/50)) ([ceaa9a9](https://github.com/ethpandaops/optimism-package/commit/ceaa9a94be98af7ac533a57876c3ce9325cb1669))
* Add support for op-deployer, fix multiple L2s ([#74](https://github.com/ethpandaops/optimism-package/issues/74)) ([eb59380](https://github.com/ethpandaops/optimism-package/commit/eb59380f07921f98c1462bd5ef27df642ec49ae1))
* add version.txt ([#36](https://github.com/ethpandaops/optimism-package/issues/36)) ([1d10311](https://github.com/ethpandaops/optimism-package/commit/1d103111127da3f5ce279ef79ad47e5f1fa51815))
* add wait for sync for non kurtosis chains ([#49](https://github.com/ethpandaops/optimism-package/issues/49)) ([0452e11](https://github.com/ethpandaops/optimism-package/commit/0452e11be65a66a39319dbc7f39fee625433f51d))
* Adding op-nethermind ([#46](https://github.com/ethpandaops/optimism-package/issues/46)) ([fba71dd](https://github.com/ethpandaops/optimism-package/commit/fba71dd1a6b8259f6b060dfb0bb0d77341f238cb))
* op-deployer upgrade, fix fork support ([#88](https://github.com/ethpandaops/optimism-package/issues/88)) ([f8d9089](https://github.com/ethpandaops/optimism-package/commit/f8d908962cd87ac9aa0de32b899b6978559434c7))
* Output Admin Private Key ([#71](https://github.com/ethpandaops/optimism-package/issues/71)) ([95abc10](https://github.com/ethpandaops/optimism-package/commit/95abc102d310e26bd46558f24476cffcffdb010b))


### Bug Fixes

* ci jobs only notify if discord secret available ([#48](https://github.com/ethpandaops/optimism-package/issues/48)) ([9473f89](https://github.com/ethpandaops/optimism-package/commit/9473f89f47067e727d6cab38a0e15ed648c62b4d))
* contract string ([#82](https://github.com/ethpandaops/optimism-package/issues/82)) ([c062de0](https://github.com/ethpandaops/optimism-package/commit/c062de051ef49bcb9905f4f530c5a47e0d5548bd))
* count for participant was not calculated with ([#89](https://github.com/ethpandaops/optimism-package/issues/89)) ([f511988](https://github.com/ethpandaops/optimism-package/commit/f5119889455efb2edb7091ef22e025de7baf0d28))
* DNS-1035 label ([#44](https://github.com/ethpandaops/optimism-package/issues/44)) ([1bf8541](https://github.com/ethpandaops/optimism-package/commit/1bf85410d2bb4decafb2b5a2617d50cc3c2f9db1))
* erigon perms issue ([#76](https://github.com/ethpandaops/optimism-package/issues/76)) ([0328314](https://github.com/ethpandaops/optimism-package/commit/03283146c8a56351e036951411d30b598b040bfb))
* explicitly set client contexts0 ([30017f2](https://github.com/ethpandaops/optimism-package/commit/30017f2be05d7463bb635d08dbbcf5b7d45104ff))
* force offset time to be int ([#64](https://github.com/ethpandaops/optimism-package/issues/64)) ([74b6417](https://github.com/ethpandaops/optimism-package/commit/74b6417ed3755455ea865fa93a7c7c28996c2cc3))
* github action should fail if any jobs fail ([#78](https://github.com/ethpandaops/optimism-package/issues/78)) ([577ca3b](https://github.com/ethpandaops/optimism-package/commit/577ca3bbf842e7191d8865f101ce23cedd6d530c))
* grammar in docs ([#33](https://github.com/ethpandaops/optimism-package/issues/33)) ([d6fb36f](https://github.com/ethpandaops/optimism-package/commit/d6fb36f8d59a54f174b1f93e5fbb47386d3e486d))
* handling of config options ([#85](https://github.com/ethpandaops/optimism-package/issues/85)) ([5b085c8](https://github.com/ethpandaops/optimism-package/commit/5b085c892aa02448af21e6e50b11b169a879c05f))
* image label name too long, truncate at 63 chars ([#90](https://github.com/ethpandaops/optimism-package/issues/90)) ([5bd687c](https://github.com/ethpandaops/optimism-package/commit/5bd687c4df83b247e5372bdf0fd30244ae9b2db2))
* l2 contract deployment ([#35](https://github.com/ethpandaops/optimism-package/issues/35)) ([3f2b16d](https://github.com/ethpandaops/optimism-package/commit/3f2b16d0b3bb5d12d4f62315771a4d81268c75e8))
* Provide default participants ([#77](https://github.com/ethpandaops/optimism-package/issues/77)) ([a7d72da](https://github.com/ethpandaops/optimism-package/commit/a7d72daeaf079dcacc739bb464233c29402f3ca8))
* Remove wait for finalization for create2 factory deployment ([#60](https://github.com/ethpandaops/optimism-package/issues/60)) ([d4c37f0](https://github.com/ethpandaops/optimism-package/commit/d4c37f0208b233a929725852a6e7f8bcd044e8c7))
* test k8s ([#47](https://github.com/ethpandaops/optimism-package/issues/47)) ([ac17e89](https://github.com/ethpandaops/optimism-package/commit/ac17e895073d847759887509a38265f07b1a9ae7))
* trust l1 rpc in op-node ([#41](https://github.com/ethpandaops/optimism-package/issues/41)) ([05dcd2e](https://github.com/ethpandaops/optimism-package/commit/05dcd2eba3d17a6cf5ae4c2895494380e65b24c2))
* Update neth image; improve genesis tool ([#73](https://github.com/ethpandaops/optimism-package/issues/73)) ([71e61c8](https://github.com/ethpandaops/optimism-package/commit/71e61c861be7580451b1eac3f7cebf552ffd439d))
* update op-geth hash based storage ([#61](https://github.com/ethpandaops/optimism-package/issues/61)) ([f0b5b23](https://github.com/ethpandaops/optimism-package/commit/f0b5b233385f643ed3f10cd5b8ee078d00e0a328))
* Validate root params ([#79](https://github.com/ethpandaops/optimism-package/issues/79)) ([914a808](https://github.com/ethpandaops/optimism-package/commit/914a80895376625c8866943b517df47ce4c28170))

## 1.0.0 (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit ce0887d

Please sign in to comment.