Skip to content
Snippets Groups Projects
Unverified Commit 7546389a authored by Hamza Remmal's avatar Hamza Remmal
Browse files

Bump to 1.1.0

parent bb0286d9
No related branches found
No related tags found
1 merge request!233Bump to 1.1.0
Pipeline #206234 passed
......@@ -57,3 +57,12 @@ endif
start-tunnel:
sudo minikube tunnel
release-autograde:
docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/autograde-service:1.1.0 autograde-service/
release-moodle:
docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/moodle:1.1.0 -f Dockerfile-moodle-with-autograde ./
release-submission-manager:
docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/submission-manager:1.1.0 autograde-submission-manager/
......@@ -13,7 +13,7 @@
<!-- HR : Project definition-->
<groupId>ch.epfl.autograde</groupId>
<artifactId>autograde-service</artifactId>
<version>1.0.1-RC8</version>
<version>1.1.0</version>
<name>autograde-service</name>
<description>
......
......@@ -6,7 +6,7 @@
<groupId>ch.epfl.autograde</groupId>
<artifactId>autograde-submission-manager</artifactId>
<version>1.0.1-RC8</version>
<version>1.1.0</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
......
AUTOGRADE_BASEURL=https://moodle-autograde.epfl.ch
AUTOGRADE_JOBS_NAMESPACE=prod
MOODLE_BASEURL=https://moodle.epfl.ch
AUTOGRADE_SUBMISSIONMANAGER=ic-registry.epfl.ch/autograde/autograde-submission-manager:1.0.1-RC8
AUTOGRADE_SUBMISSIONMANAGER=autograde/submission-manager:1.1.0
GRADING_SERVICE_LOG_LEVEL=INFO
\ No newline at end of file
......@@ -9,8 +9,8 @@ resources:
images:
- name: autograde-service
newName: ic-registry.epfl.ch/autograde/autograde-service
newTag: 1.0.1-RC8
newName: autograde/autograde-service
newTag: 1.1.0
configMapGenerator:
- name: autograde-configuration
......
AUTOGRADE_BASEURL=https://moodle-autograde.epfl.ch/staging-epfl
AUTOGRADE_JOBS_NAMESPACE=staging-epfl
MOODLE_BASEURL=https://test-moodle.epfl.ch
AUTOGRADE_SUBMISSIONMANAGER=ic-registry.epfl.ch/autograde/autograde-submission-manager:1.0.1-RC8
AUTOGRADE_SUBMISSIONMANAGER=autograde/submission-manager:1.1.0
GRADING_SERVICE_LOG_LEVEL=INFO
\ No newline at end of file
......@@ -10,8 +10,8 @@ resources:
# Configuration of the images
images:
- name: autograde-service
newName: ic-registry.epfl.ch/autograde/autograde-service
newTag: 1.0.1-RC8
newName: autograde/autograde-service
newTag: 1.1.0
configMapGenerator:
- name: autograde-configuration
......
AUTOGRADE_BASEURL=http://autograde-service:8082
AUTOGRADE_JOB_NAMESPACE=default
AUTOGRADE_MOODLE_BASEURL=http://moodle:80
AUTOGRADE_MANAGER_IMAGE=ic-registry.epfl.ch/autograde/autograde-submission-manager:latest-dev
AUTOGRADE_MANAGER_IMAGE=autograde/submission-manager:latest-dev
GRADING_SERVICE_LOG_LEVEL=INFO
......@@ -7,10 +7,10 @@ resources:
images:
- name: autograde-service
newName: ic-registry.epfl.ch/autograde/autograde-service
newName: autograde/autograde-service
newTag: latest-dev
- name: moodle-with-autograde
newName: ic-registry.epfl.ch/autograde/moodle-with-autograde
newName: autograde/moodle
newTag: latest-dev
configMapGenerator:
......
AUTOGRADE_API_KEY=12345
AUTOGRADE_INTEGRITY_SECRET=2t8gq0uDU(hWad*28YcAPp1!#K[Kqd;ZKv9%3R8(yKdkmA:ZwByBV<VMc+1>wqdB
AUTOGRADE_MOODLE_TOKEN=95407af5bc97060caa1253997760cd37
AUTOGRADE_MOODLE_TOKEN=e0f00bd708d2359f4ab83ffc2254f086
......@@ -25,10 +25,10 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2023121706; // HR : December 17th, 2023
$plugin->version = 2024083000; // HR : August 30th, 2024
$plugin->requires = 2022112800; // HR : Moodle 4.1.0 (https://moodledev.io/general/releases#moodle-41-lts)
$plugin->maturity = MATURITY_RC;
$plugin->release = '1.0.1-RC8';
$plugin->release = '1.1.0';
$plugin->component = 'assignsubmission_autograde';
$plugin->dependencies = array(
'mod_assign' => '2022112800',
......
......@@ -6,7 +6,7 @@
<!-- HR : Project definition-->
<groupId>ch.epfl.autograde</groupId>
<artifactId>autograde</artifactId>
<version>1.0.1-RC8</version>
<version>1.1.0</version>
<name>autograde</name>
<packaging>pom</packaging>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment