Skip to content

Commit

Permalink
Update GitHub repository URL (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
JatinSanghvi authored Nov 24, 2021
1 parent 5d213b5 commit d1abc73
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question or get support
url: https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/discussions/new
url: https://github.com/kedacore/external-scaler-azure-cosmos-db/discussions/new
about: Ask a question or request support for using KEDA
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ghcr.io/${{ github.repository_owner }}/keda-external-scaler-azure-cosmos-db
images: ghcr.io/${{ github.repository_owner }}/external-scaler-azure-cosmos-db
flavor: |
latest=false
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ghcr.io/${{ github.repository_owner }}/keda-external-scaler-azure-cosmos-db
images: ghcr.io/${{ github.repository_owner }}/external-scaler-azure-cosmos-db
flavor: |
latest=false
tags: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Scale applications based on changes to [Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/) container data.

[![Build Status](https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/actions/workflows/main-build.yml/badge.svg?branch=main)](https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/actions?query=workflow%3A"Main+branch+build")
[![Build Status](https://github.com/kedacore/external-scaler-azure-cosmos-db/actions/workflows/main-build.yml/badge.svg?branch=main)](https://github.com/kedacore/external-scaler-azure-cosmos-db/actions?query=workflow%3A"Main+branch+build")

## Architecture

Expand Down
6 changes: 3 additions & 3 deletions RELEASE-PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ The release process of a new version of KEDA external scaler for Azure Cosmos DB

## 1. Choose release title and tag name

Check the latest release on [Releases](https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/releases) page. Follow the [Semantic Versioning](https://semver.org/) guidelines for naming the new release. For instance, suppose that the latest release is **Version 1.2.3**, and that the next release is going to be a MINOR update, then its title would be **Version 1.3.0** and the associated tag name would be `v1.3.0`.
Check the latest release on [Releases](https://github.com/kedacore/external-scaler-azure-cosmos-db/releases) page. Follow the [Semantic Versioning](https://semver.org/) guidelines for naming the new release. For instance, suppose that the latest release is **Version 1.2.3**, and that the next release is going to be a MINOR update, then its title would be **Version 1.3.0** and the associated tag name would be `v1.3.0`.

## 2. Create GitHub release

Open [New release](https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/releases/new) page. Use the values for **Tag** and **Release title** as picked above. Include information on the changes that would get shipped with the new release inside **Release description** section. This includes new features, patches, breaking changes and deprecations. You can get list of all commits since the last release with a link similar to <https://github.com/kedacore/keda-external-scaler-azure-cosmos-db/compare/v0.1.0...main>. Do not include information that is not important to users. As an example, a change to issue template is not important.
Open [New release](https://github.com/kedacore/external-scaler-azure-cosmos-db/releases/new) page. Use the values for **Tag** and **Release title** as picked above. Include information on the changes that would get shipped with the new release inside **Release description** section. This includes new features, patches, breaking changes and deprecations. You can get list of all commits since the last release with a link similar to <https://github.com/kedacore/external-scaler-azure-cosmos-db/compare/v0.1.0...main>. Do not include information that is not important to users. As an example, a change to issue template is not important.

Publish the release. This will trigger GitHub action to create a new Docker image from the tagged commit. After the action is executed, you should find a new Docker image with new tag published on the [Packages](https://github.com/orgs/kedacore/packages?repo_name=keda-external-scaler-azure-cosmos-db) page.
Publish the release. This will trigger GitHub action to create a new Docker image from the tagged commit. After the action is executed, you should find a new Docker image with new tag published on the [Packages](https://github.com/orgs/kedacore/packages?repo_name=external-scaler-azure-cosmos-db) page.

## 3. Update Helm Chart

Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy-scaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
app: keda-cosmosdb-scaler
spec:
containers:
- image: ghcr.io/kedacore/keda-external-scaler-azure-cosmos-db:experimental
- image: ghcr.io/kedacore/external-scaler-azure-cosmos-db:experimental
imagePullPolicy: Always
name: keda-cosmosdb-scaler
ports:
Expand Down

0 comments on commit d1abc73

Please sign in to comment.