Skip to content

Commit

Permalink
chore: release cockroachdb 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 6, 2024
1 parent afd11ec commit f2a362e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.0.0",
"priv/cockroachdb": "0.0.0"
"priv/cockroachdb": "1.0.0"
}
23 changes: 23 additions & 0 deletions priv/cockroachdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 1.0.0 (2024-10-06)


### Features

* add cockroachdb local instance, testing, and deployment docs ([#10](https://github.com/btkostner/jumar/issues/10)) ([c4f803d](https://github.com/btkostner/jumar/commit/c4f803da8b888eb71853581e1b13b56a18a945ae))
* speed up linting CI ([#14](https://github.com/btkostner/jumar/issues/14)) ([985e8b3](https://github.com/btkostner/jumar/commit/985e8b3c963e5933392a2b33392b12380e01a9fc))


### Bug Fixes

* update release please cockroachdb release type ([f90659b](https://github.com/btkostner/jumar/commit/f90659bdc18f2fc578491d0dfba3d21f768ad93c))


### Miscellaneous

* **deps:** update cockroachdb/cockroach docker tag to v23.2.4 ([#38](https://github.com/btkostner/jumar/issues/38)) ([968e157](https://github.com/btkostner/jumar/commit/968e1573d355f0609370da0a4d2aae9ef00de4b6))
* **deps:** update cockroachdb/cockroach docker tag to v24 ([#67](https://github.com/btkostner/jumar/issues/67)) ([af80c80](https://github.com/btkostner/jumar/commit/af80c80414aaa19c0631f7a00f4d1155f7a82c36))
* increase cockroach kill timeout for graceful exit ([6c12b0c](https://github.com/btkostner/jumar/commit/6c12b0c0ed931ff61ee95a4ba01bd90083a79901))
* update elixir, erlang, and cockroach versions ([667819f](https://github.com/btkostner/jumar/commit/667819f42c7fb6fb900fde43c50d5a6f78027b7a))
* update fly.toml release please comment ([ce7042b](https://github.com/btkostner/jumar/commit/ce7042b17b031effc092cebbe8519b13c06c20c6))
2 changes: 1 addition & 1 deletion priv/cockroachdb/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ primary_region = "den"
services = []

[build]
image = "ghcr.io/btkostner/cockroach:1.0.5" # x-release-please-version
image = "ghcr.io/btkostner/cockroach:1.0.0" # x-release-please-version

[checks]
[checks.crdb]
Expand Down

0 comments on commit f2a362e

Please sign in to comment.