1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
Commit graph

58 commits

Author SHA1 Message Date
6ad6b44433 Version 1.1.9 2025-01-23 19:32:45 +01:00
07ccab4628 Version 1.1.8 2024-12-23 09:30:24 +01:00
96b6a79813 Version v1.1.8-rc1 2024-12-04 15:21:50 +01:00
d5bc23a63e Version 1.1.7 2024-11-11 19:40:17 +01:00
89011b8fc8 Version 1.1.7-rc2 2024-11-03 12:11:09 +01:00
213a31570d Version 1.1.7-rc1 2024-10-21 12:32:08 +02:00
ffd2504834 Version 1.1.6 2024-10-16 16:37:56 +02:00
6231142e4a makefile: make sure we apppend to GOBULDFLAGS if user wants to add their own. 2024-10-16 16:23:03 +02:00
a3c428ee5c Version 1.1.5 2024-08-29 15:33:45 +02:00
c0c062a1b5 Version 1.1.5-rc1 2024-08-11 17:27:35 +02:00
18a8feea9e make: no need to use find, can specify the directory where the go files are 2024-07-25 19:36:51 +02:00
e8b90dab77 Makefile: only set PROGRAM_VERSION if its unset 2024-07-24 00:22:14 +02:00
c523f1c797 make: build all go files in cmd/thalos 2024-07-19 13:40:03 +02:00
8c5815a2ce Version 1.1.4 2024-07-17 09:32:35 +02:00
e2443dcd27 Version 1.1.3 2024-07-03 18:17:27 +02:00
70eda8e397 Version 1.1.2 2024-06-27 14:30:20 +02:00
be35936dc2 Version 1.1.2-rc4 2024-06-23 14:58:18 +02:00
a79bf8f2f3 Adding variabels for docker. 2024-06-23 11:42:26 +02:00
a2f8c3dc7c v1.1.2-rc3 2024-06-19 21:51:14 +02:00
634205a546 Makefile: should be "docker image push" instead of "docker publish" 2024-05-17 18:35:40 +02:00
3392533a91 Version 1.1.2-rc2 2024-05-17 18:20:14 +02:00
ea52a3848e makefile: adding docker-image and docker-publish rules 2024-05-09 11:43:16 +02:00
1c1f537850 Version 1.1.2-rc1 2024-04-29 22:44:32 +02:00
7ff006637d Version 1.1.1 2024-04-09 22:43:07 +02:00
83d57a09c4 Version 1.1.0 2024-03-01 16:46:22 +01:00
5f2ae2ea52 Makefile: make test command also test api. 2024-02-29 19:33:24 +01:00
79d2496185 Version 1.1.0-rc2 2024-02-28 23:33:40 +01:00
e046484d9b Version 1.1.0-rc1 2024-02-19 15:10:05 +01:00
39135ab781 makefile: adding build-deb target. 2024-02-19 15:02:18 +01:00
655dd730d7 switch github.com/pborman/getopt to github.com/urfave/cli for handling cli flags 2024-02-10 18:52:50 +01:00
f99bbec5ff Version 1.0.0 2024-02-07 19:32:24 +01:00
6da433dc4d Version 0.3.1 2024-01-22 14:47:56 +01:00
062bdae620 Version 0.3.0 2024-01-22 00:29:45 +01:00
2a906e8818 Version 0.2.1 2023-11-04 13:44:01 +01:00
1ced6146b0 Makefile: fix inclusion of source files for thalos-tools 2023-10-22 20:32:49 +02:00
96764ef651 Version 0.2.0 2023-08-22 07:56:28 +02:00
e3f46d4a84 cmd/tools/flags.go: move common flags into it's own file. 2023-06-28 15:25:29 +02:00
b84b11aa6c Makefile: move link flags to GOLDFLAGS variable. 2023-06-16 14:28:25 +02:00
08ce37141c Makefile: adding "-p" flag to GOBUILDFLAGS 2023-06-16 14:22:06 +02:00
054d11e329 Version 0.1.2 2023-06-15 16:34:39 +02:00
d284cfde00 Makefile: install thalos-tools. 2023-06-15 11:54:32 +02:00
aa6d5c9181 Makefile: rename "build-tools" target to just "tools" 2023-06-15 11:33:00 +02:00
a4c1982dd2 Makefile: Add validate to tools. 2023-06-15 11:30:24 +02:00
52488277cb create thalos-tools cli app and have the old bench command as a subcommand. 2023-06-14 11:29:54 +02:00
c1efffd4ba Adding cmd/bench/main.go 2023-06-05 12:52:42 +02:00
f8e03cf8a1 Version 0.1.1 2023-05-19 15:46:13 +02:00
b6d91f396b Makefile: skip --buildmode=pie flag in GOBUILDFLAGS 2023-05-15 07:47:49 +02:00
160f2a35f8 Makefile: Adding install-scripts target. 2023-05-14 18:02:47 +02:00
00ea1a5bfd Makefile: move "thalos" subdirectory into CFGDIR instead of hardcoded after CFGDIR 2023-05-14 17:56:21 +02:00
5e9b7ceb1d Makefile: Inject program version into main.VersionString variable. 2023-05-13 13:31:57 +02:00