Offline installers are available here which you can use to upgrade these older versions:
https://my.inedo.com/downloads/installers
Group Details Private
inedo-engineer
Member List
-
RE: Help with upgradingposted in Support
-
RE: Add Documentation for Chocolatey Proxy feedsposted in Support
Hi @imm0rtalsupp0rt ,
Great, thanks! I'll share the pull request with our technical writing members; they handle the HOWTO type articles and may want to add more screenshots, etc. But that intro paragraph will really help them.
Changing the texts is trivial; it'll be implemented via PG-3278 in the next maintenance release of ProGet 2026. FYI I also changed description too:
Chocolatey Community Packages
Cache and filter packages from the Chocolatey Community Repository (CCR).
Cheers,
Alana -
RE: [BUG] ProGet 2026 no longer able to find Active Directory Users/Groups when configuring Task/Permissionsposted in Support
Hi @Nils-Nilsson ,
FYI this is available in
inedo/proget:26.0.1-ci.7should you want to give it a shot!Cheers,
Alana -
RE: After upgrading to 2026 https no longer worksposted in Support
Hi @Valentijn ,
This looks like some consequence of a platform change (we went from .NET8 to .NET10), but it's hard to say.... I wonder if there's some kind of issue with the mixed bindings (i.e. using port sharing for https, but not for http).
What does your
<WebServer>node look like in your configuration file?
https://docs.inedo.com/docs/installation/configuration-filesCan you try it without port sharing? So basically just
http://*:8624, https://*:443Thanks,
Alana -
RE: [BUG] ProGet 2026 no longer able to find Active Directory Users/Groups when configuring Task/Permissionsposted in Support
Hi @Nils-Nilsson,
We identified the issue with the UI and have fixed it in PG-3277. This will be released next week in ProGet 2026.1.
As for the UserNotFoundException after the rollback, that is most likely related to your cookies. Once the cookie expired, it then let you login again. You can verify that by using an private/incognito window and logging in or clearing your cookies and logging in again.
Thanks,
Rich -
RE: PEP 700 conformance for PyPI feedsposted in Support
Hi @Ashley ,
It should have been; I just double-checked and see a commit for "Add full PEP 700 conformance for PyPI feeds" that appears to add the fields discussed here and some more.
Thanks,
Steve -
RE: [BUG] ProGet 2026 no longer able to find Active Directory Users/Groups when configuring Task/Permissionsposted in Support
@Nils-Nilsson FYI quick update, but it does look like LDAP searching is having issues in the UI.. so perhaps it's some kind of UI//library upgrade regression. Anyway we'll update once we have a fix.
-
RE: [BUG] ProGet 2026 no longer able to find Active Directory Users/Groups when configuring Task/Permissionsposted in Support
Hi @Nils-Nilsson,
Aside from library/dependency upgrades, I'm not aware of any changes to AD/LDAP that would yield this change. So it's definitely possible a dependency update caused that, we'll keep our eyes out... but things did pass our ordinary LDAP/AD testing, so any other info would be really helpful ... like if it's easy to do a new testing instance so you can upgrade/downgrade to find if that's definitely the issue.
As for permissions/tasks, there were definitely no changes here. The tasks/permissions data were not touched as part of the upgrade, nor was the data/schema changed; the renaming of "Feed Groups" to "Feed & Project Groups" is entirely cosmetic.
Behind the scenes (in the database), it's still
FeedGroup_Id. The only schema changes were related to creating new tables for vulnerability data and adding a column to projects table to support grouping. There were no data updates.Thanks,
Steve -
RE: Can't able to upgrade Buildmaster 5.7 version through inedohubposted in Support
Hi @ybaskar-temp_3339 ,
Thanks for confirming that.
I think it'd be worth exploring how to change those migration/environment constraints. While it's unfortunate to "lose history" and need to navigate to a separate instance, there's a moderate amount of risk in things simply not working the way it did before.... we're talking a decade of evolution, including platform, architectural, and even usage changes.
That said, for an in-place upgrade, here's the approach that I would use.
- Use the Legacy (Traditional) installer to get to BuildMaster 6.1.
- Verify things work as expected on BuildMaster 6.1, agents updated, etc
- Upgrade to BuildMaster 6.2, again using the traditional installer
- Verify things work as expected in same manner
- Uninstall
- Ensure all components (iis site, service, program files.... except database, artifacts) have been removed
- Install BuildMaster 2025 as per normal, pointing to existing database
Note that there's a decent change that you'll run into database or binding errors after #7, so make sure to run
buildmaster.service.exe runfrom the commandline to better see messages and errors if things don't start up.Cheers,
Steve -
RE: Add Documentation for Chocolatey Proxy feedsposted in Support
@steviecoaster sure thing!
https://github.com/inedo/inedo-docs/tree/master/Content/proget/feeds/chocolatey#.md
There's a "hidden in plain sight" GitHub link under the heading of each article, mostly for us :)
Figured a PR/example would be easier than back-forth on forums. Thanks!