Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/beige-hats-do.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-hairs-hug.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# api

## 1.0.0

### Major Changes

- [#52](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/52) [`5c22a22`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/5c22a22237b4d7465a98b4d53d618d28b9d6e7e9) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Initialize base projects

### Minor Changes

- [#47](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/47) [`ca021da`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/ca021da9b56c9e77b1eeffd5c593bf58c40c58e9) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Implement new route

## 1.0.0-beta.1

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "",
"author": "",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docs

## 1.0.0

### Major Changes

- [#52](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/52) [`5c22a22`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/5c22a22237b4d7465a98b4d53d618d28b9d6e7e9) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Initialize base projects

## 1.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
6 changes: 6 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web

## 1.0.0

### Major Changes

- [#52](https://github.com/saenyakorn/monorepo-versioning-gitops/pull/52) [`5c22a22`](https://github.com/saenyakorn/monorepo-versioning-gitops/commit/5c22a22237b4d7465a98b4d53d618d28b9d6e7e9) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Initialize base projects

## 1.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
10 changes: 5 additions & 5 deletions k8s/api/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

patches:
- path: deployment.yaml
- path: deployment.yaml

commonLabels:
app: api-prod

nameSuffix: -prod

images:
- name: api
newName: ghcr.io/saenyakorn/monorepo-demo/api
newTag: 1.0.0
- name: api
newName: ghcr.io/saenyakorn/monorepo-demo/api
newTag: 1.0.0

resources:
- ../../base
- ../../base
10 changes: 5 additions & 5 deletions k8s/docs/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

patches:
- path: deployment.yaml
- path: deployment.yaml

commonLabels:
app: docs-prod

nameSuffix: -prod

images:
- name: docs
newName: ghcr.io/saenyakorn/monorepo-demo/docs
newTag: 1.0.0
- name: docs
newName: ghcr.io/saenyakorn/monorepo-demo/docs
newTag: 1.0.0

resources:
- ../../base
- ../../base
10 changes: 5 additions & 5 deletions k8s/web/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

patches:
- path: deployment.yaml
- path: deployment.yaml

commonLabels:
app: web-prod

nameSuffix: -prod

images:
- name: web
newName: ghcr.io/saenyakorn/monorepo-demo/web
newTag: 1.0.0
- name: web
newName: ghcr.io/saenyakorn/monorepo-demo/web
newTag: 1.0.0

resources:
- ../../base
- ../../base