diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f47e923..f0a0883 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "0.0.0", - "priv/cockroachdb": "0.0.0" + "priv/cockroachdb": "1.0.0" } diff --git a/priv/cockroachdb/CHANGELOG.md b/priv/cockroachdb/CHANGELOG.md new file mode 100644 index 0000000..318dd29 --- /dev/null +++ b/priv/cockroachdb/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 1.0.0 (2024-05-09) + + +### 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)) +* 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)) diff --git a/priv/cockroachdb/fly.toml b/priv/cockroachdb/fly.toml index af27c7c..2d9c19b 100644 --- a/priv/cockroachdb/fly.toml +++ b/priv/cockroachdb/fly.toml @@ -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]