Skip to content
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

Release v2.2.50 #2430

Merged
merged 44 commits into from
Oct 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
21a5c5d
Development on 2.2.50.dev1
grossmj Aug 6, 2024
69a5b16
Upgrade aiohttp to v3.10.3
grossmj Aug 10, 2024
5ffe5fd
Copying project files directly, rather than copying them in an import…
z5241248 Aug 23, 2024
3792901
Support for configuring MAC address in Docker containers
grossmj Sep 18, 2024
bcc148b
Merge pull request #2415 from GNS3/docker-mac-address
grossmj Sep 18, 2024
ddd6235
Merge branch 'master' into 2.2
grossmj Sep 18, 2024
8429494
Test base MAC address for Docker VMs
grossmj Sep 19, 2024
22f022c
Fix for running Docker containers with user namespaces enabled
grossmj Sep 19, 2024
1f09a3e
Merge pull request #2416 from GNS3/bugfix/2414
grossmj Sep 19, 2024
c41c11e
Backport auxiliary console support for Qemu, Docker and Dynamips nodes
grossmj Sep 22, 2024
74782d4
Change method to allocate AUX console for existing Dynamips nodes
grossmj Sep 22, 2024
f1294cf
Merge pull request #2417 from GNS3/backport-aux-console-support
grossmj Sep 22, 2024
af6f34b
Revert "Backport auxiliary console support for Qemu, Docker and Dynam…
grossmj Sep 23, 2024
d1a7474
Merge pull request #2418 from GNS3/revert-2417-backport-aux-console-s…
grossmj Sep 23, 2024
7b5d123
Improve error message when a project cannot be parsed.
grossmj Sep 23, 2024
2dbde5d
Copying project files directly, rather than copying them in an import…
z5241248 Sep 25, 2024
7582107
Merge branch '2.2' into master
grossmj Sep 25, 2024
a02b576
Add missing imports
grossmj Sep 25, 2024
441f0fb
Merge remote-tracking branch 'z5241248/master' into fork/z5241248/master
grossmj Sep 25, 2024
3a896b6
Duplicate faster - 2
z5241248 Sep 26, 2024
19bd953
Update README.md to change the minimum required Python version.
grossmj Sep 26, 2024
1332e94
Merge branch '2.2' into master
grossmj Sep 26, 2024
996dad2
Support to reset MAC addresses for Docker nodes and some adjustments …
grossmj Sep 26, 2024
f7996d5
Fix tests
grossmj Sep 27, 2024
cafdb25
Add / update docstrings
grossmj Sep 29, 2024
a1922ef
Merge pull request #2413 from z5241248/master
grossmj Sep 29, 2024
c0be687
Fix issues with recent busybox versions
grossmj Oct 1, 2024
8af71ee
Formatting
grossmj Oct 1, 2024
6933c3d
Merge pull request #2420 from GNS3/bugfix/2419
grossmj Oct 1, 2024
3525690
Add comment to indicate sentry-sdk is optional. Ref https://github.co…
grossmj Oct 14, 2024
cb46c0f
Merge remote-tracking branch 'origin/2.2' into 2.2
grossmj Oct 14, 2024
24bfc20
Symbolic links support for project export/import
grossmj Oct 19, 2024
45ee662
Merge pull request #2428 from GNS3/bugfix/2427
grossmj Oct 19, 2024
4280816
Replace AppVeyor testing with GH Actions
grossmj Oct 19, 2024
e62ffb1
Fix testing on Windows with GH Actions
grossmj Oct 19, 2024
19fd7d2
Install Windows dependencies in GH Actions
grossmj Oct 19, 2024
718269e
Fix syntax error in testing.yml
grossmj Oct 19, 2024
c273a78
Upgrade pytest to v8.3.3
grossmj Oct 19, 2024
abb7cc2
Install win10pcap in tests
grossmj Oct 19, 2024
734365b
Fix win10pcap installation in tests
grossmj Oct 19, 2024
4357410
Do not run tests on Windows (temporarily)
grossmj Oct 19, 2024
4058abf
Sync appliances
grossmj Oct 21, 2024
0aac62d
Bundle web-ui v2.2.50
grossmj Oct 21, 2024
2b5c6ce
Release v2.2.50
grossmj Oct 21, 2024
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
Prev Previous commit
Next Next commit
Upgrade aiohttp to v3.10.3
grossmj committed Aug 10, 2024
commit 69a5b16badf4eab8034899ea8282b0015f841902
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jsonschema>=4.23,<4.24
aiohttp>=3.9.5,<3.10
aiohttp>=3.10.3,<3.11
aiohttp-cors>=0.7.0,<0.8
aiofiles>=24.1.0,<25.0
Jinja2>=3.1.4,<3.2