We've got a fix for this as OT-415. It will be included in Otter v3.0.6. If you'd like, I can publish a prerelease version for you. Thank you!
Posts made by gdivis
-
RE: Otter 3 - Error This operation is only valid when run against an SSH agent.posted in Support
-
RE: error pushing large docker images when using Azure blob storageposted in Support
@brett-polivka So one more update. Implementing the workaround was easier than expected. This should now be resolved in v1.11.1 of the Azure extension, which you install from the Admin->Extensions page. You may need to restart the Docker container after installing.
-
RE: error pushing large docker images when using Azure blob storageposted in Support
@brett-polivka It looks like the underlying problem is likely that 100MB limit. When we published the Azure extension, we'd mistakenly believed the maximum block size to be 4000 MB, but because we're using the v11 client library to push to azure, it's limited to the older 100mb limit. We can't upgrade without dropping support for .NET 452 on windows, which we aren't prepared to do yet, so we'll work around using another means.
We're on it; hopefully will have an update included for tomorrow's release.
-
RE: unnamed scope. When try to upgrade ProGet from 5.0.12 to 5.3.15 with Inedo Hub.posted in Support
That's strange. We'll do some experimentation with trying to perform that upgrade in a test environment and let you know what we discover.
-
RE: unnamed scope. When try to upgrade ProGet from 5.0.12 to 5.3.15 with Inedo Hub.posted in Support
Hi,
Could you click the "Submit Error Report" button when this happens? If you'd prefer to look at the file that gets set to us first, you can use "Save Error Report" instead. The error report is a zip file that should have more information than this empty log in it.
Thanks!
-
RE: bmdbupdate.exe missing from latest docker buildposted in Support
This is unfortunately a documentation issue. We changed some of the environment variable names for ProGet 5.3 - so you'll need to use:
-e PROGET_DATABASE="Data Source=proget-sql; Initial Catalog=ProGet; User ID=sa;Password=<Secret>" \ -e PROGET_DB_TYPE=SqlServerinstead of
-e SQL_CONNECTION_STRING=...We'll update the docs to note this for ProGet 5.2.
-
RE: Proget 5.3.12 (dotnet core) problem activating licenseposted in Support
Just following up- all of these issues should be resolved in ProGet 5.3.13, which will be released later today.
-
RE: Proget 5.3.12 (dotnet core) problem activating licenseposted in Support
Thanks-
I've seen that anti-CSRF error appear if you try to perform certain tasks while not logged in- we're still investigating the cause.
-
RE: Proget 5.3.12 (dotnet core) problem activating licenseposted in Support
Hi,
The lowercase file errors should be fixed in ProGet 5.3.13. So far we have not been able to reproduce authentication or activation issues, but we'll be adding additional logging in 5.3.13 to diagnose these issues.
Thank you!
-
RE: Upgrade from docker 5.3.11 to 5.3.12 progetcoreposted in Support
We have identified the regression (PG-1830) and fixed it. It will be included in this week's maintenance release (ProGet 5.3.13), but you are also welcome to try the prerelease image right now if you would like - it's available as
proget:5.3.13-ci.2orprogetmono:5.3.13-ci.2.Thanks for reporting the bug!
-
RE: Upgrade from docker 5.3.11 to 5.3.12 progetcoreposted in Support
This is not supposed to be the case. We'll investigate and try to reproduce this.
-
RE: docker progetcore:5.3.10 - unable to push packagesposted in Support
We've got this fixed. If you'd like to try it, it's available as
proget.inedo.com/productimages/inedo/progetcore:5.3.12-ci.1 -
RE: docker progetcore:5.3.10 - unable to push packagesposted in Support
Docker uses different file operations from all of the other feeds, so it looks like we missed fixing it there. We'll look into this and get it fixed.
Thanks for trying progetcore!
-
RE: [PROGET]Troubles with PGSCAN & the Dependencies APIposted in Support
Thanks for the detailed writeup! We've just published v1.0.1 of pgscan that should fix the issues you've described. v1.0.1 will now actually write errors and other info to the console like it's supposed to. There is also now a --api-key argument to allow it to authenticate with ProGet.
Downloads are here: https://github.com/Inedo/pgscan/releases
-
RE: docker progetcore:5.3.10 - unable to push packagesposted in Support
Thanks for the error report. We've fixed this as PG-1816, which will be included in tomorrow's releases (ProGet 5.3.11).
-
RE: ProGet container timezoneposted in Support
Hi Simon,
Thanks - we'll include tzdata in the image starting with ProGet 5.3.7, scheduled for release on July 17.
-
RE: OTTER 2.2.22 - regression ? on Execute-PowerShell functionposted in Support
Windows extension v1.6.3 is now released, and it fixes this problem. Thanks for the bug report!
-
RE: OTTER 2.2.22 - regression ? on Execute-PowerShell functionposted in Support
Hi Philippe,
I have confirmed this is a bug in the Windows extension. I expect we will have an updated version published tomorrow.
Thanks
-Greg -
RE: [OTTER] Bug when calling a module in a path from a raftposted in Support
Hi Philippe,
Thanks for reporting this. I've logged it as OT-379, and it will be fixed in Otter 2.2.22, which is scheduled for release in a week (June 26).
-
RE: Proget docker container has no access to packages on file systemposted in Support
We've clarified the instructions for mounting the packages volume. In short, both formats will persist packages beyond the container's lifetime, but if you already have packages stored somewhere, you'll need to mount that directory (as you discovered) instead of using the "proget-packages" Docker volume.
-
RE: Debian Feed problemposted in Support
Hi,
It looks like this is indeed an issue with the Content-Length header not being set properly when ProGet is running as a Linux container. I've logged this as PG-1740.
-
RE: Unlisted NuGet Packages showing as listed in feedposted in Support
This is logged as PG-1711, and will be fixed in ProGet 5.3.1.
Thank you!
-
RE: bmdbupdate.exe missing from latest docker buildposted in Support
It looks like the "latest" tag didn't get updated properly for some reason. I've triggered another rebuild on it, and it refers to the correct commit now.
-
RE: bmdbupdate.exe missing from latest docker buildposted in Support
Looks like there was an issue with our deployment and the Postgres updater got left out of the Docker image. I've pushed a new one, so if you re-pull the 5.2.30 image, it ought to work.
-
RE: Cannot install Otter after uninstallingposted in Support
This is now fixed as of Inedo Hub 1.0.23.
-
RE: RPM Supportposted in Support
Hi @markcodyre_7146 - we now have a prerelease version of ProGet available with support for RPM feeds. It is currently lacking support for connectors, replication, and GPG keys but otherwise is ready for testing if you'd like. It’s available now via InedoHub as ProGet 5.2.25-redline.1.
-
RE: [ProGet] Error during package upload with SemVer2posted in Support
Hi,
Thanks for letting us know. Looks like the error message is wrong - actually the problem is caused by build metadata being present in a version number that is not a semver2 version.
We've filed this as PG-1655 to make parsing these versions more permissive - it will be fixed in the next ProGet release (5.2.23), currently scheduled for Jan-17.
-
RE: ProGet 5.2.13 breaks Symbol Server / PDB downloadposted in Support
It looks like this was caused by a change in our internal deployment process. I've logged this as PG-1615, and it will be fixed in ProGet 5.2.14, which is scheduled for release on Friday (October 18).
Thanks for the report!
-
RE: Proget 5.2.13 Upgrade Issue with Dockerposted in Support
We've now reproduced this, and it turns out there's a regression in 5.2.13 with how config files are read which determine whether to use SQL Server or postgres. We have implemented a fix as PG-1614, which will be included in ProGet 5.2.14 (scheduled for release on Friday, October 18).
For now, I'd recommend just reverting to 5.2.12 until the next version is available.
Thanks to all who reported this!
-
RE: Proget 5.2.13 Upgrade Issue with Dockerposted in Support
Just a quick update- I realized our upgrade instructions are wrong. If you're using SQL Server, you'll need to specify the database type and the connection string with the docker run command: (see the updated instructions here: https://docs.inedo.com/docs/proget/installation/installation-guide/linux-docker)
-
RE: Proget 5.2.13 Upgrade Issue with Dockerposted in Support
Hi,
I've tried to reproduce this in a few different ways, but it seems to work for me. What are the exact arguments you're passing to
docker run? -
RE: Unable to upload helm chartposted in Support
Hi Martin,
This will be included in this Friday's (Aug 23) release (5.2.9).