Skip to content

Commit

Permalink
feat: Update backend to 3.6.9 and frontend to 4.3.2. (#123)
Browse files Browse the repository at this point in the history
* feat: Update backend to `3.6.9` and frontend to `4.3.2`.

* fix field inout service.
  • Loading branch information
EdwinBetanc0urt committed Aug 30, 2024
1 parent 372a832 commit 3bbdfc2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ DICTIONARY_RS_OPENSEARCH_URL="http://${OPENSEARCH_CONTAINER_NAME}:${OPENSEARCH_P


# ADempiere Vue Backend (gRPC Server)
VUE_BACKEND_GRPC_SERVER_VERSION="3.4.8"
VUE_BACKEND_GRPC_SERVER_VERSION="3.6.9"
VUE_BACKEND_GRPC_SERVER_IMAGE="solopcloud/adempiere-backend:alpine-${VUE_BACKEND_GRPC_SERVER_VERSION}"
VUE_BACKEND_GRPC_SERVER_CONTAINER_NAME=${COMPOSE_PROJECT_NAME}.vue.grpc.server
VUE_BACKEND_GRPC_SERVER_HOSTNAME=${CLIENT_NAME}-grpc
Expand Down Expand Up @@ -257,7 +257,7 @@ NGINX_UI_GATEWAY_VOLUME="${COMPOSE_PROJECT_NAME}.volume_nginx" #


# ADempiere UI Vue
VUE_UI_IMAGE="solopcloud/adempiere-vue:alpine-4.2.1"
VUE_UI_IMAGE="solopcloud/adempiere-vue:alpine-4.3.2"
VUE_UI_CONTAINER_NAME="${COMPOSE_PROJECT_NAME}.vue.ui"
VUE_UI_HOSTNAME="${CLIENT_NAME}.vue.ui"
VUE_UI_EXTERNAL_PORT=9526
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/env_template.env
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ DICTIONARY_RS_OPENSEARCH_URL="http://${OPENSEARCH_CONTAINER_NAME}:${OPENSEARCH_P


# ADempiere Vue Backend (gRPC Server)
VUE_BACKEND_GRPC_SERVER_VERSION="3.4.8"
VUE_BACKEND_GRPC_SERVER_VERSION="3.6.9"
VUE_BACKEND_GRPC_SERVER_IMAGE="solopcloud/adempiere-backend:alpine-${VUE_BACKEND_GRPC_SERVER_VERSION}"
VUE_BACKEND_GRPC_SERVER_CONTAINER_NAME=${COMPOSE_PROJECT_NAME}.vue.grpc.server
VUE_BACKEND_GRPC_SERVER_HOSTNAME=${CLIENT_NAME}-grpc
Expand Down Expand Up @@ -257,7 +257,7 @@ NGINX_UI_GATEWAY_VOLUME="${COMPOSE_PROJECT_NAME}.volume_nginx" #


# ADempiere UI Vue
VUE_UI_IMAGE="solopcloud/adempiere-vue:alpine-4.2.1"
VUE_UI_IMAGE="solopcloud/adempiere-vue:alpine-4.3.2"
VUE_UI_CONTAINER_NAME="${COMPOSE_PROJECT_NAME}.vue.ui"
VUE_UI_HOSTNAME="${CLIENT_NAME}.vue.ui"
VUE_UI_EXTERNAL_PORT=9526
Expand Down
Binary file modified docker-compose/envoy/definitions/adempiere-grpc-server.pb
Binary file not shown.
10 changes: 6 additions & 4 deletions docker-compose/envoy/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ static_resources:
# package.service
# - services_enabled
- bank_statement_match.BankStatementMatch
- data.BusinessData
- core_functionality.CoreFunctionality
- data.BusinessData
- data.Store
- dashboarding.Dashboarding
- dictionary.Dictionary
- enrollment.Register
Expand All @@ -58,14 +59,14 @@ static_resources:
- express_shipment.ExpressShipment
- field.FieldManagementService
- field.business_partner.BusinessPartnerInfoService
- field.in_out.InOutInfoService
- field.invoice.InvoiceInfoService
- field.order.OrderInfoService
- field.payment.PaymentInfoService
- field.product.ProductInfoService
- file_management.FileManagement
- general_ledger.GeneralLedger
- import_file_loader.ImportFileLoader
- in_out.InOut
- issue_management.IssueManagement
- location_address.LocationAddress
- logs.Logs
Expand All @@ -75,10 +76,12 @@ static_resources:
- payment_allocation.PaymentAllocation
- payment_print_export.PaymentPrintExport
- payroll_action_notice.PayrollActionNotice
- data.Store
- preference_management.PreferenceManagement
- record_management.RecordManagement
- report_management.ReportManagement
- security.Security
- send_notifications.SendNotifications
- store.WebStore
- task_management.TaskManagement
- time_control.TimeControl
- time_record.TimeRecord
Expand All @@ -87,7 +90,6 @@ static_resources:
- user_customization.UserCustomization
- user_interface.UserInterface
- wms.WarehouseManagement
- store.WebStore
- workflow.Workflow
print_options:
add_whitespace: true
Expand Down

0 comments on commit 3bbdfc2

Please sign in to comment.