Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy76 committed Jan 3, 2025
1 parent 11ddcf7 commit 1ee24e4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 17 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Regex in repo's
- Jwt token issuer added (use env variable ACCESS_TOKEN_ISSUER) - credits to le-martre for the fix

### Changed

- The admin user can now be removed, and will be recreated automatically if needed at first start.
use env variables ADMIN_USERNAME and ADMIN_PASSWORD.

### Added

- YTT extra environment variable (see help)
- Role options (showDesigner, showLogs, showSettings, ...) allowing for custom semi-admin or designer roles

## [5.0.7] - 2024-10-03

### Added
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@fortawesome/free-regular-svg-icons": "~6.5.2",
"@fortawesome/free-solid-svg-icons": "~6.5.2",
"@fortawesome/vue-fontawesome": "2.0.10",
"axios": "~1.7.7",
"axios": "~1.7.9",
"brace": "~0.11.1",
"bulma": "0.9.4",
"bulma-calendar": "6.1.19",
Expand All @@ -28,7 +28,7 @@
"bulma-quickview": "*",
"bulmaswatch": "0.8.1",
"copy-to-clipboard": "~3.3.3",
"core-js": "~3.38.1",
"core-js": "~3.39",
"es6-promise": "~4.2.8",
"highlight.js": "^10.7.2",
"jsonwebtoken": "^9.0.2",
Expand All @@ -55,7 +55,7 @@
"babel-eslint": "~10.1.0",
"eslint": "~6.8.0",
"eslint-plugin-vue": "~6.2.2",
"nodemon": "~3.1.5",
"nodemon": "~3.1.9",
"sass": "~1.49.11",
"sass-loader": "10.1.1",
"vue-template-compiler": "~2.6.11"
Expand Down
28 changes: 14 additions & 14 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansible_forms",
"version": "5.0.7",
"version": "5.0.8",
"repository": {
"type": "git",
"url": "git://github.com/ansibleguy76/ansibleforms.git"
Expand All @@ -20,17 +20,17 @@
"@outlinewiki/passport-azure-ad-oauth2": "~0.1.0",
"ajv": "~6.12.6",
"ajv-error-parser": "~1.0.7",
"axios": "~1.7.7",
"axios": "~1.7.9",
"bcrypt": "~5.1.0",
"bluebird": "~3.7.2",
"cert-info": "~1.5.1",
"cheerio": "~1.0.0",
"connect-history-api-fallback": "~2.0.0",
"core-js": "~3.38.1",
"core-js": "~3.39.0",
"cors": "~2.8.5",
"cron-parser": "~4.9.0",
"dayjs": "~1.11.13",
"express": "~4.21.0",
"express": "~4.21.2",
"cookie-session": "~2.1.0",
"fs-extra": "~11.2.0",
"json-bigint": "~1.0.0",
Expand All @@ -39,22 +39,22 @@
"lodash": "~4.17.21",
"modern-passport-http": "~0.3.0",
"moment": "~2.30.1",
"mongodb": "~6.9.0",
"oracledb": "~6.6.0",
"mssql": "~10.0.2",
"mongodb": "~6.12.0",
"oracledb": "~6.7.1",
"mssql": "~10.0.4",
"multer": "~1.4.5-lts.1",
"mysql2": "~3.11.3",
"mysql2": "~3.12.0",
"node-cache": "~5.1.2",
"node-jq": "~4.4.0",
"nodemailer": "~6.9.15",
"openid-client": "^5.7.0",
"nodemailer": "~6.9.16",
"openid-client": "^5.7.1",
"passport": "~0.7.0",
"passport-jwt": "~4.0.1",
"pg": "~8.13.0",
"pg": "~8.13.1",
"read-last-lines": "~1.8.0",
"swagger-ui-express": "~5.0.1",
"thenby": "~1.3.4",
"winston": "~3.14.2",
"winston": "~3.17.0",
"winston-daily-rotate-file": "~5.0.0",
"winston-syslog": "~2.7.1",
"yaml": "~2.5.0"
Expand All @@ -64,9 +64,9 @@
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/node": "~7.25.0",
"dotenv": "~16.4.1",
"dotenv": "~16.4.7",
"eslint": "~8.56.0",
"nodemon": "~3.1.5",
"nodemon": "~3.1.9",
"npm-run-all": "*",
"rifraf": "~2.0.3"
},
Expand Down

0 comments on commit 1ee24e4

Please sign in to comment.