You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ranaming `master` branch to `main`.
* Update GitHub Actions to latest versions
Upgraded various GitHub Actions in ci.yml, docker.yml, and swagger.yml to their latest major versions for improved security and maintenance. Also updated environment variable naming and DockerHub description action usage in docker.yml for consistency and compatibility.
* fix resolvers
small tweak to dockerfile to remove warning
* second reference to as in dockerfile
* another location where typesafe has wrong url
* Remove iRods integration: delete iRods storage service, plugin, config, and docs. Update changelog. Users must use another storage backend (filesystem, MongoDB GridFS, or AWS S3).
* remove typesafe references from jar file
* Fix upload artifact
* more version bumps
* fix python version
---------
Co-authored-by: Luigi Marini <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
+
## [Unreleased]
9
+
10
+
### Fixed
11
+
- Removed refrences to repo.typesafe.com from sbt-launch.jar and build.scala
12
+
13
+
### Removed
14
+
- Removed iRods integration and dependencies. The iRods file storage service and plugin have been completely removed from the codebase. Users who were using iRods for file storage will need to configure an alternative storage backend (filesystem, MongoDB GridFS, or AWS S3).
0 commit comments