Skip to content

Commit

Permalink
Merge pull request #72 from green-ecolution/release/v1.0.1
Browse files Browse the repository at this point in the history
Release version v1.0.1
  • Loading branch information
choffmann authored Jul 17, 2024
2 parents 5922f3d + 4636df7 commit 86100e9
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 29 deletions.
42 changes: 25 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.1] - 2024-07-17

### Changed

- chore: update organization name in code, docs and ci/cd

## [v1.0.0] - 2024-07-06

### Added

- feat: update readme (#25)
- feat: add stakeholder section as slider (#26)
- feat: add introduction section (#30)
- feat: add favicons (#31)
- feat: add current process section (#36)
- feat: add project page (#41)
- feat: add dashboard preview section (#43)
- feat: add advantages section (#45)
- feat: add contact section (#46)
- feat: add homepage hero (#50)
- feat: add contact page (#53)
- feat: add not found page (#54)
- feat: add hero homepage overlays (#56)
- feat: add background to sections (#59)
- feat: update readme (#25)
- feat: add stakeholder section as slider (#26)
- feat: add introduction section (#30)
- feat: add favicons (#31)
- feat: add current process section (#36)
- feat: add project page (#41)
- feat: add dashboard preview section (#43)
- feat: add advantages section (#45)
- feat: add contact section (#46)
- feat: add homepage hero (#50)
- feat: add contact page (#53)
- feat: add not found page (#54)
- feat: add hero homepage overlays (#56)
- feat: add background to sections (#59)

### Changed

Expand All @@ -38,8 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release
- Create "Page under construction" Page

[Unreleased]: https://github.com/SmartCityFlensburg/project-website/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/green-ecolution/project-website/compare/v1.0.1...HEAD

[v1.0.1]: https://github.com/green-ecolution/project-website/compare/v1.0.0...v1.0.1

[v1.0.0]: https://github.com/SmartCityFlensburg/project-website/compare/v0.0.1...v1.0.0
[v1.0.0]: https://github.com/green-ecolution/project-website/compare/v0.0.1...v1.0.0

[v0.0.1]: https://github.com/SmartCityFlensburg/project-website/releases/tag/v0.0.1
[v0.0.1]: https://github.com/green-ecolution/project-website/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For each environment, the deployment workflow will run the following steps:

1. Install the project dependencies
2. Build the project
3. Push package to GitHub Package Registry (see [GitHub Package Registry](https://github.com/orgs/SmartCityFlensburg/packages?repo_name=project-website))
3. Push package to GitHub Package Registry (see [GitHub Package Registry](https://github.com/orgs/green-ecolution/packages?repo_name=project-website))
4. Dump version in helm chart values (version tag or commit hash)
5. Deploy the project to the environment

Expand Down
2 changes: 1 addition & 1 deletion k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deployment:
name: project-website
replicaCount: 1
image:
repository: ghcr.io/smartcityflensburg/project-website
repository: ghcr.io/green-ecolution/project-website
pullPolicy: Always
tag: latest

Expand Down
4 changes: 2 additions & 2 deletions k8s/values/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ deployment:
name: project-website-dev
replicaCount: 1
image:
repository: ghcr.io/smartcityflensburg/project-website-dev
repository: ghcr.io/green-ecolution/project-website-dev
pullPolicy: Always
tag: "2bffc5e"
tag: "1ffbc46"
ingress:
enabled: true
className: "traefik"
Expand Down
2 changes: 1 addition & 1 deletion k8s/values/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deployment:
name: project-website
replicaCount: 1
image:
repository: ghcr.io/smartcityflensburg/project-website
repository: ghcr.io/green-ecolution/project-website
pullPolicy: Always
tag: v1.0.0

Expand Down
4 changes: 2 additions & 2 deletions k8s/values/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ deployment:
name: project-website-stage
replicaCount: 1
image:
repository: ghcr.io/smartcityflensburg/project-website-stage
repository: ghcr.io/green-ecolution/project-website-stage
pullPolicy: Always
tag: 92fdc8d
tag: 144b457
ingress:
enabled: true
className: "traefik"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "project-website",
"private": true,
"version": "v1.0.0",
"version": "v1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/components/hero/ContactHeroContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function ContactHeroContent() {
className="w-6 h-6" alt="" loading="lazy"/>
<span>Kontakt</span>
</Button>
<Button href="https://github.com/SmartCityFlensburg" ariaLabel="Besuchen Sie uns auf GitHub" isExternalLink isDark>
<Button href="https://github.com/green-ecolution" ariaLabel="Besuchen Sie uns auf GitHub" isExternalLink isDark>
<img
src="/assets/svg/socials/github.svg"
className="w-6 h-6" alt="" loading="lazy"/>
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/components/navigation/MainNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const MainNavigation: React.FC<MainNavigationProps> = ({ isOpen, onClose }) => {
<ul className="text-white lg:text-grey-900 lg:flex lg:gap-x-10 lg:justify-end lg:items-center">
<NavItem label="Das Projekt" url="/projekt"/>
<NavItem label="Kontakt" url="/kontakt"/>
<NavItem label="GitHub" url="https://github.com/SmartCityFlensburg" isExternalLink/>
<NavItem label="GitHub" url="https://github.com/green-ecolution" isExternalLink/>
</ul>

<ul className="absolute bottom-6 text-white lg:text-grey-900 flex felx-wrap gap-x-5 items-center text-sm md:bottom-10 md:text-base lg:hidden">
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/components/sections/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Faq() {
<p className="mb-4 text-blue-600">
Der Quellcode ist in einem öffentlich zugänglichen&nbsp;
<a
href="https://github.com/SmartCityFlensburg"
href="https://github.com/green-ecolution"
target="_blank"
rel="noopener noreferrer"
className="text-green-dark-900 font-semibold underline underline-offset-2 transition-all ease-in-out duration-300 hover:text-green-light-900"
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Footer() {
<span>Kontakt</span>
</Button>
<Button
href="https://github.com/SmartCityFlensburg"
href="https://github.com/green-ecolution"
ariaLabel="Besuche uns auf GitHub"
isExternalLink
>
Expand Down

0 comments on commit 86100e9

Please sign in to comment.