From b794944a7f61eb022651317aaa091924b44870f9 Mon Sep 17 00:00:00 2001
From: Arno Rossouw <arno@bob.co.za>
Date: Mon, 2 Jun 2025 11:41:13 +0200
Subject: [PATCH] 17-INFRASTRUCTURE :: ubuntu noble for dev branch

---
 .gitlab-ci.yml | 3 ++-
 composer.json  | 2 +-
 etc/module.xml | 2 +-
 package.json   | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c63731a..a732dba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ stages:
 
 deploy:
   stage: deploy
+  image: shiplogic/ci-wp-plugin:ubuntu-24-node18
   before_script:
     - AWS_ACCESS_KEY_ID_KEY=$(echo "$CI_COMMIT_BRANCH"_"AWS_ACCESS_KEY_ID")
     - AWS_ACCESS_KEY_ID=$(eval echo -e "\$$AWS_ACCESS_KEY_ID_KEY")
@@ -54,4 +55,4 @@ tag_deploy:
     - echo "Tagged version URL in S3 bucket ready for download"
   rules:
     - if: $CI_COMMIT_TAG
-      when: always
\ No newline at end of file
+      when: always
diff --git a/composer.json b/composer.json
index 692f662..f13b293 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
     "name": "bobgo/bobgo-magento-extension",
     "description": "Smart shipping and order management solution in South Africa",
     "type": "magento2-module",
-    "version": "1.0.59",
+    "version": "1.0.60",
     "authors": [
         {
             "name": "Bob Go",
diff --git a/etc/module.xml b/etc/module.xml
index cd44f78..136093f 100644
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -7,7 +7,7 @@
  */
 -->
 <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
-    <module name="BobGroup_BobGo" setup_version="1.0.59">
+    <module name="BobGroup_BobGo" setup_version="1.0.60">
         <sequence>
             <module name="Magento_Webapi"/>
             <module name="Magento_Catalog"/>
diff --git a/package.json b/package.json
index 8ac8c83..648d2d0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "bobgo-magento-plugin",
   "description": "Bob Go magento plugin",
-  "version": "1.0.59",
+  "version": "1.0.60",
   "license": "GPL-2.0-or-later",
   "scripts": {
     "prepare": "husky install",
-- 
GitLab