|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -## [v1.0.1](https://github.com/somaz94/git-mirror-action/compare/v1.0.0...v1.0.1) (2026-03-18) |
| 5 | +## [v1.0.1](https://github.com/somaz94/multi-git-mirror/compare/v1.0.0...v1.0.1) (2026-03-18) |
6 | 6 |
|
7 | 7 | ### Bug Fixes |
8 | 8 |
|
9 | | -- use secrets for Bitbucket username and document x-token-auth usage ([0903b9e](https://github.com/somaz94/git-mirror-action/commit/0903b9ed8b4e3c3182621404afff2c4ffc9d5da5)) |
10 | | -- use local action in bitbucket-mirror.yml until next release ([a5d0211](https://github.com/somaz94/git-mirror-action/commit/a5d0211bed0a3efe08eb1133a4a0fd5a6acf7ee2)) |
| 9 | +- use secrets for Bitbucket username and document x-token-auth usage ([0903b9e](https://github.com/somaz94/multi-git-mirror/commit/0903b9ed8b4e3c3182621404afff2c4ffc9d5da5)) |
| 10 | +- use local action in bitbucket-mirror.yml until next release ([a5d0211](https://github.com/somaz94/multi-git-mirror/commit/a5d0211bed0a3efe08eb1133a4a0fd5a6acf7ee2)) |
11 | 11 |
|
12 | 12 | ### Code Refactoring |
13 | 13 |
|
14 | | -- rename bitbucket_password to bitbucket_api_token ([6d523b4](https://github.com/somaz94/git-mirror-action/commit/6d523b4f3a7e835b488bb5597ec6d0d9c6286f6f)) |
| 14 | +- rename bitbucket_password to bitbucket_api_token ([6d523b4](https://github.com/somaz94/multi-git-mirror/commit/6d523b4f3a7e835b488bb5597ec6d0d9c6286f6f)) |
15 | 15 |
|
16 | 16 | ### Documentation |
17 | 17 |
|
18 | | -- note Workspace Access Token requires Bitbucket Premium plan ([bec56b9](https://github.com/somaz94/git-mirror-action/commit/bec56b9cea5e08ec8fbafb815d35bf2edeee8cc4)) |
19 | | -- update Bitbucket auth guide with Repository/Workspace Access Tokens ([4369237](https://github.com/somaz94/git-mirror-action/commit/4369237470d747bf4623a51a504d14cfd8b6a460)) |
20 | | -- update CONTRIBUTORS.md ([4a88a78](https://github.com/somaz94/git-mirror-action/commit/4a88a78a32ffd63874f2bc35815b93a3111efe94)) |
21 | | -- update changelog ([6021cac](https://github.com/somaz94/git-mirror-action/commit/6021cacb44a7bba1d08bc1ee627418cf62cee60e)) |
| 18 | +- note Workspace Access Token requires Bitbucket Premium plan ([bec56b9](https://github.com/somaz94/multi-git-mirror/commit/bec56b9cea5e08ec8fbafb815d35bf2edeee8cc4)) |
| 19 | +- update Bitbucket auth guide with Repository/Workspace Access Tokens ([4369237](https://github.com/somaz94/multi-git-mirror/commit/4369237470d747bf4623a51a504d14cfd8b6a460)) |
| 20 | +- update CONTRIBUTORS.md ([4a88a78](https://github.com/somaz94/multi-git-mirror/commit/4a88a78a32ffd63874f2bc35815b93a3111efe94)) |
| 21 | +- update changelog ([6021cac](https://github.com/somaz94/multi-git-mirror/commit/6021cacb44a7bba1d08bc1ee627418cf62cee60e)) |
22 | 22 |
|
23 | 23 | ### Continuous Integration |
24 | 24 |
|
25 | | -- disable Bitbucket tests until plan issue is resolved ([c07baa4](https://github.com/somaz94/git-mirror-action/commit/c07baa471b77f1478dcf6d5699d2b93b2f2f199d)) |
26 | | -- add Bitbucket mirror workflow and Bitbucket CI tests ([221443e](https://github.com/somaz94/git-mirror-action/commit/221443e44af6159571255fe7268650abb451412d)) |
| 25 | +- disable Bitbucket tests until plan issue is resolved ([c07baa4](https://github.com/somaz94/multi-git-mirror/commit/c07baa471b77f1478dcf6d5699d2b93b2f2f199d)) |
| 26 | +- add Bitbucket mirror workflow and Bitbucket CI tests ([221443e](https://github.com/somaz94/multi-git-mirror/commit/221443e44af6159571255fe7268650abb451412d)) |
27 | 27 |
|
28 | 28 | ### Contributors |
29 | 29 |
|
30 | 30 | - somaz |
31 | 31 |
|
32 | 32 | <br/> |
33 | 33 |
|
34 | | -## [v1.0.0](https://github.com/somaz94/git-mirror-action/releases/tag/v1.0.0) (2026-03-18) |
| 34 | +## [v1.0.0](https://github.com/somaz94/multi-git-mirror/releases/tag/v1.0.0) (2026-03-18) |
35 | 35 |
|
36 | 36 | ### Features |
37 | 37 |
|
38 | | -- add retry, pre-check, exclude branches, and parallel mirroring ([7165fea](https://github.com/somaz94/git-mirror-action/commit/7165fea86181e48f994b3ab9fb04a5005e0f72cb)) |
39 | | -- scaffold Go-based git-mirror-action project structure ([5529b82](https://github.com/somaz94/git-mirror-action/commit/5529b826a354f67829bd3692df46c4c631760641)) |
| 38 | +- add retry, pre-check, exclude branches, and parallel mirroring ([7165fea](https://github.com/somaz94/multi-git-mirror/commit/7165fea86181e48f994b3ab9fb04a5005e0f72cb)) |
| 39 | +- scaffold Go-based multi-git-mirror project structure ([5529b82](https://github.com/somaz94/multi-git-mirror/commit/5529b826a354f67829bd3692df46c4c631760641)) |
40 | 40 |
|
41 | 41 | ### Bug Fixes |
42 | 42 |
|
43 | | -- resolve parallel race condition, add mutex and prevent credential prompts ([d2802e5](https://github.com/somaz94/git-mirror-action/commit/d2802e543f59d8b71d85a14c0e86521ec3aa126c)) |
44 | | -- ensure git repo exists for Docker dry-run and improve CI test targets ([7aadbb3](https://github.com/somaz94/git-mirror-action/commit/7aadbb3bbc7edf66a390656d81fb652d1cf1ef76)) |
45 | | -- **ci:** use exit code validation instead of grep on annotations ([f749cbe](https://github.com/somaz94/git-mirror-action/commit/f749cbec8d37cd98c7a3f44d117d1e60564d8780)) |
46 | | -- improve security for all providers ([a1276f2](https://github.com/somaz94/git-mirror-action/commit/a1276f20c04b598b5a47c846e2f2164089c91b02)) |
47 | | -- add git-lfs to Docker image to prevent pre-push hook failure ([8a1ef8d](https://github.com/somaz94/git-mirror-action/commit/8a1ef8de32480b8af30b6c81ffa02720ba666d49)) |
48 | | -- **ci:** remove deprecated buildx install input and add missing env vars ([423456e](https://github.com/somaz94/git-mirror-action/commit/423456e101d417e7e0a7ac5bf6031f45444cc596)) |
49 | | -- add safe.directory config for Docker workspace ownership ([915f76d](https://github.com/somaz94/git-mirror-action/commit/915f76d2b8b1a3b34e4c4095b61db58786c75ae9)) |
| 43 | +- resolve parallel race condition, add mutex and prevent credential prompts ([d2802e5](https://github.com/somaz94/multi-git-mirror/commit/d2802e543f59d8b71d85a14c0e86521ec3aa126c)) |
| 44 | +- ensure git repo exists for Docker dry-run and improve CI test targets ([7aadbb3](https://github.com/somaz94/multi-git-mirror/commit/7aadbb3bbc7edf66a390656d81fb652d1cf1ef76)) |
| 45 | +- **ci:** use exit code validation instead of grep on annotations ([f749cbe](https://github.com/somaz94/multi-git-mirror/commit/f749cbec8d37cd98c7a3f44d117d1e60564d8780)) |
| 46 | +- improve security for all providers ([a1276f2](https://github.com/somaz94/multi-git-mirror/commit/a1276f20c04b598b5a47c846e2f2164089c91b02)) |
| 47 | +- add git-lfs to Docker image to prevent pre-push hook failure ([8a1ef8d](https://github.com/somaz94/multi-git-mirror/commit/8a1ef8de32480b8af30b6c81ffa02720ba666d49)) |
| 48 | +- **ci:** remove deprecated buildx install input and add missing env vars ([423456e](https://github.com/somaz94/multi-git-mirror/commit/423456e101d417e7e0a7ac5bf6031f45444cc596)) |
| 49 | +- add safe.directory config for Docker workspace ownership ([915f76d](https://github.com/somaz94/multi-git-mirror/commit/915f76d2b8b1a3b34e4c4095b61db58786c75ae9)) |
50 | 50 |
|
51 | 51 | ### Code Refactoring |
52 | 52 |
|
53 | | -- add SSH support, credential encoding, log masking, and config validation ([b09eb66](https://github.com/somaz94/git-mirror-action/commit/b09eb660354c921208782479f6b7fedca60fdd0e)) |
| 53 | +- add SSH support, credential encoding, log masking, and config validation ([b09eb66](https://github.com/somaz94/multi-git-mirror/commit/b09eb660354c921208782479f6b7fedca60fdd0e)) |
54 | 54 |
|
55 | 55 | ### Documentation |
56 | 56 |
|
57 | | -- update documentation for new features and add authentication guides ([d0b4ef7](https://github.com/somaz94/git-mirror-action/commit/d0b4ef7fa0d97ac6194718d66c6a0d2bcdbf06aa)) |
58 | | -- update AUTHENTICATION.md and CLAUDE.md for new features ([230e8f8](https://github.com/somaz94/git-mirror-action/commit/230e8f88c85a319a8597da3a60ab2c47f82ab1e0)) |
59 | | -- add documentation, workflows, and GitHub configs ([f9db271](https://github.com/somaz94/git-mirror-action/commit/f9db271e885629641a040a8ace7eda3f7414f274)) |
| 57 | +- update documentation for new features and add authentication guides ([d0b4ef7](https://github.com/somaz94/multi-git-mirror/commit/d0b4ef7fa0d97ac6194718d66c6a0d2bcdbf06aa)) |
| 58 | +- update AUTHENTICATION.md and CLAUDE.md for new features ([230e8f8](https://github.com/somaz94/multi-git-mirror/commit/230e8f88c85a319a8597da3a60ab2c47f82ab1e0)) |
| 59 | +- add documentation, workflows, and GitHub configs ([f9db271](https://github.com/somaz94/multi-git-mirror/commit/f9db271e885629641a040a8ace7eda3f7414f274)) |
60 | 60 |
|
61 | 61 | ### Tests |
62 | 62 |
|
63 | | -- improve SSH test coverage with configurable sshDir ([a337e4c](https://github.com/somaz94/git-mirror-action/commit/a337e4cf52aa754d93c1a90127cd9722b27aa781)) |
64 | | -- add tests for SSH, credential encoding, masking, and validation ([4a7d7d6](https://github.com/somaz94/git-mirror-action/commit/4a7d7d6919896cc7b9cc0c14d0a95015431cd689)) |
65 | | -- improve test coverage with mock-based tests ([7f3b1d3](https://github.com/somaz94/git-mirror-action/commit/7f3b1d3d5a4aec5469522dd0deb8559212403be2)) |
66 | | -- add unit tests for config, mirror, and output packages ([ec5a8a2](https://github.com/somaz94/git-mirror-action/commit/ec5a8a2255b8da486fdcfabe7d65c27f57168bb2)) |
| 63 | +- improve SSH test coverage with configurable sshDir ([a337e4c](https://github.com/somaz94/multi-git-mirror/commit/a337e4cf52aa754d93c1a90127cd9722b27aa781)) |
| 64 | +- add tests for SSH, credential encoding, masking, and validation ([4a7d7d6](https://github.com/somaz94/multi-git-mirror/commit/4a7d7d6919896cc7b9cc0c14d0a95015431cd689)) |
| 65 | +- improve test coverage with mock-based tests ([7f3b1d3](https://github.com/somaz94/multi-git-mirror/commit/7f3b1d3d5a4aec5469522dd0deb8559212403be2)) |
| 66 | +- add unit tests for config, mirror, and output packages ([ec5a8a2](https://github.com/somaz94/multi-git-mirror/commit/ec5a8a2255b8da486fdcfabe7d65c27f57168bb2)) |
67 | 67 |
|
68 | 68 | ### Continuous Integration |
69 | 69 |
|
70 | | -- improve CI and smoke test coverage ([87191c9](https://github.com/somaz94/git-mirror-action/commit/87191c9b5cf3b89c460f550373628a67c9f7f74a)) |
| 70 | +- improve CI and smoke test coverage ([87191c9](https://github.com/somaz94/multi-git-mirror/commit/87191c9b5cf3b89c460f550373628a67c9f7f74a)) |
71 | 71 |
|
72 | 72 | ### Contributors |
73 | 73 |
|
|
0 commit comments