Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
24 changes: 24 additions & 0 deletions priv/cockroachdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## 1.0.0 (2025-12-13)


### 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))
* **deps:** upgrade cockroachdb version to latest ([f9fcbb1](https://github.com/btkostner/jumar/commit/f9fcbb11ab73219351dee6bb2e6f2f34b3d52284))
* 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