Steven Allen
c744981585
fix(mkreleaselog): partially handle v2 modules
...
We can now handle v2 modules that use tags, but not v2 modules that use
v2 sub-directories.
2021-04-13 12:45:15 -07:00
Steven Allen
5e3f7fe78b
Merge pull request #8051 from hashbang/master
...
Fix transposed words in docs/config.md
2021-04-12 09:08:15 -07:00
Steven Allen
c0f1d8fa27
Merge pull request #8052 from ipfs/fix/document-bitswap-cmd
...
fix: update root help
2021-04-12 09:07:50 -07:00
Steven Allen
bcada84f2c
Merge pull request #8055 from ipfs/dont-docker-tag-rc-as-latest
...
chore: dont docker tag rc as latest
2021-04-12 08:49:54 -07:00
Steven Allen
efe5abd864
Merge pull request #8057 from ipfs/fix/improve-resolve-error
...
go-namesys v0.1.1
2021-04-12 08:49:02 -07:00
gammazero
79de5ffd32
chore: go-namesys v0.1.1
...
https://github.com/ipfs/go-namesys/releases/tag/v0.1.1
Closes #8000
2021-04-07 22:39:31 +02:00
Oli Evans
3106e5f911
chore: dont docker tag rc as latest
...
- add guard for rc releases; publish them to docker hub with the matching git tag
- make the semver regex stricter and only publish as latest when a full semver tag with no pre-release suffix is the name of the git tag.
- add `release` tag as an alias of `latest` as per https://github.com/ipfs/go-ipfs/issues/3999#issuecomment-742228981
Tested manually as the push-docker-tag.sh script is set up for it:
```shell
./push-docker-tags.sh $(date -u +%F) testingsha release v0.9.0-test dry
Nothing to do. No docker tag defined for branch: release, tag: v0.9.0-test
./push-docker-tags.sh $(date -u +%F) testingsha release v0.9.0-rc1 dry
DRY RUN! I would have tagged and pushed the following...
docker tag ipfs/go-ipfs:wip ipfs/go-ipfs:v0.9.0-rc1
docker push ipfs/go-ipfs:v0.9.0-rc1
./push-docker-tags.sh $(date -u +%F) testingsha release v0.9.0 dry
DRY RUN! I would have tagged and pushed the following...
docker tag ipfs/go-ipfs:wip ipfs/go-ipfs:v0.9.0
docker push ipfs/go-ipfs:v0.9.0
DRY RUN! I would have tagged and pushed the following...
docker tag ipfs/go-ipfs:wip ipfs/go-ipfs:latest
docker push ipfs/go-ipfs:latest
DRY RUN! I would have tagged and pushed the following...
docker tag ipfs/go-ipfs:wip ipfs/go-ipfs:release
docker push ipfs/go-ipfs:release
```
fixes #3999
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2021-04-06 16:39:22 +01:00
Steven Allen
c4b6366536
fix: update root help
...
* move the `cid` command to the "datastructures" section.
* document bitswap & pubsub commands
fixes #8047
2021-04-05 16:31:40 -07:00
David Pflug
d6322f485a
Fix transposed words in docs/config.md
2021-04-05 18:01:15 -04:00
Steven Allen
ef866a1400
Merge pull request #8045 from ipfs/dependabot/go_modules/github.com/coreos/go-systemd/v22-22.3.1
...
build(deps): bump github.com/coreos/go-systemd/v22 from 22.3.0 to 22.3.1
2021-04-02 10:11:45 -07:00
Steven Allen
d7109e89d9
Merge pull request #8044 from ipfs/chore/cmd-pin-rm-help
...
Add info to "pin rm" help about how to tell if pin is indirect
2021-04-02 10:11:19 -07:00
dependabot[bot]
58b840f23c
build(deps): bump github.com/coreos/go-systemd/v22 from 22.3.0 to 22.3.1
...
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd ) from 22.3.0 to 22.3.1.
- [Release notes](https://github.com/coreos/go-systemd/releases )
- [Commits](https://github.com/coreos/go-systemd/compare/v22.3.0...v22.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-02 11:14:30 +00:00
gammazero
8eefcce4a1
Add info to "pin rm" help about how to tell if a pin is indirectly pinned.
...
Addresses issue #7440
2021-04-01 18:33:18 -07:00
Steven Allen
873b913858
Merge pull request #8020 from ipfs/dependabot/go_modules/contrib.go.opencensus.io/exporter/prometheus-0.3.0
...
build(deps): bump contrib.go.opencensus.io/exporter/prometheus from 0.2.0 to 0.3.0
2021-04-01 12:10:16 -07:00
Steven Allen
4cdb67f37d
Merge pull request #7890 from ipfs/fix/remove-clear-site-data
...
fix(gw): remove use of Clear-Site-Data in subdomain router
2021-03-31 16:24:24 -07:00
Steven Allen
f361232fb1
Merge pull request #8038 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-noise-0.1.3
...
build(deps): bump github.com/libp2p/go-libp2p-noise from 0.1.2 to 0.1.3
2021-03-31 16:23:13 -07:00
Adin Schmahmann
bb8260abe1
Merge pull request #7857 from ipfs/fix/separate-migrations-bins
2021-03-31 17:05:51 -04:00
gammazero
b75d823950
Update latest distribution CID
2021-03-31 12:25:32 -07:00
dependabot[bot]
418943df4e
build(deps): bump github.com/libp2p/go-libp2p-noise from 0.1.2 to 0.1.3
...
Bumps [github.com/libp2p/go-libp2p-noise](https://github.com/libp2p/go-libp2p-noise ) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/libp2p/go-libp2p-noise/releases )
- [Commits](https://github.com/libp2p/go-libp2p-noise/compare/v0.1.2...v0.1.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 11:28:14 +00:00
Steven Allen
ca53af5adb
test(sharness): fix for opencensus updates
2021-03-30 17:07:55 -07:00
dependabot[bot]
52eb25343a
build(deps): bump contrib.go.opencensus.io/exporter/prometheus
...
Bumps [contrib.go.opencensus.io/exporter/prometheus](https://github.com/census-ecosystem/opencensus-go-exporter-prometheus ) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/census-ecosystem/opencensus-go-exporter-prometheus/releases )
- [Commits](https://github.com/census-ecosystem/opencensus-go-exporter-prometheus/compare/v0.2.0...v0.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 17:07:49 -07:00
Steven Allen
2000384749
Merge pull request #8026 from ipfs/dependabot/go_modules/github.com/ipld/go-car-0.2.2
...
build(deps): bump github.com/ipld/go-car from 0.2.0 to 0.2.2
2021-03-30 16:56:47 -07:00
dependabot[bot]
ab563dd641
build(deps): bump github.com/ipld/go-car from 0.2.0 to 0.2.2
...
Bumps [github.com/ipld/go-car](https://github.com/ipld/go-car ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/ipld/go-car/releases )
- [Commits](https://github.com/ipld/go-car/compare/v0.2.0...v0.2.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 23:21:54 +00:00
Steven Allen
f9db31740e
Merge pull request #8035 from RubenKelevra/patch-5
...
docs: clarification of the Strategic Providing functionality
2021-03-30 16:07:28 -07:00
Steven Allen
04dc6dc9eb
Merge pull request #8019 from ipfs/dependabot/go_modules/github.com/hashicorp/go-multierror-1.1.1
...
build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
2021-03-30 16:06:11 -07:00
Steven Allen
15222d8fe2
Merge pull request #8017 from ipfs/dependabot/go_modules/github.com/ipfs/go-namesys-0.1.0
...
build(deps): bump github.com/ipfs/go-namesys from 0.0.1 to 0.1.0
2021-03-30 16:05:34 -07:00
Steven Allen
cc54ba1109
Merge pull request #8010 from ipfs/docs/cosmetic-fixes
...
docs: cosmetic fixes of help text
2021-03-30 15:52:38 -07:00
Steven Allen
0a3f88823c
Merge pull request #7994 from ipfs/chore/deprecate-pathprefixes
...
chore: deprecate Gateway.PathPrefixes
2021-03-30 15:52:02 -07:00
Marcin Rataj
090953d298
docs: tweak ipfs cmd help
...
https://github.com/ipfs/go-ipfs/pull/8010#discussion_r600842235
https://github.com/ipfs/go-ipfs/pull/8010#discussion_r600842123
2021-03-30 21:26:32 +02:00
Marcin Rataj
2f105f79b9
chore: deprecate Gateway.PathPrefixes
...
Context:
https://github.com/ipfs/go-ipfs/issues/7702#issuecomment-803136077
2021-03-30 21:17:41 +02:00
Steven Allen
1ab344d3ce
Merge pull request #8025 from ipfs/dependabot/go_modules/github.com/ipfs/go-ipld-git-0.0.4
...
build(deps): bump github.com/ipfs/go-ipld-git from 0.0.3 to 0.0.4
2021-03-29 16:17:39 -07:00
Steven Allen
bc2cc9b50d
Merge pull request #8027 from RubenKelevra/patch-3
...
Fix text contrast for dark mode
2021-03-29 16:16:55 -07:00
Steven Allen
99309df9e1
Merge pull request #7883 from ipfs/chore/pin-ls-all-faster
...
Do not fetch recursive pins from pinner unnecessarily
2021-03-29 16:04:37 -07:00
gammazero
fb55f09882
Add comment about reading until channel closed
2021-03-29 15:11:38 -07:00
@RubenKelevra
5f0d828e85
docs: clarification of the Strategic Providing functionality
...
or the lack of
2021-03-29 18:32:02 +02:00
gammazero
2fc1594f51
Use same semver lib that is use elsewhere in go-ipfs
2021-03-26 09:44:13 -07:00
gammazero
fe97eee1c9
Fix typo in log message
2021-03-26 00:48:13 -07:00
gammazero
f00b49be58
Set latest dist to use one with darwin arm64 builds
2021-03-25 23:42:59 -07:00
Adin Schmahmann
5ee8710c58
feat: repo migrations - use filepath instead of path to support windows
2021-03-25 16:00:14 -04:00
Adin Schmahmann
36de939e25
test: repo migrations fetch - skip part of a test on windows since it does not support read-only directories
2021-03-25 15:55:37 -04:00
Adin Schmahmann
891c81e631
test: repo migrations fetch - support windows wanting binaries to end in .exe
2021-03-25 15:53:15 -04:00
gammazero
09a481ea7a
update current ipfs dist to migrations with vtag
2021-03-25 12:25:14 -07:00
Andrew Gillis
1530cd2cea
Rename migrations from ipfs-x-to-y to fs-repo-x-to-y ( #8002 )
...
* rename migrations from ipfs-x-to-y to fs-repo-x-to-y
* update current ipfs dist to one with migrations v1.0.0
2021-03-25 10:10:26 -07:00
@RubenKelevra
db58dbc625
Readme: replace header image for dark mode
...
- Fix text contrast for dark mode and dimmed mode with white outlines around the black text
fixes ipfs#8024
2021-03-25 15:42:05 +01:00
dependabot[bot]
49270f43a3
build(deps): bump github.com/ipfs/go-ipld-git from 0.0.3 to 0.0.4
...
Bumps [github.com/ipfs/go-ipld-git](https://github.com/ipfs/go-ipld-git ) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/ipfs/go-ipld-git/releases )
- [Commits](https://github.com/ipfs/go-ipld-git/compare/v0.0.3...v0.0.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 11:14:11 +00:00
dependabot[bot]
9351771b65
build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
...
Bumps [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/hashicorp/go-multierror/releases )
- [Commits](https://github.com/hashicorp/go-multierror/compare/v1.1.0...v1.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-24 23:18:14 +00:00
dependabot[bot]
7fd4326ded
build(deps): bump github.com/ipfs/go-namesys from 0.0.1 to 0.1.0
...
Bumps [github.com/ipfs/go-namesys](https://github.com/ipfs/go-namesys ) from 0.0.1 to 0.1.0.
- [Release notes](https://github.com/ipfs/go-namesys/releases )
- [Commits](https://github.com/ipfs/go-namesys/compare/v0.0.1...v0.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-24 23:16:29 +00:00
Steven Allen
3f9c3f4557
Merge pull request #8021 from ipfs/dependabot/go_modules/github.com/ipfs/go-log-1.0.5
...
build(deps): bump github.com/ipfs/go-log from 1.0.4 to 1.0.5
2021-03-24 16:02:52 -07:00
Steven Allen
0ff456fd6c
Merge pull request #8022 from ipfs/chore/label-dependabot-prs
...
chore: label dependabot PRs
2021-03-24 16:02:26 -07:00
Steven Allen
cb86035166
Merge pull request #8018 from ipfs/dependabot/go_modules/github.com/coreos/go-systemd/v22-22.3.0
...
build(deps): bump github.com/coreos/go-systemd/v22 from 22.1.0 to 22.3.0
2021-03-24 16:02:12 -07:00