Rob Holland
5326abea4c
Set TEMPORAL_ADDRESS/TEMPORAL_CLI_ADDRESS on temporal container. ( #226 )
...
This avoids some auto-detection log messages and allows the temporal cli to
connect to the server in the temporal container, not just
temporal-admin-tools.
2025-04-28 08:18:01 -06:00
Rob Holland
770689be92
Remove leftover kompose labels. ( #206 )
2024-06-05 15:35:44 +01:00
Rob Holland
52f74c55f3
Keep an admintools version separate from temporal version. ( #207 )
...
* Keep an admintools version separate from temporal version.
This allows us to account for new admintools tagging format.
* Adjust release action to take an admintools version.
2024-06-05 14:39:33 +01:00
Rodrigo Zhou
1fff9dd2ff
Update configs removing standard visibility support ( #205 )
2024-04-29 01:10:54 -05:00
Ruslan
c66f5230bf
Set Temporal CLI address env variable ( #177 )
...
* Set Temporal CLI address env variable
* update k8s images
2023-06-30 16:26:13 -04:00
mxbvkn
f58f654c10
Add explicit persistent volumes to containers ( #153 )
...
* Add explicit persistent volumes to containers
When Docker recreates containers from images, Elasticsearch data is lost, because container recreation deletes volumes not explicitly specified in dockerfile. Postgres or MySQL or Cassandra data isn't lost, because image definition for those contain explicit VOLUME command (eg 'VOLUME /var/lib/postgresql/data'), however moving it to docker-compose definition for clarity as well.
* Remove reference to UI v2 from README.md
* Use anonymous volumes for data persistence
To be consistent with existing behavior of docker-compose, do not use named volumes, keep using anonymous ones.
2022-11-07 17:20:40 -08:00
Ruslan
51f5d2b969
Remove UI v1 ( #143 )
2022-10-12 12:17:27 -07:00
Rodrigo Zhou
de7aafb938
Revert "Start temporal server allowing no auth ( #135 )" ( #138 )
...
This reverts commit ca80340edd .
2022-09-14 11:58:03 -07:00
Rodrigo Zhou
ca80340edd
Start temporal server allowing no auth ( #135 )
...
* Start temporal server allowing no auth
* Update README.md
2022-09-08 09:56:38 -07:00
Rob Holland
7c0681875f
Convert docker compose files to basic kubernetes manifests for dev use ( #127 )
...
* Generate k8s manifests from compose.
2022-07-27 11:27:31 +01:00
Alex Shtin
8d9820ca03
Rename dynamic configs to match server repo names ( #109 )
2022-05-20 13:42:12 -07:00
Alex Shtin
0c3417fb09
Clean up dynamic configs ( #108 )
2022-05-20 10:06:52 -07:00
Dmitry Spikhalskiy
716fb77eb6
Increment ES memory limit to 256Mb ( #100 )
2022-05-04 17:50:13 -04:00
Ruslan
035e57393a
Add UI v2 to the default docker-compose.yml ( #75 )
2022-03-16 16:50:54 -07:00
Jeremy Breiding
5cacb558f2
revert env_file for elastic containers ( #74 )
2022-03-14 18:35:22 -07:00
Jeremy Breiding
9d9a0077bd
Updating to use dynamicconfig for sql persistence ( #71 )
...
Moving tags to env file
2022-03-11 10:21:08 -08:00
Haim Gelfenbeyn
7377b973f0
Do not expose Elasticsearch and PostgreSQL ports outside of Docker ( #54 )
2022-03-08 00:02:38 -08:00
Yu Xia
5a1dcd9d7c
Prepare v1.15.2 patch ( #69 )
...
* Update tag to v1.15.x
2022-03-04 16:32:48 -08:00
Yu Xia
d882c1002e
Bump docker file to use V1.15.1 ( #68 )
...
* Update tag to release 1.15.0
* Bump version to v1.15.1
2022-02-28 21:10:32 -08:00
Ruslan
4b44b14c46
Bump Web to v1.14.0 ( #66 )
2022-02-25 14:16:46 -08:00
Grant Shively
8af94f43e2
Prevent ES deprecation warning spam in logs ( #65 )
2022-02-25 02:12:30 +08:00
Yu Xia
fa3a53ece0
Update tag to release 1.15.0 ( #64 )
2022-02-11 20:50:53 -08:00
Alex Shtin
ad0b47e502
Release 1.14.5 ( #63 )
2022-02-10 21:52:12 -08:00
swyx
9bfa215c93
update temporal server version to 1.14.2 ( #60 )
2022-01-12 06:27:43 +08:00
Don Alvarez
ad1de17c82
Elasticsearch should use version 7.16.2 or newer ( #57 )
...
Elastic search versions lower than 7.16.2 are subject to the log4j vulnerability as discussed in https://www.elastic.co/blog/log4j2-vulnerability-what-to-know-security-vulnerability-learn-more-elastic-support
2021-12-23 17:23:13 -08:00
Mikhail Gryzykhin
de639cce4b
Release 1.14.0 ( #56 )
2021-12-13 20:54:44 -08:00
Alex Shtin
79c581ff1f
Update MySQL and PosgreSQL to the latest ( #55 )
2021-12-03 18:21:15 -08:00
David Reiss
55f635e829
Release 1.13.1 ( #52 )
2021-11-05 11:08:04 -07:00
Ruslan
2f84de06e3
Bump Web to v1.13.0 ( #51 )
2021-10-29 13:13:52 -04:00
David Reiss
2ef5a16600
Release 1.13.0 ( #49 )
2021-10-25 16:49:30 -07:00
Ruslan
0e6862165c
Bump Web to v1.12.0 ( #47 )
2021-10-07 16:44:09 -07:00
Alex Shtin
a3123ab40e
Release v1.12.3 ( #46 )
2021-10-07 14:26:09 -07:00
Alex Shtin
257cd92a3a
Release v1.12.2 ( #45 )
2021-10-04 13:04:34 -07:00
Alex Shtin
a56eee2586
Bump server version to 1.12.1
2021-09-16 16:20:52 -07:00
Alex Shtin
dd83dd083b
Release v1.12.0 ( #44 )
2021-08-31 11:48:05 -07:00
Yimin Chen
ff95bcdf83
Release v1.11.4 ( #42 )
2021-08-19 09:01:23 -07:00
swyx
30a8a9232b
Switch default docker-compose to PostgreSQL+Elasticsearch ( #41 )
2021-08-17 09:00:54 -07:00
wxing1292
5d7d242682
Release v1.11.3 ( #40 )
2021-08-06 12:00:38 -07:00
Ruslan
6f62fdbe46
Bump Web to v1.11.0 ( #39 )
2021-07-27 11:54:47 -07:00
Yimin Chen
0e7d366584
Release v1.11.2 ( #38 )
2021-07-22 14:30:37 -07:00
Yimin Chen
3d857b94f6
bump to v1.11.1 ( #37 )
2021-07-19 18:59:15 -07:00
Yimin Chen
6d8a9046d5
v1.11.0 release ( #36 )
2021-07-19 17:05:25 -07:00
wxing1292
e1914a3280
Release v1.10.3 ( #35 )
2021-06-25 10:19:23 -07:00
wxing1292
a15bbbb600
Release v1.10.2 ( #34 )
2021-06-11 15:35:46 -07:00
Ruslan
269ba57f29
Bump Web to v1.10.0 ( #33 )
2021-06-10 09:15:16 -07:00
wxing1292
bfb5efd725
Release v1.10.1 ( #32 )
2021-06-07 16:24:40 -07:00
Ruslan
c28cb66d8a
Bump Web to v1.9.2 ( #30 )
2021-05-26 12:01:09 -07:00
Ruslan
b4bf1f1da5
Bump Web to v1.9.1 ( #29 )
2021-05-13 12:01:39 -07:00
Alex Shtin
f0393443ca
Bump version to 1.9.2 ( #28 )
2021-05-07 15:07:20 -07:00
Alex Shtin
16e8c6a6e9
Bump version to 1.9.1 ( #27 )
2021-05-04 18:46:48 -07:00