Skip to content

Commit

Permalink
chore: update primary branch references to "main" for helm related re…
Browse files Browse the repository at this point in the history
…ferences (#614)

Update primary branch references to "main" for helm related references
  • Loading branch information
elnyry-sam-k authored Apr 4, 2024
1 parent 2be94f3 commit b89c013
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ workflows:
ignore: /.*/
branches:
ignore:
- master
- main
- setup:
context: org-global
filters:
Expand Down Expand Up @@ -249,4 +249,4 @@ workflows:
tags:
only: /v[0-9]+(\.[0-9]+)*(\-snapshot+((\.[0-9]+)?))?/
branches:
only: master
only: main
10 changes: 5 additions & 5 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ on:
inputs:
branch:
type: string
description: "Branch to create release PR from (e.g. master)"
description: "Branch to create release PR from (e.g. main)"
required: false
default: "master"
default: "main"
release_name:
type: string
description: "Release name (e.g. Acacia)"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install dependencies
run: |
# Install mo
curl -sL https://raw.githubusercontent.com/tests-always-included/mo/master/mo -o /usr/local/bin/mo
curl -sL https://raw.githubusercontent.com/tests-always-included/mo/main/mo -o /usr/local/bin/mo
chmod +x /usr/local/bin/mo
# Install updatecli
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
generateReleaseNotes: true
skipIfReleaseExists: true
tag: ${{ steps.determine-release-version.outputs.RELEASE_VERSION }}
commit: master
commit: main

- name: Update TTK test cases version
env:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
title: "[auto] feat: release candidate for ${{ inputs.release_name }} ${{ steps.determine-release-version.outputs.RELEASE_VERSION }}"
body-path: ${{ steps.generate-release-note.outputs.RELEASE_NOTE_FILE }}
branch: release/release-candidate-${{ inputs.release_name }}-${{ steps.determine-release-version.outputs.RELEASE_VERSION }}-${{ github.run_id }}
base: master
base: main
draft: true

- name: Clone oss-core-env repository
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/templates/release-note-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Date | Revision | Description

## 0. Summary

Enhancements and {{BREAKING_CHANGES_STATUS_TEXT}} changes to the [{{LAST_RELEASE_VERSION}} Release](https://github.com/mojaloop/helm/blob/master/.changelog/release-{{LAST_RELEASE_VERSION}}.md), which includes:
Enhancements and {{BREAKING_CHANGES_STATUS_TEXT}} changes to the [{{LAST_RELEASE_VERSION}} Release](https://github.com/mojaloop/helm/blob/main/.changelog/release-{{LAST_RELEASE_VERSION}}.md), which includes:

{{RELEASE_SUMMARY_POINTS}}

Expand Down Expand Up @@ -46,7 +46,7 @@ This release supports the following versions of the [Mojaloop family of APIs](ht
| Redis | bitnami/redis:7.0.5-debian-11-r7 | |
| MongoDB | bitnami/mongodb:6.0.2-debian-11-r11 | |
| Testing Toolkit Test Cases | [{{TTK_TEST_CASES_VERSION}}](https://github.com/mojaloop/testing-toolkit-test-cases/releases/tag/{{TTK_TEST_CASES_VERSION}}) | |
| example-mojaloop-backend | {{EXAMPLE_MOJALOOP_BACKEND_VERSION}} | [README](https://github.com/mojaloop/helm/blob/master/example-mojaloop-backend/README.md) |
| example-mojaloop-backend | {{EXAMPLE_MOJALOOP_BACKEND_VERSION}} | [README](https://github.com/mojaloop/helm/blob/main/example-mojaloop-backend/README.md) |

2. It is recommended that all Mojaloop deployments are verified using the [Mojaloop Testing Toolkit](https://docs.mojaloop.io/documentation/mojaloop-technical-overview/ml-testing-toolkit/). More information can be found in the [Mojaloop Deployment Guide](https://docs.mojaloop.io/documentation/deployment-guide).

Expand All @@ -67,15 +67,15 @@ This release supports the following versions of the [Mojaloop family of APIs](ht

6. Bulk API Helm Tests

Refer to the [Testing Deployments](https://github.com/mojaloop/helm/blob/master/README.md#testing-deployments) section in the main README for detailed information on how to enable bulk-api-adapter tests.
Refer to the [Testing Deployments](https://github.com/mojaloop/helm/blob/main/README.md#testing-deployments) section in the main README for detailed information on how to enable bulk-api-adapter tests.

7. Thirdparty API Helm Tests

Refer to [thirdparty/README.md#validating-and-testing-the-3p-api](https://github.com/mojaloop/helm/blob/master/thirdparty/README.md#validating-and-testing-the-3p-api) on how to enabled and execute Thirdparty verification tests.
Refer to [thirdparty/README.md#validating-and-testing-the-3p-api](https://github.com/mojaloop/helm/blob/main/thirdparty/README.md#validating-and-testing-the-3p-api) on how to enabled and execute Thirdparty verification tests.

8. Testing the Bulk functionality including "sdk-scheme-adapter"

For details regarding deployment and validation of simulators needed for bulk (for adoption provided in sdk-scheme-adapter) refer to [deploying Mojaloop TTK simulators](https://github.com/mojaloop/helm/blob/master/mojaloop-ttk-simulators/README.md).
For details regarding deployment and validation of simulators needed for bulk (for adoption provided in sdk-scheme-adapter) refer to [deploying Mojaloop TTK simulators](https://github.com/mojaloop/helm/blob/main/mojaloop-ttk-simulators/README.md).

## 6. Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# the repo. Unless a later match takes precedence,
# @mdebarros, @elynry-sam-k and @rmothilal will be requested for
# review when someone opens a pull request.
* @mdebarros @elnyry-sam-k @vijayg10
* @mdebarros @elnyry-sam-k @vijayg10 @oderayi
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mojaloop Helm Charts

[![Git Commit](https://img.shields.io/github/last-commit/mojaloop/helm.svg?style=flat)](https://github.com/mojaloop/helm/commits/master)
[![Git Commit](https://img.shields.io/github/last-commit/mojaloop/helm.svg?style=flat)](https://github.com/mojaloop/helm/commits/main)
[![Git Releases](https://img.shields.io/github/release/mojaloop/helm.svg?style=flat)](https://github.com/mojaloop/helm/releases)
[![CircleCI](https://circleci.com/gh/mojaloop/helm.svg?style=svg)](https://circleci.com/gh/mojaloop/helm)

Expand Down Expand Up @@ -159,7 +159,7 @@ The following Helm Charts have the following external dependencies:

- `helm --namespace <namespace> install <release_name> mojaloop/mojaloop --devel`

This is useful if you've had some work merged into master but it has not yet been released.
This is useful if you've had some work merged into main but it has not yet been released.
The `--devel` flag can also be supplied to `helm search` and `helm upgrade` commands.
Expand Down

0 comments on commit b89c013

Please sign in to comment.