diff --git a/CHANGELOG.md b/CHANGELOG.md index 25588312..d2d7497f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [4.6.1] - 2024-10-29 +## [4.7.0] - 2024-10-29 ### Added - User information to environment of process running the tool [#28](https://github.com/ncsa/datawolf/issues/28) diff --git a/charts/datawolf/Chart.yaml b/charts/datawolf/Chart.yaml index 0a1960cb..228443fd 100644 --- a/charts/datawolf/Chart.yaml +++ b/charts/datawolf/Chart.yaml @@ -13,7 +13,7 @@ version: 1.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 4.6.1 +appVersion: 4.7.0 # List of people that maintain this helm chart. maintainers: diff --git a/datawolf-doc/doc/manual/index.html b/datawolf-doc/doc/manual/index.html index a7605c8d..7eca2dfe 100644 --- a/datawolf-doc/doc/manual/index.html +++ b/datawolf-doc/doc/manual/index.html @@ -247,18 +247,18 @@ https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=WOLF -By default, the latest release is selected in the page (currently 4.6.1). To get early access to development releases, check the box **Show also prereleases.** +By default, the latest release is selected in the page (currently 4.7.0). To get early access to development releases, check the box **Show also prereleases.** * Click on **Version** - * Select **4.6.1** - * Under **Files** select **datawolf-webapp-all-4.6.1-bin.zip** + * Select **4.7.0** + * Under **Files** select **datawolf-webapp-all-4.7.0-bin.zip** * Click **I Accept** to accept the License. This will give you the latest stable build that includes both the Data Wolf Server and the Web Editor. You can also find links to the javacode there as well as the manual. The link to the source code can be found at the end of this document. ### Installation and Setup -To install the files necessary for the Server and Editor, find where you downloaded Data Wolf and unzip it somewhere. This will create a folder called **datawolf-webapp-all-4.6.1**. In the next few sections, we'll discuss some of the important files that come with the installation you just unzipped so you can tailor your setup to meet your needs. If you wish to skip this, you can go directly to the section **Running Data Wolf Server and Editor**. +To install the files necessary for the Server and Editor, find where you downloaded Data Wolf and unzip it somewhere. This will create a folder called **datawolf-webapp-all-4.7.0**. In the next few sections, we'll discuss some of the important files that come with the installation you just unzipped so you can tailor your setup to meet your needs. If you wish to skip this, you can go directly to the section **Running Data Wolf Server and Editor**. #### Data Wolf properties @@ -443,7 +443,7 @@ #### Launch Scripts -If you go back to the folder **Data Wolf-webapp-all-4.6.1** you will see a sub-folder called **bin**, open this. Inside you will find two scripts, **datawolf-service** and **datawolf-service.bat**. The latter is intended for running Data Wolf on a Windows machine and the former is for running on Mac & Linux. As with the previous section, knowledge of this file is not required unless you are interested in configuring the Data Wolf Server and Editor beyond the default settings. We will show snippets of the file **datawolf-service** and discuss what each section is configuring. +If you go back to the folder **Data Wolf-webapp-all-4.7.0** you will see a sub-folder called **bin**, open this. Inside you will find two scripts, **datawolf-service** and **datawolf-service.bat**. The latter is intended for running Data Wolf on a Windows machine and the former is for running on Mac & Linux. As with the previous section, knowledge of this file is not required unless you are interested in configuring the Data Wolf Server and Editor beyond the default settings. We will show snippets of the file **datawolf-service** and discuss what each section is configuring. ``` # port for the jetty server