Commit Graph

21 Commits

Author SHA1 Message Date
Hector Sanjuan
1ef23bf3ee release.sh: improve script. 2021-01-14 14:06:53 +01:00
Hector Sanjuan
35b596b450 release.sh: Fix typo in git describe 2021-01-14 14:01:01 +01:00
Hector Sanjuan
a8bccd2f1a Use git describe correctly 2020-05-19 10:14:44 +02:00
Hector Sanjuan
1806273f2f
Set development version v0.13.0-next 2020-05-19 10:10:08 +02:00
Hector Sanjuan
f213fe3dfa
Set development version v0.13.0-dev 2020-05-19 10:08:09 +02:00
Kishan Mohanbhai Sagathiya
1dc3e1db2c Remove gx
License: MIT
Signed-off-by: Kishan Mohanbhai Sagathiya <kishansagathiya@gmail.com>
2019-07-04 13:58:17 +01:00
Hector Sanjuan
c36de4aa21 Do not do gx releases 2019-04-10 12:04:39 +02:00
Hector Sanjuan
862c1eb3ea Fix #382: Extract headers from IPFS API requests & apply them to hijacked ones.
This commit makes the proxy extract useful fixed headers (like CORS) from
the IPFS daemon API responses and then apply them to the responses
from hijacked endpoints like /add or /repo/stat.

It does this by caching a list of headers from the first IPFS API
response which has them. If we have not performed any proxied request or
managed to obtain the headers we're interested in, this will try triggering a
request to "/api/v0/version" to obtain them first.

This should fix the issues with using Cluster proxy with IPFS Companion and
Chrome.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-12-18 16:05:12 +01:00
Hector Sanjuan
9907103508 Fix release script with new cmd/ folder
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-10-01 16:34:22 +02:00
Hector Sanjuan
59714f69d4 Allow running peers with different cluster versions in the same cluster
This patch modifies the RPC protocol tag to use Major and Minor parts of the
version and not all of it.

This means all peers on the 0.5.x can run in the same cluster.

As cluster has become more mature and I see less risks in letting peers from
similar versions run together. This is useful when upgrading too.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-09-27 07:35:57 +02:00
Hector Sanjuan
d3bffc2dba Make release script more verbose
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-05-28 12:42:09 +02:00
Hector Sanjuan
3ed9034799 Improve release script
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-05-28 12:40:35 +02:00
Hector Sanjuan
bebc486bb3 Fix release changelog when having release candidates.
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-03-29 13:47:33 +02:00
Hector Sanjuan
620886366d release.sh: clean before releasing
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2017-12-11 14:10:16 +01:00
Hector Sanjuan
847a8a78c4 Do not leave tag annotation file around when releasing
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2017-12-11 14:05:26 +01:00
Hector Sanjuan
ff698141f2
sign release commits too
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2017-11-15 23:54:31 +01:00
Hector Sanjuan
3726ef8c9d Include a tag annotation, sign tags
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2017-11-15 23:39:22 +01:00
Hector Sanjuan
1c7d1e0141 Fix release.sh
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-03-09 13:15:00 +01:00
Hector Sanjuan
ea1ad53df1 Fix tagging
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-03-09 12:41:43 +01:00
Hector Sanjuan
d72fc5b317 Correctly replace release number when releasing
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-03-03 17:57:28 +01:00
Hector Sanjuan
9eb88f892d Improve packages.json and add release script
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-01-25 13:09:36 +01:00