Skip to content

chore(RDGRS-1460): Sync latest changes from upstream. #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a64df5e
Set ServerName (SNI) to *hostname. Useful for spoofing our way throug…
Aug 26, 2022
fdc1e10
Bump actions/checkout from 2 to 3.1.0
dependabot[bot] Oct 5, 2022
2b90de6
Added --sni switch to control the ServerName when connecting with TLS…
Oct 11, 2022
57ddad6
feat: dependabot workflow automation for updating dependency
Rajpratik71 Oct 27, 2022
d79bebe
Merge pull request #385 from Rajpratik71/Rajpratik71-patch-1
jpillora Oct 31, 2022
e814c44
Merge pull request #376 from ip-rw/master
jpillora Oct 31, 2022
4cd7b36
Merge pull request #381 from jpillora/dependabot/github_actions/actio…
jpillora Oct 31, 2022
dd19bc6
Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.6.0 (#389)
dependabot[bot] Oct 31, 2022
230f714
UDP buffer size override with CHISEL_UDP_MAX_SIZE environment variabl…
fsiegmund Oct 31, 2022
3e703ae
Add locking around the connection count to fix a data race. (#342)
andres-portainer Oct 31, 2022
28a5018
fix: small typo error in main.go (#334)
0xflotus Oct 31, 2022
ed6adb9
Respond to /health and /version by request path rather than by the wh…
BigSully Oct 31, 2022
4f58a39
Update version.go (#288)
c-f Oct 31, 2022
200a8e2
Providing chisel's client with a logger level (#281)
zuzgon Oct 31, 2022
556db3e
add EnvBool
jpillora Oct 31, 2022
fbc8ad9
Fix #390: Use code to generate certificates for client & server (#400)
GuillaumeSmaha Jan 27, 2023
4246b64
docker alpine->google-distroless
jpillora Jan 27, 2023
e546a6d
docker to use scratch
jpillora Jan 27, 2023
e78ccc3
Fix missing NetDialContext: c.config.DialContext (#398)
GuillaumeSmaha Jan 27, 2023
feb571f
actions: setup go v3
jpillora Jan 27, 2023
5ad1141
switch to scratch image
jpillora Jan 27, 2023
3bdf6af
update dependabot
jpillora Jan 27, 2023
ce307e5
move chisel to flyio
jpillora Jan 28, 2023
69093be
Bump to Go 1.21 (#440)
jpillora Aug 19, 2023
4eb9e6a
add arm v5 builds (#395)
maurerr Aug 20, 2023
dca1156
chore: remove refs to deprecated io/ioutil (#459)
testwill Oct 19, 2023
b75390b
Bump golang.org/x/crypto from 0.12.0 to 0.16.0 (#473)
dependabot[bot] Dec 1, 2023
2efe855
Bump golang.org/x/sync from 0.3.0 to 0.5.0 (#472)
dependabot[bot] Dec 1, 2023
3de1774
Bump actions/setup-go from 3 to 5 (#484)
dependabot[bot] Jan 1, 2024
59e5362
Bump to Go 1.22. Add `.rpm` `.deb` and `.akp` to releases. Fix bad ve…
jpillora Aug 5, 2024
3208da3
fix chisel version in docker image (closes #228)
jpillora Sep 28, 2024
ab8f06a
always test with latest stable
jpillora Sep 28, 2024
0ec8de9
Merge upstream changes and sign commits
Dilnawaz-khan-ops Jun 5, 2025
aa50bf8
keeping the ci.yaml as per our fork repo
Dilnawaz-khan-ops Jun 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.github/workflows/ci.yml merge=ours
.github/workflows/ci.yml merge=ours
.github/dependabot.yml merge=ours
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
interval: "monthly"